Contains display information about a specific curve in the plot such as color, name, and whether it should be shown.
More...
#include <CurveDisplay.h>
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.
casa::CurveDisplay::CurveDisplay |
( |
| ) |
|
virtual casa::CurveDisplay::~CurveDisplay |
( |
| ) |
|
|
virtual |
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 | ) |
|
QColor casa::CurveDisplay::color |
|
private |
QString casa::CurveDisplay::curveName |
|
private |
bool casa::CurveDisplay::visible |
|
private |
The documentation for this class was generated from the following file: