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.
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
The documentation for this class was generated from the following file: