Subclass of PlotMSTab that handles options for PlotMSPlotter.
More...
#include <PlotMSOptionsTab.qo.h>
|
static bool | setChooser (QComboBox *chooser, const QString &value) |
| Static //. More...
|
|
static bool | setChooser (QComboBox *chooser, const casacore::String &value) |
|
static bool | setChooser (QComboBox *chooser, const char *value) |
|
void | highlightWidgetText (QLabel *label, bool highlight) |
| These alter the displayed text of Some widget types have a.title not a.text, and there's no Qt4 abstract class that encompasses all types that do have.text, so we overload highlightWidgetText for several classes. More...
|
|
void | highlightWidgetText (QGroupBox *box, bool highlight) |
|
void | highlightWidgetText (QAbstractButton *but, bool highlight) |
|
static QString | highlightifyText (const QString &text, bool highlight) |
| Returns the given text altered with HTML tags for highlighting, meant to be assigned to a Qt widget's title or similar property. More...
|
|
static QString | highlightifyText (const casacore::String &text, bool changed) |
| Variation taking a casacore String. More...
|
|
static QString | highlightifyText (const char *text, bool changed) |
| Variation of highlightifyText taking plain C-style text. More...
|
|
PlotMSApp * | itsParent_ |
| Parent. More...
|
|
PlotMSPlotter * | itsPlotter_ |
| Plotter. More...
|
|
QMap< QLabel *, QString > | itsLabelDefaults_ |
| Default text for labels, so that they can be easily switched to red or normal depending on whether the item has changed or not. More...
|
|
Subclass of PlotMSTab that handles options for PlotMSPlotter.
Watches PlotMS's PlotMSParameters for changes to update the GUI as needed.
Definition at line 43 of file PlotMSOptionsTab.qo.h.
casa::PlotMSOptionsTab::PlotMSOptionsTab |
( |
PlotMSPlotter * |
parent | ) |
|
Constructor which takes the parent plotter.
casa::PlotMSOptionsTab::~PlotMSOptionsTab |
( |
| ) |
|
void casa::PlotMSOptionsTab::cachedImageSizeChanged |
( |
| ) |
|
|
privateslot |
When the user changes the cached image size.
void casa::PlotMSOptionsTab::cachedImageSizeScreenResolution |
( |
| ) |
|
|
privateslot |
When the user sets the cached image size to screen resolution.
void casa::PlotMSOptionsTab::clearSelectionChanged |
( |
bool |
value | ) |
|
|
privateslot |
When the user changes the "clear selection" on the GUI.
void casa::PlotMSOptionsTab::gridChanged |
( |
| ) |
|
|
privateslot |
When the grid size changes.
void casa::PlotMSOptionsTab::historyLimitChanged |
( |
| ) |
|
|
privateslot |
When the user changes the file chooser history limit.
void casa::PlotMSOptionsTab::logChanged |
( |
| ) |
|
|
privateslot |
When the user changes the log events or priority on the GUI.
void casa::PlotMSOptionsTab::setupForMaxWidth |
( |
int |
maxWidth | ) |
|
|
virtual |
QString casa::PlotMSOptionsTab::tabName |
( |
| ) |
const |
|
inlinevirtual |
void casa::PlotMSOptionsTab::toolButtonStyleChanged |
( |
int |
newIndex | ) |
|
|
privateslot |
When the user changes the tool button style on the GUI.
void casa::PlotMSOptionsTab::updateGrid |
( |
| ) |
|
|
privateslot |
bool casa::PlotMSOptionsTab::itsChangeFlag_ |
|
private |
The documentation for this class was generated from the following file: