casa::PreferencesFunction Class Reference
Displays, handles persistence, and stores display properties for a particular curve that can be shown on the plot.
More...
#include <PreferencesFunction.qo.h>
List of all members.
Detailed Description
Displays, handles persistence, and stores display properties for a particular curve that can be shown on the plot.
Definition at line 16 of file PreferencesFunction.qo.h.
Constructor & Destructor Documentation
casa::PreferencesFunction::PreferencesFunction |
( |
int |
index, |
|
|
QWidget * |
parent = 0 | |
|
) |
| | |
casa::PreferencesFunction::~PreferencesFunction |
( |
|
) |
|
Member Function Documentation
void casa::PreferencesFunction::displayStatusChanged |
( |
|
) |
[signal] |
QString casa::PreferencesFunction::getBaseStorageId |
( |
|
) |
const [private] |
QColor casa::PreferencesFunction::getButtonColor |
( |
|
) |
const [private] |
const CurveDisplay casa::PreferencesFunction::getFunctionPreferences |
( |
|
) |
const |
QString casa::PreferencesFunction::getName |
( |
|
) |
const |
void casa::PreferencesFunction::initialize |
( |
QSettings & |
settings |
) |
|
Initializes the defaults from user settings.
bool casa::PreferencesFunction::isDisplayed |
( |
|
) |
const |
Getters.
Whether it is displayed from the permanent, persistent settings.
bool casa::PreferencesFunction::isDisplayedGUI |
( |
|
) |
const |
Displayed in the GUI.
The GUI state will not be persisted until the "Apply" button is pressed.
bool casa::PreferencesFunction::isScatterEligible |
( |
|
) |
const |
Can this curve be included in the scatter plot.
void casa::PreferencesFunction::persist |
( |
QSettings & |
settings |
) |
|
Writes what is currently displayed into the user settings.
void casa::PreferencesFunction::reset |
( |
|
) |
|
Copies the defaults into what is displayed.
void casa::PreferencesFunction::setButtonColor |
( |
QColor |
color |
) |
[private] |
void casa::PreferencesFunction::setColor |
( |
QColor |
color |
) |
|
Initialization of the default color.
void casa::PreferencesFunction::setDisplayed |
( |
bool |
visible |
) |
|
void casa::PreferencesFunction::setDisplayHidden |
( |
|
) |
|
void casa::PreferencesFunction::setName |
( |
const QString & |
name |
) |
|
void casa::PreferencesFunction::setScatterEligible |
( |
bool |
eligible |
) |
|
void casa::PreferencesFunction::showColorDialog |
( |
|
) |
[private, slot] |
void casa::PreferencesFunction::visibilityChanged |
( |
|
) |
[private, slot] |
Member Data Documentation
The documentation for this class was generated from the following file: