casa
$Rev:20696$
|
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 //. | |
const String & | name () const |
Returns the name of this group of subparameters. | |
Record | toRecord () const |
Returns a Record representing this group of subparameters. | |
void | fromRecord (const Record &record) |
Sets the values for this group of subparameters using the given Record. | |
bool | requiresRedrawOnChange () const |
Returns true if the plot needs to be redrawn when subpamarameters in this group have changed, false otherwise. | |
Group & | operator= (const Group &other) |
bool | operator== (const Group &other) const |
unsigned int | numCanvases () const |
Gets how many canvases there are. | |
void | setLabelFormats (const PlotMSLabelFormat &xFormat, const PlotMSLabelFormat &yFormat, unsigned int index=0) |
Sets single versions of the parameters for the given index. | |
void | showAxes (const bool &xShow, const bool &yShow, unsigned int index=0) |
void | showLegend (const bool &show, const PlotCanvas::LegendPosition &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 > & | xAxesShown () const |
void | showXAxes (const vector< bool > &value) |
bool | xAxisShown (unsigned int index=0) const |
void | showXAxis (const bool &value, unsigned int index=0) |
const vector< bool > & | yAxesShown () const |
void | showYAxes (const vector< bool > &value) |
bool | yAxisShown (unsigned int index=0) const |
void | showYAxis (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 | showLegends (const vector< PlotCanvas::LegendPosition > &value) |
PlotCanvas::LegendPosition | legendPosition (unsigned int index=0) const |
void | showLegend (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 > & | 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) |
Private Member Functions | |
void | setDefaults () |
Private Attributes | |
vector< PlotMSLabelFormat > | itsXLabels_ |
vector< PlotMSLabelFormat > | itsYLabels_ |
vector< bool > | itsXAxesShown_ |
vector< bool > | itsYAxesShown_ |
vector< bool > | itsLegendsShown_ |
vector < PlotCanvas::LegendPosition > | itsLegendsPos_ |
vector< PlotMSLabelFormat > | itsTitles_ |
vector< bool > | itsGridMajsShown_ |
vector< bool > | itsGridMinsShown_ |
vector< PlotLinePtr > | itsGridMajLines_ |
vector< PlotLinePtr > | itsGridMinLines_ |
Static Private Attributes | |
static const String | REC_XLABELS |
static const String | REC_YLABELS |
static const String | REC_SHOWXAXES |
static const String | REC_SHOWYAXES |
static const String | REC_SHOWLEGENDS |
static const String | REC_LEGENDSPOS |
static const String | REC_TITLES |
static const String | REC_SHOWGRIDMAJS |
static const String | REC_SHOWGRIDMINS |
static const String | REC_GRIDMAJLINES |
static const String | REC_GRIDMINLINES |
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 667 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 | ) |
Group* casa::PMS_PP_Canvas::clone | ( | ) | const [inline, virtual] |
Abstract Methods //.
Returns a clone (deep copy) of this group of subparameters.
Implements casa::PlotMSPlotParameters::Group.
Definition at line 679 of file PlotMSPlotParameterGroups.h.
References PMS_PP_Canvas().
void casa::PMS_PP_Canvas::fromRecord | ( | const Record & | record | ) | [virtual] |
Sets the values for this group of subparameters using the given Record.
Implements casa::PlotMSPlotParameters::Group.
PlotLinePtr casa::PMS_PP_Canvas::gridMajorLine | ( | unsigned int | index = 0 | ) | const [inline] |
Definition at line 956 of file PlotMSPlotParameterGroups.h.
References itsGridMajLines_.
Referenced by showGridMinor().
const vector< PlotLinePtr >& casa::PMS_PP_Canvas::gridMajorLines | ( | ) | const [inline] |
Definition at line 947 of file PlotMSPlotParameterGroups.h.
References itsGridMajLines_.
bool casa::PMS_PP_Canvas::gridMajorShown | ( | unsigned int | index = 0 | ) | const [inline] |
Definition at line 908 of file PlotMSPlotParameterGroups.h.
References itsGridMajsShown_.
Referenced by showGridMinor().
const vector< bool >& casa::PMS_PP_Canvas::gridMajorsShown | ( | ) | const [inline] |
Definition at line 899 of file PlotMSPlotParameterGroups.h.
References itsGridMajsShown_.
PlotLinePtr casa::PMS_PP_Canvas::gridMinorLine | ( | unsigned int | index = 0 | ) | const [inline] |
Definition at line 981 of file PlotMSPlotParameterGroups.h.
References itsGridMinLines_.
Referenced by showGridMajor().
const vector< PlotLinePtr >& casa::PMS_PP_Canvas::gridMinorLines | ( | ) | const [inline] |
Definition at line 972 of file PlotMSPlotParameterGroups.h.
References itsGridMinLines_.
bool casa::PMS_PP_Canvas::gridMinorShown | ( | unsigned int | index = 0 | ) | const [inline] |
Definition at line 932 of file PlotMSPlotParameterGroups.h.
References itsGridMinsShown_.
Referenced by showGridMajor().
const vector< bool >& casa::PMS_PP_Canvas::gridMinorsShown | ( | ) | const [inline] |
Definition at line 923 of file PlotMSPlotParameterGroups.h.
References itsGridMinsShown_.
PlotCanvas::LegendPosition casa::PMS_PP_Canvas::legendPosition | ( | unsigned int | index = 0 | ) | const [inline] |
Definition at line 861 of file PlotMSPlotParameterGroups.h.
References itsLegendsPos_.
const vector< PlotCanvas::LegendPosition >& casa::PMS_PP_Canvas::legendPositions | ( | ) | const [inline] |
Definition at line 852 of file PlotMSPlotParameterGroups.h.
References itsLegendsPos_.
bool casa::PMS_PP_Canvas::legendShown | ( | unsigned int | index = 0 | ) | const [inline] |
Definition at line 837 of file PlotMSPlotParameterGroups.h.
References itsLegendsShown_.
const vector< bool >& casa::PMS_PP_Canvas::legendsShown | ( | ) | const [inline] |
Definition at line 828 of file PlotMSPlotParameterGroups.h.
References itsLegendsShown_.
const String& casa::PMS_PP_Canvas::name | ( | ) | const [inline, virtual] |
Returns the name of this group of subparameters.
Will be used as an update flag.
Implements casa::PlotMSPlotParameters::Group.
Definition at line 684 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.
bool casa::PMS_PP_Canvas::operator== | ( | const Group & | other | ) | const |
bool casa::PMS_PP_Canvas::requiresRedrawOnChange | ( | ) | const [inline, virtual] |
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 696 of file PlotMSPlotParameterGroups.h.
void casa::PMS_PP_Canvas::setDefaults | ( | ) | [private] |
void casa::PMS_PP_Canvas::setGridMajorLine | ( | const PlotLinePtr & | value, |
unsigned int | index = 0 |
||
) | [inline] |
Definition at line 962 of file PlotMSPlotParameterGroups.h.
References itsGridMajLines_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::setGridMajorLines | ( | const vector< PlotLinePtr > & | value | ) | [inline] |
Definition at line 950 of file PlotMSPlotParameterGroups.h.
References itsGridMajLines_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::setGridMinorLine | ( | const PlotLinePtr & | value, |
unsigned int | index = 0 |
||
) | [inline] |
Definition at line 987 of file PlotMSPlotParameterGroups.h.
References itsGridMinLines_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::setGridMinorLines | ( | const vector< PlotLinePtr > & | value | ) | [inline] |
Definition at line 975 of file PlotMSPlotParameterGroups.h.
References itsGridMinLines_, casa::PlotMSPlotParameters::Group::updated(), and casa::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.
void casa::PMS_PP_Canvas::setTitleFormat | ( | const PlotMSLabelFormat & | value, |
unsigned int | index = 0 |
||
) | [inline] |
Definition at line 890 of file PlotMSPlotParameterGroups.h.
References itsTitles_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::setTitleFormats | ( | const vector< PlotMSLabelFormat > & | value | ) | [inline] |
Definition at line 881 of file PlotMSPlotParameterGroups.h.
References itsTitles_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::setXLabelFormat | ( | const PlotMSLabelFormat & | value, |
unsigned int | index = 0 |
||
) | [inline] |
Definition at line 750 of file PlotMSPlotParameterGroups.h.
References itsXLabels_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::setXLabelFormats | ( | const vector< PlotMSLabelFormat > & | value | ) | [inline] |
Definition at line 741 of file PlotMSPlotParameterGroups.h.
References itsXLabels_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::setYLabelFormat | ( | const PlotMSLabelFormat & | value, |
unsigned int | index = 0 |
||
) | [inline] |
Definition at line 771 of file PlotMSPlotParameterGroups.h.
References itsYLabels_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::setYLabelFormats | ( | const vector< PlotMSLabelFormat > & | value | ) | [inline] |
Definition at line 762 of file PlotMSPlotParameterGroups.h.
References itsYLabels_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::showAxes | ( | const bool & | xShow, |
const bool & | yShow, | ||
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().
void casa::PMS_PP_Canvas::showGridMajor | ( | const bool & | show, |
const PlotLinePtr & | line, | ||
unsigned int | index = 0 |
||
) | [inline] |
Definition at line 721 of file PlotMSPlotParameterGroups.h.
References gridMinorLine(), gridMinorShown(), and showGrid().
void casa::PMS_PP_Canvas::showGridMajor | ( | const bool & | value, |
unsigned int | index = 0 |
||
) | [inline] |
Definition at line 913 of file PlotMSPlotParameterGroups.h.
References itsGridMajsShown_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::showGridMajors | ( | const vector< bool > & | value | ) | [inline] |
Definition at line 902 of file PlotMSPlotParameterGroups.h.
References itsGridMajsShown_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::showGridMinor | ( | const bool & | show, |
const PlotLinePtr & | line, | ||
unsigned int | index = 0 |
||
) | [inline] |
Definition at line 726 of file PlotMSPlotParameterGroups.h.
References gridMajorLine(), gridMajorShown(), and showGrid().
void casa::PMS_PP_Canvas::showGridMinor | ( | const bool & | value, |
unsigned int | index = 0 |
||
) | [inline] |
Definition at line 937 of file PlotMSPlotParameterGroups.h.
References itsGridMinsShown_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::showGridMinors | ( | const vector< bool > & | value | ) | [inline] |
Definition at line 926 of file PlotMSPlotParameterGroups.h.
References itsGridMinsShown_, casa::PlotMSPlotParameters::Group::updated(), and casa::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 & | value, |
unsigned int | index = 0 |
||
) | [inline] |
Definition at line 842 of file PlotMSPlotParameterGroups.h.
References itsLegendsShown_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::showLegend | ( | const PlotCanvas::LegendPosition & | value, |
unsigned int | index = 0 |
||
) | [inline] |
Definition at line 867 of file PlotMSPlotParameterGroups.h.
References itsLegendsPos_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::showLegends | ( | const vector< bool > & | value | ) | [inline] |
Definition at line 831 of file PlotMSPlotParameterGroups.h.
References itsLegendsShown_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::showLegends | ( | const vector< PlotCanvas::LegendPosition > & | value | ) | [inline] |
Definition at line 855 of file PlotMSPlotParameterGroups.h.
References itsLegendsPos_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::showXAxes | ( | const vector< bool > & | value | ) | [inline] |
Definition at line 783 of file PlotMSPlotParameterGroups.h.
References itsXAxesShown_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::showXAxis | ( | const bool & | value, |
unsigned int | index = 0 |
||
) | [inline] |
Definition at line 794 of file PlotMSPlotParameterGroups.h.
References itsXAxesShown_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::showYAxes | ( | const vector< bool > & | value | ) | [inline] |
Definition at line 807 of file PlotMSPlotParameterGroups.h.
References itsYAxesShown_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
void casa::PMS_PP_Canvas::showYAxis | ( | const bool & | value, |
unsigned int | index = 0 |
||
) | [inline] |
Definition at line 818 of file PlotMSPlotParameterGroups.h.
References itsYAxesShown_, casa::PlotMSPlotParameters::Group::updated(), and casa::value().
const PlotMSLabelFormat& casa::PMS_PP_Canvas::titleFormat | ( | unsigned int | index = 0 | ) | const [inline] |
Definition at line 887 of file PlotMSPlotParameterGroups.h.
References itsTitles_.
const vector< PlotMSLabelFormat >& casa::PMS_PP_Canvas::titleFormats | ( | ) | const [inline] |
Definition at line 878 of file PlotMSPlotParameterGroups.h.
References itsTitles_.
Record casa::PMS_PP_Canvas::toRecord | ( | ) | const [virtual] |
Returns a Record representing this group of subparameters.
Implements casa::PlotMSPlotParameters::Group.
const vector< bool >& casa::PMS_PP_Canvas::xAxesShown | ( | ) | const [inline] |
Definition at line 780 of file PlotMSPlotParameterGroups.h.
References itsXAxesShown_.
bool casa::PMS_PP_Canvas::xAxisShown | ( | unsigned int | index = 0 | ) | const [inline] |
Definition at line 789 of file PlotMSPlotParameterGroups.h.
References itsXAxesShown_.
const PlotMSLabelFormat& casa::PMS_PP_Canvas::xLabelFormat | ( | unsigned int | index = 0 | ) | const [inline] |
Definition at line 747 of file PlotMSPlotParameterGroups.h.
References itsXLabels_.
const vector< PlotMSLabelFormat >& casa::PMS_PP_Canvas::xLabelFormats | ( | ) | const [inline] |
const vector< bool >& casa::PMS_PP_Canvas::yAxesShown | ( | ) | const [inline] |
Definition at line 804 of file PlotMSPlotParameterGroups.h.
References itsYAxesShown_.
bool casa::PMS_PP_Canvas::yAxisShown | ( | unsigned int | index = 0 | ) | const [inline] |
Definition at line 813 of file PlotMSPlotParameterGroups.h.
References itsYAxesShown_.
const PlotMSLabelFormat& casa::PMS_PP_Canvas::yLabelFormat | ( | unsigned int | index = 0 | ) | const [inline] |
Definition at line 768 of file PlotMSPlotParameterGroups.h.
References itsYLabels_.
const vector< PlotMSLabelFormat >& casa::PMS_PP_Canvas::yLabelFormats | ( | ) | const [inline] |
Definition at line 759 of file PlotMSPlotParameterGroups.h.
References itsYLabels_.
vector<PlotLinePtr> casa::PMS_PP_Canvas::itsGridMajLines_ [private] |
Definition at line 1008 of file PlotMSPlotParameterGroups.h.
Referenced by gridMajorLine(), gridMajorLines(), setGridMajorLine(), and setGridMajorLines().
vector<bool> casa::PMS_PP_Canvas::itsGridMajsShown_ [private] |
Definition at line 1006 of file PlotMSPlotParameterGroups.h.
Referenced by gridMajorShown(), gridMajorsShown(), showGridMajor(), and showGridMajors().
vector<PlotLinePtr> casa::PMS_PP_Canvas::itsGridMinLines_ [private] |
Definition at line 1009 of file PlotMSPlotParameterGroups.h.
Referenced by gridMinorLine(), gridMinorLines(), setGridMinorLine(), and setGridMinorLines().
vector<bool> casa::PMS_PP_Canvas::itsGridMinsShown_ [private] |
Definition at line 1007 of file PlotMSPlotParameterGroups.h.
Referenced by gridMinorShown(), gridMinorsShown(), showGridMinor(), and showGridMinors().
vector<PlotCanvas::LegendPosition > casa::PMS_PP_Canvas::itsLegendsPos_ [private] |
Definition at line 1004 of file PlotMSPlotParameterGroups.h.
Referenced by legendPosition(), legendPositions(), showLegend(), and showLegends().
vector<bool> casa::PMS_PP_Canvas::itsLegendsShown_ [private] |
Definition at line 1003 of file PlotMSPlotParameterGroups.h.
Referenced by legendShown(), legendsShown(), showLegend(), and showLegends().
vector<PlotMSLabelFormat> casa::PMS_PP_Canvas::itsTitles_ [private] |
Definition at line 1005 of file PlotMSPlotParameterGroups.h.
Referenced by setTitleFormat(), setTitleFormats(), titleFormat(), and titleFormats().
vector<bool> casa::PMS_PP_Canvas::itsXAxesShown_ [private] |
Definition at line 1001 of file PlotMSPlotParameterGroups.h.
Referenced by showXAxes(), showXAxis(), xAxesShown(), and xAxisShown().
vector<PlotMSLabelFormat> casa::PMS_PP_Canvas::itsXLabels_ [private] |
Definition at line 999 of file PlotMSPlotParameterGroups.h.
Referenced by setXLabelFormat(), setXLabelFormats(), xLabelFormat(), and xLabelFormats().
vector<bool> casa::PMS_PP_Canvas::itsYAxesShown_ [private] |
Definition at line 1002 of file PlotMSPlotParameterGroups.h.
Referenced by showYAxes(), showYAxis(), yAxesShown(), and yAxisShown().
vector<PlotMSLabelFormat> casa::PMS_PP_Canvas::itsYLabels_ [private] |
Definition at line 1000 of file PlotMSPlotParameterGroups.h.
Referenced by setYLabelFormat(), setYLabelFormats(), yLabelFormat(), and yLabelFormats().
const String casa::PMS_PP_Canvas::REC_GRIDMAJLINES [static, private] |
Definition at line 1021 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_GRIDMINLINES [static, private] |
Definition at line 1022 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_LEGENDSPOS [static, private] |
Definition at line 1017 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_SHOWGRIDMAJS [static, private] |
Definition at line 1019 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_SHOWGRIDMINS [static, private] |
Definition at line 1020 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_SHOWLEGENDS [static, private] |
Definition at line 1016 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_SHOWXAXES [static, private] |
Definition at line 1014 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_SHOWYAXES [static, private] |
Definition at line 1015 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_TITLES [static, private] |
Definition at line 1018 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_XLABELS [static, private] |
Definition at line 1012 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_YLABELS [static, private] |
Definition at line 1013 of file PlotMSPlotParameterGroups.h.