Subclass of PlotMSPlotSubtab to manage plot display parameters.
More...
#include <PlotMSIterateTab.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) |
|
PlotMSPlotParameters | currentlySetParameters () const |
| See PlotMSPlotTab::currentlySetParameters(). More...
|
|
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...
|
|
PlotMSPlotTab * | itsPlotTab_ |
| Plot tab. 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 PlotMSPlotSubtab to manage plot display parameters.
Definition at line 46 of file PlotMSIterateTab.qo.h.
Constructor which takes the parent tab and plotter.
casa::PlotMSIterateTab::~PlotMSIterateTab |
( |
| ) |
|
void casa::PlotMSIterateTab::addItems |
( |
| ) |
|
|
privateslot |
Header items edition -— Add items selected in availableItemsTableView.
void casa::PlotMSIterateTab::clearSelectedItems |
( |
| ) |
|
Clear user-selected header items.
void casa::PlotMSIterateTab::globalChanged |
( |
| ) |
|
|
privateslot |
Whether to use a single global axis has changed.
void casa::PlotMSIterateTab::headerItemsChanged |
( |
| ) |
|
|
privateslot |
void casa::PlotMSIterateTab::hideGridLocation |
( |
bool |
hide | ) |
|
|
private |
bool casa::PlotMSIterateTab::isPlottable |
( |
| ) |
const |
Returns true if a reasonable row and column location has been set (nonzero); false otherwise.
void casa::PlotMSIterateTab::locationChanged |
( |
| ) |
|
|
privateslot |
void casa::PlotMSIterateTab::plottableChanged |
( |
| ) |
|
|
signal |
void casa::PlotMSIterateTab::removeItems |
( |
| ) |
|
|
privateslot |
-— Remove items selected in selectedItemsTableView
void casa::PlotMSIterateTab::setArrowDownActive |
( |
| ) |
|
|
privateslot |
void casa::PlotMSIterateTab::setArrowDownNormal |
( |
| ) |
|
|
privateslot |
void casa::PlotMSIterateTab::setArrowUpActive |
( |
| ) |
|
|
privateslot |
void casa::PlotMSIterateTab::setArrowUpNormal |
( |
| ) |
|
|
privateslot |
void casa::PlotMSIterateTab::setButtonIcon |
( |
QPushButton * |
button, |
|
|
Bool |
isActive |
|
) |
| |
|
private |
void casa::PlotMSIterateTab::setGridIndices |
( |
int |
rowIndex, |
|
|
int |
colIndex |
|
) |
| |
|
private |
bool casa::PlotMSIterateTab::setGridSize |
( |
unsigned int |
nRows, |
|
|
unsigned int |
nCols |
|
) |
| |
Uses the index chooser at the top, with the given number of rows and columns, to manage multi-plot display parameters.
void casa::PlotMSIterateTab::setHeaderItems |
( |
const PMS_PP_PageHeader * |
pageHeaderParamsGroup | ) |
|
|
private |
QString casa::PlotMSIterateTab::tabName |
( |
| ) |
const |
|
inlinevirtual |
void casa::PlotMSIterateTab::update |
( |
const PlotMSPlot & |
plot | ) |
|
|
virtual |
QIcon casa::PlotMSIterateTab::arrowDownIcon |
|
private |
QIcon casa::PlotMSIterateTab::arrowUpIcon |
|
private |
int casa::PlotMSIterateTab::gridCol |
|
private |
int casa::PlotMSIterateTab::gridRow |
|
private |
The documentation for this class was generated from the following file: