Displays, handles persistence, and stores display properties for a particular curve that can be shown on the plot.
More...
#include <PreferencesFunction.qo.h>
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.
casa::PreferencesFunction::PreferencesFunction |
( |
int |
index, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
casa::PreferencesFunction::~PreferencesFunction |
( |
| ) |
|
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 |
( |
| ) |
|
|
privateslot |
void casa::PreferencesFunction::visibilityChanged |
( |
| ) |
|
|
privateslot |
const QString casa::PreferencesFunction::COLOR_KEY |
|
private |
const QString casa::PreferencesFunction::FUNCTION_COLOR |
|
staticprivate |
int casa::PreferencesFunction::id |
|
private |
bool casa::PreferencesFunction::scatterEligible |
|
private |
Ui::PreferencesFunctionClass casa::PreferencesFunction::ui |
|
private |
const QString casa::PreferencesFunction::VISIBILITY_KEY |
|
private |
The documentation for this class was generated from the following file: