casa
5.7.0-16
|
Subclass of PlotMSPlotParameters::Group to handle canvas parameters. More...
#include <PlotMSPlotParameterGroups.h>
Public Member Functions | |
PMS_PP_Canvas (PlotFactoryPtr factory) | |
PMS_PP_Canvas (const PMS_PP_Canvas ©) | |
~PMS_PP_Canvas () | |
Group * | clone () const |
Abstract Methods //. More... | |
const casacore::String & | name () const |
Returns the name of this group of subparameters. More... | |
casacore::Record | toRecord () const |
Returns a casacore::Record representing this group of subparameters. More... | |
void | fromRecord (const casacore::Record &record) |
Sets the values for this group of subparameters using the given Record. More... | |
bool | requiresRedrawOnChange () const |
Returns true if the plot needs to be redrawn when subpamarameters in this group have changed, false otherwise. More... | |
PMS_PP_Canvas & | operator= (const Group &other) |
PMS_PP_Canvas & | operator= (const PMS_PP_Canvas &other) |
bool | operator== (const Group &other) const |
unsigned int | numCanvases () const |
Gets how many canvases there are. More... | |
void | setLabelFormats (const PlotMSLabelFormat &xFormat, const PlotMSLabelFormat &yFormat, unsigned int index=0) |
Sets single versions of the parameters for the given index. More... | |
void | showAxesLabels (const bool &xLabelShow, const bool &yLabelShow, unsigned int index=0) |
void | showLegend (const bool &show, const PlotCanvas::LegendPosition &pos, unsigned int index=0) |
void | showLegend (const bool &show, const casacore::String &pos, unsigned int index=0) |
void | showGridMajor (const bool &show, const PlotLinePtr &line, unsigned int index=0) |
void | showGridMinor (const bool &show, const PlotLinePtr &line, unsigned int index=0) |
void | showGrid (const bool &showMajor, const bool &showMinor, const PlotLinePtr &majorLine, const PlotLinePtr &minorLine, unsigned int index=0) |
const vector< PlotMSLabelFormat > & | xLabelFormats () const |
void | setXLabelFormats (const vector< PlotMSLabelFormat > &value) |
const PlotMSLabelFormat & | xLabelFormat (unsigned int index=0) const |
void | setXLabelFormat (const PlotMSLabelFormat &value, unsigned int index=0) |
const vector< PlotMSLabelFormat > & | yLabelFormats () const |
void | setYLabelFormats (const vector< PlotMSLabelFormat > &value) |
const PlotMSLabelFormat & | yLabelFormat (unsigned int index=0) const |
void | setYLabelFormat (const PlotMSLabelFormat &value, unsigned int index=0) |
const vector< bool > & | xFontsSet () const |
void | setXFontsSet (const vector< bool > &value) |
bool | xFontSet (unsigned int index=0) const |
void | setXFontSet (const bool &value, unsigned int index=0) |
const vector< bool > & | yFontsSet () const |
void | setYFontsSet (const vector< bool > &value) |
bool | yFontSet (unsigned int index=0) const |
void | setYFontSet (const bool &value, unsigned int index=0) |
const vector< casacore::Int > & | xAxisFonts () const |
void | setXAxisFonts (const vector< casacore::Int > &value) |
const casacore::Int & | xAxisFont (unsigned int index=0) const |
void | setXAxisFont (const casacore::Int value, unsigned int index=0) |
const vector< casacore::Int > & | yAxisFonts () const |
void | setYAxisFonts (const vector< casacore::Int > &value) |
const casacore::Int & | yAxisFont (unsigned int index=0) const |
void | setYAxisFont (const casacore::Int value, unsigned int index=0) |
const vector< bool > & | xLabelsShown () const |
void | showXLabels (const vector< bool > &value) |
bool | xLabelShown (unsigned int index=0) const |
void | showXLabel (const bool &value, unsigned int index=0) |
const vector< bool > & | yLabelsShown () const |
void | showYLabels (const vector< bool > &value) |
bool | yLabelShown (unsigned int index=0) const |
void | showYLabel (const bool &value, unsigned int index=0) |
const vector< bool > & | legendsShown () const |
void | showLegends (const vector< bool > &value) |
bool | legendShown (unsigned int index=0) const |
void | showLegend (const bool &value, unsigned int index=0) |
const vector < PlotCanvas::LegendPosition > & | legendPositions () const |
void | setLegendPositions (const vector< PlotCanvas::LegendPosition > &value) |
PlotCanvas::LegendPosition | legendPosition (unsigned int index=0) const |
void | setLegendPosition (const PlotCanvas::LegendPosition &value, unsigned int index=0) |
const vector< PlotMSLabelFormat > & | titleFormats () const |
void | setTitleFormats (const vector< PlotMSLabelFormat > &value) |
const PlotMSLabelFormat & | titleFormat (unsigned int index=0) const |
void | setTitleFormat (const PlotMSLabelFormat &value, unsigned int index=0) |
const vector< bool > & | titleFontsSet () const |
void | setTitleFontsSet (const vector< bool > &value) |
bool | titleFontSet (unsigned int index=0) const |
void | setTitleFontSet (const bool &value, unsigned int index=0) |
const vector< casacore::Int > & | titleFonts () const |
void | setTitleFonts (const vector< casacore::Int > &value) |
const casacore::Int & | titleFont (unsigned int index=0) const |
void | setTitleFont (const casacore::Int value, unsigned int index=0) |
const vector< bool > & | gridMajorsShown () const |
void | showGridMajors (const vector< bool > &value) |
bool | gridMajorShown (unsigned int index=0) const |
void | showGridMajor (const bool &value, unsigned int index=0) |
const vector< bool > & | gridMinorsShown () const |
void | showGridMinors (const vector< bool > &value) |
bool | gridMinorShown (unsigned int index=0) const |
void | showGridMinor (const bool &value, unsigned int index=0) |
const vector< PlotLinePtr > & | gridMajorLines () const |
void | setGridMajorLines (const vector< PlotLinePtr > &value) |
PlotLinePtr | gridMajorLine (unsigned int index=0) const |
void | setGridMajorLine (const PlotLinePtr &value, unsigned int index=0) |
const vector< PlotLinePtr > & | gridMinorLines () const |
void | setGridMinorLines (const vector< PlotLinePtr > &value) |
PlotLinePtr | gridMinorLine (unsigned int index=0) const |
void | setGridMinorLine (const PlotLinePtr &value, unsigned int index=0) |
Public Member Functions inherited from casa::PlotMSPlotParameters::Group | |
Group (PlotFactoryPtr factory) | |
Constructor which takes a plot factory. More... | |
Group (const Group ©) | |
Copy constructor. More... | |
virtual | ~Group () |
Destructor. More... | |
virtual Group & | operator= (const Group &other) |
Implemented Methods //. More... | |
virtual bool | operator== (const Group &other) const |
Equality operators. More... | |
virtual bool | operator!= (const Group &other) const |
Private Member Functions | |
PMS_PP_Canvas & | assign (const PMS_PP_Canvas *o) |
Does the work for the operator=()s. More... | |
void | setDefaults () |
Private Attributes | |
std::vector< PlotMSLabelFormat > | itsXLabels_ |
std::vector< bool > | itsXFontsSet_ |
std::vector< casacore::Int > | itsXAxisFonts_ |
std::vector< PlotMSLabelFormat > | itsYLabels_ |
std::vector< bool > | itsYFontsSet_ |
std::vector< casacore::Int > | itsYAxisFonts_ |
std::vector< bool > | itsXLabelsShown_ |
std::vector< bool > | itsYLabelsShown_ |
std::vector< bool > | itsLegendsShown_ |
std::vector < PlotCanvas::LegendPosition > | itsLegendsPos_ |
std::vector< PlotMSLabelFormat > | itsTitles_ |
std::vector< bool > | itsTitleFontsSet_ |
std::vector< casacore::Int > | itsTitleFonts_ |
std::vector< bool > | itsGridMajsShown_ |
std::vector< bool > | itsGridMinsShown_ |
std::vector< PlotLinePtr > | itsGridMajLines_ |
std::vector< PlotLinePtr > | itsGridMinLines_ |
Static Private Attributes | |
static const casacore::String | REC_XLABELS |
static const casacore::String | REC_XFONTSSET |
static const casacore::String | REC_XAXISFONTS |
static const casacore::String | REC_YLABELS |
static const casacore::String | REC_YFONTSSET |
static const casacore::String | REC_YAXISFONTS |
static const casacore::String | REC_SHOWXLABELS |
static const casacore::String | REC_SHOWYLABELS |
static const casacore::String | REC_SHOWLEGENDS |
static const casacore::String | REC_LEGENDSPOS |
static const casacore::String | REC_TITLES |
static const casacore::String | REC_TITLEFONTSSET |
static const casacore::String | REC_TITLEFONTS |
static const casacore::String | REC_SHOWGRIDMAJS |
static const casacore::String | REC_SHOWGRIDMINS |
static const casacore::String | REC_GRIDMAJLINES |
static const casacore::String | REC_GRIDMINLINES |
Additional Inherited Members | |
Static Public Member Functions inherited from casa::PlotMSPlotParameters::Group | |
static void | notifyWatchers (void *obj, bool wasCanceled) |
Post-thread method for notifying watchers that this group has changed. More... | |
Protected Member Functions inherited from casa::PlotMSPlotParameters::Group | |
void | updated () |
Should be called by the child class whenever any of the subparameter values have been updated. More... | |
void | updated (bool requiresRedraw) |
PlotMSPlotParameters * | parent () |
Returns the parent parameters, or NULL for none. More... | |
const PlotMSPlotParameters * | parent () const |
PlotFactoryPtr | factory () |
Returns the factory. More... | |
const PlotFactoryPtr | factory () const |
Subclass of PlotMSPlotParameters::Group to handle canvas parameters.
Currently includes: axes label formats whether to show the canvas axes or not whether to show the legend or not, and its position canvas title label format whether to show grid lines, and their properties Parameters are vector-based, on a per-canvas basis.
Definition at line 893 of file PlotMSPlotParameterGroups.h.
casa::PMS_PP_Canvas::PMS_PP_Canvas | ( | PlotFactoryPtr | factory | ) |
Referenced by clone().
casa::PMS_PP_Canvas::PMS_PP_Canvas | ( | const PMS_PP_Canvas & | copy | ) |
casa::PMS_PP_Canvas::~PMS_PP_Canvas | ( | ) |
|
private |
Does the work for the operator=()s.
|
inlinevirtual |
Abstract Methods //.
Returns a clone (deep copy) of this group of subparameters.
Implements casa::PlotMSPlotParameters::Group.
Definition at line 905 of file PlotMSPlotParameterGroups.h.
References PMS_PP_Canvas().
|
virtual |
Sets the values for this group of subparameters using the given Record.
Implements casa::PlotMSPlotParameters::Group.
|
inline |
Definition at line 1297 of file PlotMSPlotParameterGroups.h.
References itsGridMajLines_.
Referenced by showGridMinor().
|
inline |
Definition at line 1288 of file PlotMSPlotParameterGroups.h.
References itsGridMajLines_.
|
inline |
Definition at line 1249 of file PlotMSPlotParameterGroups.h.
References itsGridMajsShown_.
Referenced by showGridMinor().
|
inline |
Definition at line 1240 of file PlotMSPlotParameterGroups.h.
References itsGridMajsShown_.
|
inline |
Definition at line 1322 of file PlotMSPlotParameterGroups.h.
References itsGridMinLines_.
Referenced by showGridMajor().
|
inline |
Definition at line 1313 of file PlotMSPlotParameterGroups.h.
References itsGridMinLines_.
|
inline |
Definition at line 1273 of file PlotMSPlotParameterGroups.h.
References itsGridMinsShown_.
Referenced by showGridMajor().
|
inline |
Definition at line 1264 of file PlotMSPlotParameterGroups.h.
References itsGridMinsShown_.
|
inline |
Definition at line 1166 of file PlotMSPlotParameterGroups.h.
References itsLegendsPos_.
|
inline |
Definition at line 1157 of file PlotMSPlotParameterGroups.h.
References itsLegendsPos_.
|
inline |
Definition at line 1142 of file PlotMSPlotParameterGroups.h.
References itsLegendsShown_.
|
inline |
Definition at line 1133 of file PlotMSPlotParameterGroups.h.
References itsLegendsShown_.
|
inlinevirtual |
Returns the name of this group of subparameters.
Will be used as an update flag.
Implements casa::PlotMSPlotParameters::Group.
Definition at line 910 of file PlotMSPlotParameterGroups.h.
References casa::PMS_PP::UPDATE_CANVAS_NAME.
unsigned int casa::PMS_PP_Canvas::numCanvases | ( | ) | const |
Gets how many canvases there are.
PMS_PP_Canvas& casa::PMS_PP_Canvas::operator= | ( | const Group & | other | ) |
PMS_PP_Canvas& casa::PMS_PP_Canvas::operator= | ( | const PMS_PP_Canvas & | other | ) |
bool casa::PMS_PP_Canvas::operator== | ( | const Group & | other | ) | const |
|
inlinevirtual |
Returns true if the plot needs to be redrawn when subpamarameters in this group have changed, false otherwise.
Implements casa::PlotMSPlotParameters::Group.
Definition at line 922 of file PlotMSPlotParameterGroups.h.
|
private |
|
inline |
Definition at line 1303 of file PlotMSPlotParameterGroups.h.
References itsGridMajLines_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1291 of file PlotMSPlotParameterGroups.h.
References itsGridMajLines_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1328 of file PlotMSPlotParameterGroups.h.
References itsGridMinLines_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1316 of file PlotMSPlotParameterGroups.h.
References itsGridMinLines_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
void casa::PMS_PP_Canvas::setLabelFormats | ( | const PlotMSLabelFormat & | xFormat, |
const PlotMSLabelFormat & | yFormat, | ||
unsigned int | index = 0 |
||
) |
Sets single versions of the parameters for the given index.
|
inline |
Definition at line 1172 of file PlotMSPlotParameterGroups.h.
References itsLegendsPos_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1160 of file PlotMSPlotParameterGroups.h.
References itsLegendsPos_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1232 of file PlotMSPlotParameterGroups.h.
References itsTitleFonts_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1223 of file PlotMSPlotParameterGroups.h.
References itsTitleFonts_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1214 of file PlotMSPlotParameterGroups.h.
References itsTitleFontsSet_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1205 of file PlotMSPlotParameterGroups.h.
References itsTitleFontsSet_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1195 of file PlotMSPlotParameterGroups.h.
References itsTitles_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1186 of file PlotMSPlotParameterGroups.h.
References itsTitles_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1059 of file PlotMSPlotParameterGroups.h.
References itsXAxisFonts_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1050 of file PlotMSPlotParameterGroups.h.
References itsXAxisFonts_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1022 of file PlotMSPlotParameterGroups.h.
References itsXFontsSet_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1013 of file PlotMSPlotParameterGroups.h.
References itsXFontsSet_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 981 of file PlotMSPlotParameterGroups.h.
References itsXLabels_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 972 of file PlotMSPlotParameterGroups.h.
References itsXLabels_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1078 of file PlotMSPlotParameterGroups.h.
References itsYAxisFonts_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1069 of file PlotMSPlotParameterGroups.h.
References itsYAxisFonts_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1040 of file PlotMSPlotParameterGroups.h.
References itsYFontsSet_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1031 of file PlotMSPlotParameterGroups.h.
References itsYFontsSet_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1002 of file PlotMSPlotParameterGroups.h.
References itsYLabels_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 993 of file PlotMSPlotParameterGroups.h.
References itsYLabels_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
void casa::PMS_PP_Canvas::showAxesLabels | ( | const bool & | xLabelShow, |
const bool & | yLabelShow, | ||
unsigned int | index = 0 |
||
) |
void casa::PMS_PP_Canvas::showGrid | ( | const bool & | showMajor, |
const bool & | showMinor, | ||
const PlotLinePtr & | majorLine, | ||
const PlotLinePtr & | minorLine, | ||
unsigned int | index = 0 |
||
) |
Referenced by showGridMajor(), and showGridMinor().
|
inline |
Definition at line 952 of file PlotMSPlotParameterGroups.h.
References gridMinorLine(), gridMinorShown(), and showGrid().
|
inline |
Definition at line 1254 of file PlotMSPlotParameterGroups.h.
References itsGridMajsShown_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1243 of file PlotMSPlotParameterGroups.h.
References itsGridMajsShown_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 957 of file PlotMSPlotParameterGroups.h.
References gridMajorLine(), gridMajorShown(), and showGrid().
|
inline |
Definition at line 1278 of file PlotMSPlotParameterGroups.h.
References itsGridMinsShown_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1267 of file PlotMSPlotParameterGroups.h.
References itsGridMinsShown_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
void casa::PMS_PP_Canvas::showLegend | ( | const bool & | show, |
const PlotCanvas::LegendPosition & | pos, | ||
unsigned int | index = 0 |
||
) |
void casa::PMS_PP_Canvas::showLegend | ( | const bool & | show, |
const casacore::String & | pos, | ||
unsigned int | index = 0 |
||
) |
|
inline |
Definition at line 1147 of file PlotMSPlotParameterGroups.h.
References itsLegendsShown_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1136 of file PlotMSPlotParameterGroups.h.
References itsLegendsShown_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1100 of file PlotMSPlotParameterGroups.h.
References itsXLabelsShown_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1089 of file PlotMSPlotParameterGroups.h.
References itsXLabelsShown_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1124 of file PlotMSPlotParameterGroups.h.
References itsYLabelsShown_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1113 of file PlotMSPlotParameterGroups.h.
References itsYLabelsShown_, casa::PlotMSPlotParameters::Group::updated(), and casacore::value().
|
inline |
Definition at line 1229 of file PlotMSPlotParameterGroups.h.
References itsTitleFonts_.
|
inline |
Definition at line 1220 of file PlotMSPlotParameterGroups.h.
References itsTitleFonts_.
|
inline |
Definition at line 1211 of file PlotMSPlotParameterGroups.h.
References itsTitleFontsSet_.
|
inline |
Definition at line 1202 of file PlotMSPlotParameterGroups.h.
References itsTitleFontsSet_.
|
inline |
Definition at line 1192 of file PlotMSPlotParameterGroups.h.
References itsTitles_.
|
inline |
Definition at line 1183 of file PlotMSPlotParameterGroups.h.
References itsTitles_.
|
virtual |
Returns a casacore::Record representing this group of subparameters.
Implements casa::PlotMSPlotParameters::Group.
|
inline |
Definition at line 1056 of file PlotMSPlotParameterGroups.h.
References itsXAxisFonts_.
|
inline |
Definition at line 1047 of file PlotMSPlotParameterGroups.h.
References itsXAxisFonts_.
|
inline |
Definition at line 1019 of file PlotMSPlotParameterGroups.h.
References itsXFontsSet_.
|
inline |
Definition at line 1010 of file PlotMSPlotParameterGroups.h.
References itsXFontsSet_.
|
inline |
Definition at line 978 of file PlotMSPlotParameterGroups.h.
References itsXLabels_.
|
inline |
Definition at line 969 of file PlotMSPlotParameterGroups.h.
References itsXLabels_.
|
inline |
Definition at line 1095 of file PlotMSPlotParameterGroups.h.
References itsXLabelsShown_.
|
inline |
Definition at line 1086 of file PlotMSPlotParameterGroups.h.
References itsXLabelsShown_.
|
inline |
Definition at line 1075 of file PlotMSPlotParameterGroups.h.
References itsYAxisFonts_.
|
inline |
Definition at line 1066 of file PlotMSPlotParameterGroups.h.
References itsYAxisFonts_.
|
inline |
Definition at line 1037 of file PlotMSPlotParameterGroups.h.
References itsYFontsSet_.
|
inline |
Definition at line 1028 of file PlotMSPlotParameterGroups.h.
References itsYFontsSet_.
|
inline |
Definition at line 999 of file PlotMSPlotParameterGroups.h.
References itsYLabels_.
|
inline |
Definition at line 990 of file PlotMSPlotParameterGroups.h.
References itsYLabels_.
|
inline |
Definition at line 1119 of file PlotMSPlotParameterGroups.h.
References itsYLabelsShown_.
|
inline |
Definition at line 1110 of file PlotMSPlotParameterGroups.h.
References itsYLabelsShown_.
|
private |
Definition at line 1359 of file PlotMSPlotParameterGroups.h.
Referenced by gridMajorLine(), gridMajorLines(), setGridMajorLine(), and setGridMajorLines().
|
private |
Definition at line 1357 of file PlotMSPlotParameterGroups.h.
Referenced by gridMajorShown(), gridMajorsShown(), showGridMajor(), and showGridMajors().
|
private |
Definition at line 1360 of file PlotMSPlotParameterGroups.h.
Referenced by gridMinorLine(), gridMinorLines(), setGridMinorLine(), and setGridMinorLines().
|
private |
Definition at line 1358 of file PlotMSPlotParameterGroups.h.
Referenced by gridMinorShown(), gridMinorsShown(), showGridMinor(), and showGridMinors().
|
private |
Definition at line 1353 of file PlotMSPlotParameterGroups.h.
Referenced by legendPosition(), legendPositions(), setLegendPosition(), and setLegendPositions().
|
private |
Definition at line 1352 of file PlotMSPlotParameterGroups.h.
Referenced by legendShown(), legendsShown(), showLegend(), and showLegends().
|
private |
Definition at line 1356 of file PlotMSPlotParameterGroups.h.
Referenced by setTitleFont(), setTitleFonts(), titleFont(), and titleFonts().
|
private |
Definition at line 1355 of file PlotMSPlotParameterGroups.h.
Referenced by setTitleFontSet(), setTitleFontsSet(), titleFontSet(), and titleFontsSet().
|
private |
Definition at line 1354 of file PlotMSPlotParameterGroups.h.
Referenced by setTitleFormat(), setTitleFormats(), titleFormat(), and titleFormats().
|
private |
Definition at line 1346 of file PlotMSPlotParameterGroups.h.
Referenced by setXAxisFont(), setXAxisFonts(), xAxisFont(), and xAxisFonts().
|
private |
Definition at line 1345 of file PlotMSPlotParameterGroups.h.
Referenced by setXFontSet(), setXFontsSet(), xFontSet(), and xFontsSet().
|
private |
Definition at line 1344 of file PlotMSPlotParameterGroups.h.
Referenced by setXLabelFormat(), setXLabelFormats(), xLabelFormat(), and xLabelFormats().
|
private |
Definition at line 1350 of file PlotMSPlotParameterGroups.h.
Referenced by showXLabel(), showXLabels(), xLabelShown(), and xLabelsShown().
|
private |
Definition at line 1349 of file PlotMSPlotParameterGroups.h.
Referenced by setYAxisFont(), setYAxisFonts(), yAxisFont(), and yAxisFonts().
|
private |
Definition at line 1348 of file PlotMSPlotParameterGroups.h.
Referenced by setYFontSet(), setYFontsSet(), yFontSet(), and yFontsSet().
|
private |
Definition at line 1347 of file PlotMSPlotParameterGroups.h.
Referenced by setYLabelFormat(), setYLabelFormats(), yLabelFormat(), and yLabelFormats().
|
private |
Definition at line 1351 of file PlotMSPlotParameterGroups.h.
Referenced by showYLabel(), showYLabels(), yLabelShown(), and yLabelsShown().
|
staticprivate |
Definition at line 1378 of file PlotMSPlotParameterGroups.h.
|
staticprivate |
Definition at line 1379 of file PlotMSPlotParameterGroups.h.
|
staticprivate |
Definition at line 1372 of file PlotMSPlotParameterGroups.h.
|
staticprivate |
Definition at line 1376 of file PlotMSPlotParameterGroups.h.
|
staticprivate |
Definition at line 1377 of file PlotMSPlotParameterGroups.h.
|
staticprivate |
Definition at line 1371 of file PlotMSPlotParameterGroups.h.
|
staticprivate |
Definition at line 1369 of file PlotMSPlotParameterGroups.h.
|
staticprivate |
Definition at line 1370 of file PlotMSPlotParameterGroups.h.
|
staticprivate |
Definition at line 1375 of file PlotMSPlotParameterGroups.h.
|
staticprivate |
Definition at line 1374 of file PlotMSPlotParameterGroups.h.
|
staticprivate |
Definition at line 1373 of file PlotMSPlotParameterGroups.h.
|
staticprivate |
Definition at line 1365 of file PlotMSPlotParameterGroups.h.
|
staticprivate |
Definition at line 1364 of file PlotMSPlotParameterGroups.h.
|
staticprivate |
Definition at line 1363 of file PlotMSPlotParameterGroups.h.
|
staticprivate |
Definition at line 1368 of file PlotMSPlotParameterGroups.h.
|
staticprivate |
Definition at line 1367 of file PlotMSPlotParameterGroups.h.
|
staticprivate |
Definition at line 1366 of file PlotMSPlotParameterGroups.h.