casa::CurveDisplay Class Reference

Contains display information about a specific curve in the plot such as color, name, and whether it should be shown. More...

#include <CurveDisplay.h>

List of all members.

Public Member Functions

 CurveDisplay ()
QColor getColor () const
QString getName () const
bool isDisplayed () const
void setColor (QColor newColor)
void setVisibility (bool visible)
void setName (QString name)
virtual ~CurveDisplay ()

Private Attributes

QColor color
QString curveName
bool visible

Detailed Description

Contains display information about a specific curve in the plot such as color, name, and whether it should be shown.

Definition at line 38 of file CurveDisplay.h.


Constructor & Destructor Documentation

casa::CurveDisplay::CurveDisplay (  ) 
virtual casa::CurveDisplay::~CurveDisplay (  )  [virtual]

Member Function Documentation

QColor casa::CurveDisplay::getColor (  )  const
QString casa::CurveDisplay::getName (  )  const
bool casa::CurveDisplay::isDisplayed (  )  const
void casa::CurveDisplay::setColor ( QColor  newColor  ) 
void casa::CurveDisplay::setName ( QString  name  ) 
void casa::CurveDisplay::setVisibility ( bool  visible  ) 

Member Data Documentation

QColor casa::CurveDisplay::color [private]

Definition at line 49 of file CurveDisplay.h.

QString casa::CurveDisplay::curveName [private]

Definition at line 50 of file CurveDisplay.h.

Definition at line 51 of file CurveDisplay.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1