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. | |
PMS_PP_Canvas & | operator= (const Group &other) |
PMS_PP_Canvas & | operator= (const PMS_PP_Canvas &other) |
Implemented Methods //. | |
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 | showLegend (const bool &show, const 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< Int > & | xAxisFonts () const |
void | setXAxisFonts (const vector< Int > &value) |
const Int & | xAxisFont (unsigned int index=0) const |
void | setXAxisFont (const Int value, unsigned int index=0) |
const vector< Int > & | yAxisFonts () const |
void | setYAxisFonts (const vector< Int > &value) |
const Int & | yAxisFont (unsigned int index=0) const |
void | setYAxisFont (const Int 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 | 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< Int > & | titleFonts () const |
void | setTitleFonts (const vector< Int > &value) |
const Int & | titleFont (unsigned int index=0) const |
void | setTitleFont (const 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) |
Private Member Functions | |
PMS_PP_Canvas & | assign (const PMS_PP_Canvas *o) |
Does the work for the operator=()s. | |
void | setDefaults () |
Private Attributes | |
vector< PlotMSLabelFormat > | itsXLabels_ |
vector< bool > | itsXFontsSet_ |
vector< Int > | itsXAxisFonts_ |
vector< PlotMSLabelFormat > | itsYLabels_ |
vector< bool > | itsYFontsSet_ |
vector< Int > | itsYAxisFonts_ |
vector< bool > | itsXAxesShown_ |
vector< bool > | itsYAxesShown_ |
vector< bool > | itsLegendsShown_ |
vector < PlotCanvas::LegendPosition > | itsLegendsPos_ |
vector< PlotMSLabelFormat > | itsTitles_ |
vector< bool > | itsTitleFontsSet_ |
vector< Int > | itsTitleFonts_ |
vector< bool > | itsGridMajsShown_ |
vector< bool > | itsGridMinsShown_ |
vector< PlotLinePtr > | itsGridMajLines_ |
vector< PlotLinePtr > | itsGridMinLines_ |
Static Private Attributes | |
static const String | REC_XLABELS |
static const String | REC_XFONTSSET |
static const String | REC_XAXISFONTS |
static const String | REC_YLABELS |
static const String | REC_YFONTSSET |
static const String | REC_YAXISFONTS |
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_TITLEFONTSSET |
static const String | REC_TITLEFONTS |
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 713 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 | ( | ) |
PMS_PP_Canvas& casa::PMS_PP_Canvas::assign | ( | const PMS_PP_Canvas * | o | ) | [private] |
Does the work for the operator=()s.
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 725 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 1118 of file PlotMSPlotParameterGroups.h.
References itsGridMajLines_.
Referenced by showGridMinor().
const vector< PlotLinePtr >& casa::PMS_PP_Canvas::gridMajorLines | ( | ) | const [inline] |
Definition at line 1109 of file PlotMSPlotParameterGroups.h.
References itsGridMajLines_.
bool casa::PMS_PP_Canvas::gridMajorShown | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 1070 of file PlotMSPlotParameterGroups.h.
References itsGridMajsShown_.
Referenced by showGridMinor().
const vector< bool >& casa::PMS_PP_Canvas::gridMajorsShown | ( | ) | const [inline] |
Definition at line 1061 of file PlotMSPlotParameterGroups.h.
References itsGridMajsShown_.
PlotLinePtr casa::PMS_PP_Canvas::gridMinorLine | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 1143 of file PlotMSPlotParameterGroups.h.
References itsGridMinLines_.
Referenced by showGridMajor().
const vector< PlotLinePtr >& casa::PMS_PP_Canvas::gridMinorLines | ( | ) | const [inline] |
Definition at line 1134 of file PlotMSPlotParameterGroups.h.
References itsGridMinLines_.
bool casa::PMS_PP_Canvas::gridMinorShown | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 1094 of file PlotMSPlotParameterGroups.h.
References itsGridMinsShown_.
Referenced by showGridMajor().
const vector< bool >& casa::PMS_PP_Canvas::gridMinorsShown | ( | ) | const [inline] |
Definition at line 1085 of file PlotMSPlotParameterGroups.h.
References itsGridMinsShown_.
PlotCanvas::LegendPosition casa::PMS_PP_Canvas::legendPosition | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 987 of file PlotMSPlotParameterGroups.h.
References itsLegendsPos_.
const vector< PlotCanvas::LegendPosition >& casa::PMS_PP_Canvas::legendPositions | ( | ) | const [inline] |
Definition at line 978 of file PlotMSPlotParameterGroups.h.
References itsLegendsPos_.
bool casa::PMS_PP_Canvas::legendShown | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 963 of file PlotMSPlotParameterGroups.h.
References itsLegendsShown_.
const vector< bool >& casa::PMS_PP_Canvas::legendsShown | ( | ) | const [inline] |
Definition at line 954 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 730 of file PlotMSPlotParameterGroups.h.
References String, and 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 PMS_PP_Canvas & | other | ) | [virtual] |
Implemented Methods //.
Copy operator. Should probably be overridden by children to be more efficient. Only copies if the two groups have the same name.
Reimplemented from casa::PlotMSPlotParameters::Group.
PMS_PP_Canvas& casa::PMS_PP_Canvas::operator= | ( | const Group & | other | ) |
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 742 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 1124 of file PlotMSPlotParameterGroups.h.
References itsGridMajLines_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setGridMajorLines | ( | const vector< PlotLinePtr > & | value | ) | [inline] |
Definition at line 1112 of file PlotMSPlotParameterGroups.h.
References itsGridMajLines_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setGridMinorLine | ( | const PlotLinePtr & | value, | |
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 1149 of file PlotMSPlotParameterGroups.h.
References itsGridMinLines_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setGridMinorLines | ( | const vector< PlotLinePtr > & | value | ) | [inline] |
Definition at line 1137 of file PlotMSPlotParameterGroups.h.
References itsGridMinLines_, and casa::PlotMSPlotParameters::Group::updated().
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::setLegendPosition | ( | const PlotCanvas::LegendPosition & | value, | |
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 993 of file PlotMSPlotParameterGroups.h.
References itsLegendsPos_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setLegendPositions | ( | const vector< PlotCanvas::LegendPosition > & | value | ) | [inline] |
Definition at line 981 of file PlotMSPlotParameterGroups.h.
References itsLegendsPos_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setTitleFont | ( | const Int | value, | |
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 1053 of file PlotMSPlotParameterGroups.h.
References itsTitleFonts_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setTitleFonts | ( | const vector< Int > & | value | ) | [inline] |
Definition at line 1044 of file PlotMSPlotParameterGroups.h.
References itsTitleFonts_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setTitleFontSet | ( | const bool & | value, | |
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 1035 of file PlotMSPlotParameterGroups.h.
References itsTitleFontsSet_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setTitleFontsSet | ( | const vector< bool > & | value | ) | [inline] |
Definition at line 1026 of file PlotMSPlotParameterGroups.h.
References itsTitleFontsSet_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setTitleFormat | ( | const PlotMSLabelFormat & | value, | |
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 1016 of file PlotMSPlotParameterGroups.h.
References itsTitles_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setTitleFormats | ( | const vector< PlotMSLabelFormat > & | value | ) | [inline] |
Definition at line 1007 of file PlotMSPlotParameterGroups.h.
References itsTitles_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setXAxisFont | ( | const Int | value, | |
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 879 of file PlotMSPlotParameterGroups.h.
References itsXAxisFonts_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setXAxisFonts | ( | const vector< Int > & | value | ) | [inline] |
Definition at line 870 of file PlotMSPlotParameterGroups.h.
References itsXAxisFonts_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setXFontSet | ( | const bool & | value, | |
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 842 of file PlotMSPlotParameterGroups.h.
References itsXFontsSet_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setXFontsSet | ( | const vector< bool > & | value | ) | [inline] |
Definition at line 833 of file PlotMSPlotParameterGroups.h.
References itsXFontsSet_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setXLabelFormat | ( | const PlotMSLabelFormat & | value, | |
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 801 of file PlotMSPlotParameterGroups.h.
References itsXLabels_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setXLabelFormats | ( | const vector< PlotMSLabelFormat > & | value | ) | [inline] |
Definition at line 792 of file PlotMSPlotParameterGroups.h.
References itsXLabels_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setYAxisFont | ( | const Int | value, | |
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 898 of file PlotMSPlotParameterGroups.h.
References itsYAxisFonts_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setYAxisFonts | ( | const vector< Int > & | value | ) | [inline] |
Definition at line 889 of file PlotMSPlotParameterGroups.h.
References itsYAxisFonts_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setYFontSet | ( | const bool & | value, | |
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 860 of file PlotMSPlotParameterGroups.h.
References itsYFontsSet_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setYFontsSet | ( | const vector< bool > & | value | ) | [inline] |
Definition at line 851 of file PlotMSPlotParameterGroups.h.
References itsYFontsSet_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setYLabelFormat | ( | const PlotMSLabelFormat & | value, | |
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 822 of file PlotMSPlotParameterGroups.h.
References itsYLabels_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::setYLabelFormats | ( | const vector< PlotMSLabelFormat > & | value | ) | [inline] |
Definition at line 813 of file PlotMSPlotParameterGroups.h.
References itsYLabels_, and casa::PlotMSPlotParameters::Group::updated().
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 & | value, | |
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 1075 of file PlotMSPlotParameterGroups.h.
References itsGridMajsShown_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::showGridMajor | ( | const bool & | show, | |
const PlotLinePtr & | line, | |||
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 772 of file PlotMSPlotParameterGroups.h.
References gridMinorLine(), gridMinorShown(), and showGrid().
void casa::PMS_PP_Canvas::showGridMajors | ( | const vector< bool > & | value | ) | [inline] |
Definition at line 1064 of file PlotMSPlotParameterGroups.h.
References itsGridMajsShown_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::showGridMinor | ( | const bool & | value, | |
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 1099 of file PlotMSPlotParameterGroups.h.
References itsGridMinsShown_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::showGridMinor | ( | const bool & | show, | |
const PlotLinePtr & | line, | |||
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 777 of file PlotMSPlotParameterGroups.h.
References gridMajorLine(), gridMajorShown(), and showGrid().
void casa::PMS_PP_Canvas::showGridMinors | ( | const vector< bool > & | value | ) | [inline] |
Definition at line 1088 of file PlotMSPlotParameterGroups.h.
References itsGridMinsShown_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::showLegend | ( | const bool & | value, | |
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 968 of file PlotMSPlotParameterGroups.h.
References itsLegendsShown_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::showLegend | ( | const bool & | show, | |
const String & | pos, | |||
unsigned int | index = 0 | |||
) |
void casa::PMS_PP_Canvas::showLegend | ( | const bool & | show, | |
const PlotCanvas::LegendPosition & | pos, | |||
unsigned int | index = 0 | |||
) |
void casa::PMS_PP_Canvas::showLegends | ( | const vector< bool > & | value | ) | [inline] |
Definition at line 957 of file PlotMSPlotParameterGroups.h.
References itsLegendsShown_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::showXAxes | ( | const vector< bool > & | value | ) | [inline] |
Definition at line 909 of file PlotMSPlotParameterGroups.h.
References itsXAxesShown_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::showXAxis | ( | const bool & | value, | |
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 920 of file PlotMSPlotParameterGroups.h.
References itsXAxesShown_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::showYAxes | ( | const vector< bool > & | value | ) | [inline] |
Definition at line 933 of file PlotMSPlotParameterGroups.h.
References itsYAxesShown_, and casa::PlotMSPlotParameters::Group::updated().
void casa::PMS_PP_Canvas::showYAxis | ( | const bool & | value, | |
unsigned int | index = 0 | |||
) | [inline] |
Definition at line 944 of file PlotMSPlotParameterGroups.h.
References itsYAxesShown_, and casa::PlotMSPlotParameters::Group::updated().
const Int& casa::PMS_PP_Canvas::titleFont | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 1050 of file PlotMSPlotParameterGroups.h.
References itsTitleFonts_.
const vector< Int >& casa::PMS_PP_Canvas::titleFonts | ( | ) | const [inline] |
Definition at line 1041 of file PlotMSPlotParameterGroups.h.
References itsTitleFonts_.
bool casa::PMS_PP_Canvas::titleFontSet | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 1032 of file PlotMSPlotParameterGroups.h.
References itsTitleFontsSet_.
const vector< bool >& casa::PMS_PP_Canvas::titleFontsSet | ( | ) | const [inline] |
Definition at line 1023 of file PlotMSPlotParameterGroups.h.
References itsTitleFontsSet_.
const PlotMSLabelFormat& casa::PMS_PP_Canvas::titleFormat | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 1013 of file PlotMSPlotParameterGroups.h.
References itsTitles_.
const vector< PlotMSLabelFormat >& casa::PMS_PP_Canvas::titleFormats | ( | ) | const [inline] |
Definition at line 1004 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 906 of file PlotMSPlotParameterGroups.h.
References itsXAxesShown_.
const Int& casa::PMS_PP_Canvas::xAxisFont | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 876 of file PlotMSPlotParameterGroups.h.
References itsXAxisFonts_.
const vector< Int >& casa::PMS_PP_Canvas::xAxisFonts | ( | ) | const [inline] |
Definition at line 867 of file PlotMSPlotParameterGroups.h.
References itsXAxisFonts_.
bool casa::PMS_PP_Canvas::xAxisShown | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 915 of file PlotMSPlotParameterGroups.h.
References itsXAxesShown_.
bool casa::PMS_PP_Canvas::xFontSet | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 839 of file PlotMSPlotParameterGroups.h.
References itsXFontsSet_.
const vector< bool >& casa::PMS_PP_Canvas::xFontsSet | ( | ) | const [inline] |
Definition at line 830 of file PlotMSPlotParameterGroups.h.
References itsXFontsSet_.
const PlotMSLabelFormat& casa::PMS_PP_Canvas::xLabelFormat | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 798 of file PlotMSPlotParameterGroups.h.
References itsXLabels_.
const vector< PlotMSLabelFormat >& casa::PMS_PP_Canvas::xLabelFormats | ( | ) | const [inline] |
Definition at line 789 of file PlotMSPlotParameterGroups.h.
References itsXLabels_.
const vector< bool >& casa::PMS_PP_Canvas::yAxesShown | ( | ) | const [inline] |
Definition at line 930 of file PlotMSPlotParameterGroups.h.
References itsYAxesShown_.
const Int& casa::PMS_PP_Canvas::yAxisFont | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 895 of file PlotMSPlotParameterGroups.h.
References itsYAxisFonts_.
const vector< Int >& casa::PMS_PP_Canvas::yAxisFonts | ( | ) | const [inline] |
Definition at line 886 of file PlotMSPlotParameterGroups.h.
References itsYAxisFonts_.
bool casa::PMS_PP_Canvas::yAxisShown | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 939 of file PlotMSPlotParameterGroups.h.
References itsYAxesShown_.
bool casa::PMS_PP_Canvas::yFontSet | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 857 of file PlotMSPlotParameterGroups.h.
References itsYFontsSet_.
const vector< bool >& casa::PMS_PP_Canvas::yFontsSet | ( | ) | const [inline] |
Definition at line 848 of file PlotMSPlotParameterGroups.h.
References itsYFontsSet_.
const PlotMSLabelFormat& casa::PMS_PP_Canvas::yLabelFormat | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 819 of file PlotMSPlotParameterGroups.h.
References itsYLabels_.
const vector< PlotMSLabelFormat >& casa::PMS_PP_Canvas::yLabelFormats | ( | ) | const [inline] |
Definition at line 810 of file PlotMSPlotParameterGroups.h.
References itsYLabels_.
vector<PlotLinePtr> casa::PMS_PP_Canvas::itsGridMajLines_ [private] |
Definition at line 1180 of file PlotMSPlotParameterGroups.h.
Referenced by gridMajorLine(), gridMajorLines(), setGridMajorLine(), and setGridMajorLines().
vector<bool> casa::PMS_PP_Canvas::itsGridMajsShown_ [private] |
Definition at line 1178 of file PlotMSPlotParameterGroups.h.
Referenced by gridMajorShown(), gridMajorsShown(), showGridMajor(), and showGridMajors().
vector<PlotLinePtr> casa::PMS_PP_Canvas::itsGridMinLines_ [private] |
Definition at line 1181 of file PlotMSPlotParameterGroups.h.
Referenced by gridMinorLine(), gridMinorLines(), setGridMinorLine(), and setGridMinorLines().
vector<bool> casa::PMS_PP_Canvas::itsGridMinsShown_ [private] |
Definition at line 1179 of file PlotMSPlotParameterGroups.h.
Referenced by gridMinorShown(), gridMinorsShown(), showGridMinor(), and showGridMinors().
vector<PlotCanvas::LegendPosition > casa::PMS_PP_Canvas::itsLegendsPos_ [private] |
Definition at line 1174 of file PlotMSPlotParameterGroups.h.
Referenced by legendPosition(), legendPositions(), setLegendPosition(), and setLegendPositions().
vector<bool> casa::PMS_PP_Canvas::itsLegendsShown_ [private] |
Definition at line 1173 of file PlotMSPlotParameterGroups.h.
Referenced by legendShown(), legendsShown(), showLegend(), and showLegends().
vector<Int> casa::PMS_PP_Canvas::itsTitleFonts_ [private] |
Definition at line 1177 of file PlotMSPlotParameterGroups.h.
Referenced by setTitleFont(), setTitleFonts(), titleFont(), and titleFonts().
vector<bool> casa::PMS_PP_Canvas::itsTitleFontsSet_ [private] |
Definition at line 1176 of file PlotMSPlotParameterGroups.h.
Referenced by setTitleFontSet(), setTitleFontsSet(), titleFontSet(), and titleFontsSet().
vector<PlotMSLabelFormat> casa::PMS_PP_Canvas::itsTitles_ [private] |
Definition at line 1175 of file PlotMSPlotParameterGroups.h.
Referenced by setTitleFormat(), setTitleFormats(), titleFormat(), and titleFormats().
vector<bool> casa::PMS_PP_Canvas::itsXAxesShown_ [private] |
Definition at line 1171 of file PlotMSPlotParameterGroups.h.
Referenced by showXAxes(), showXAxis(), xAxesShown(), and xAxisShown().
vector<Int> casa::PMS_PP_Canvas::itsXAxisFonts_ [private] |
Definition at line 1167 of file PlotMSPlotParameterGroups.h.
Referenced by setXAxisFont(), setXAxisFonts(), xAxisFont(), and xAxisFonts().
vector<bool> casa::PMS_PP_Canvas::itsXFontsSet_ [private] |
Definition at line 1166 of file PlotMSPlotParameterGroups.h.
Referenced by setXFontSet(), setXFontsSet(), xFontSet(), and xFontsSet().
vector<PlotMSLabelFormat> casa::PMS_PP_Canvas::itsXLabels_ [private] |
Definition at line 1165 of file PlotMSPlotParameterGroups.h.
Referenced by setXLabelFormat(), setXLabelFormats(), xLabelFormat(), and xLabelFormats().
vector<bool> casa::PMS_PP_Canvas::itsYAxesShown_ [private] |
Definition at line 1172 of file PlotMSPlotParameterGroups.h.
Referenced by showYAxes(), showYAxis(), yAxesShown(), and yAxisShown().
vector<Int> casa::PMS_PP_Canvas::itsYAxisFonts_ [private] |
Definition at line 1170 of file PlotMSPlotParameterGroups.h.
Referenced by setYAxisFont(), setYAxisFonts(), yAxisFont(), and yAxisFonts().
vector<bool> casa::PMS_PP_Canvas::itsYFontsSet_ [private] |
Definition at line 1169 of file PlotMSPlotParameterGroups.h.
Referenced by setYFontSet(), setYFontsSet(), yFontSet(), and yFontsSet().
vector<PlotMSLabelFormat> casa::PMS_PP_Canvas::itsYLabels_ [private] |
Definition at line 1168 of file PlotMSPlotParameterGroups.h.
Referenced by setYLabelFormat(), setYLabelFormats(), yLabelFormat(), and yLabelFormats().
const String casa::PMS_PP_Canvas::REC_GRIDMAJLINES [static, private] |
Definition at line 1199 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_GRIDMINLINES [static, private] |
Definition at line 1200 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_LEGENDSPOS [static, private] |
Definition at line 1193 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_SHOWGRIDMAJS [static, private] |
Definition at line 1197 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_SHOWGRIDMINS [static, private] |
Definition at line 1198 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_SHOWLEGENDS [static, private] |
Definition at line 1192 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_SHOWXAXES [static, private] |
Definition at line 1190 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_SHOWYAXES [static, private] |
Definition at line 1191 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_TITLEFONTS [static, private] |
Definition at line 1196 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_TITLEFONTSSET [static, private] |
Definition at line 1195 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_TITLES [static, private] |
Definition at line 1194 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_XAXISFONTS [static, private] |
Definition at line 1186 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_XFONTSSET [static, private] |
Definition at line 1185 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_XLABELS [static, private] |
Definition at line 1184 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_YAXISFONTS [static, private] |
Definition at line 1189 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_YFONTSSET [static, private] |
Definition at line 1188 of file PlotMSPlotParameterGroups.h.
const String casa::PMS_PP_Canvas::REC_YLABELS [static, private] |
Definition at line 1187 of file PlotMSPlotParameterGroups.h.