casa
$Rev:20696$
|
Subclass of PlotMSTab that handles interaction with the PlotMSAnnotator. More...
#include <PlotMSAnnotatorTab.qo.h>
Public Member Functions | |
PlotMSAnnotatorTab (PlotMSPlotter *parent) | |
Constructor which takes the parent plotter. | |
~PlotMSAnnotatorTab () | |
Destructor. | |
QString | tabName () const |
Implements PlotMSTab::tabName(). | |
void | parametersHaveChanged (const PlotMSWatchedParameters ¶ms, int updateFlag) |
Implements PlotMSParametersWatcher::parametersHaveChanged(). | |
Private Slots | |
void | textPropertiesChanged () |
void | rectanglePropertiesChanged () |
Slot for when any rectangle properties changed. | |
Private Attributes | |
PlotMSAnnotator & | itsAnnotator_ |
Reference to annotator. | |
PlotFontWidget * | itsTextFont_ |
Text property widgets. | |
PlotLineWidget * | itsTextOutline_ |
PlotFillWidget * | itsTextBackground_ |
PlotLineWidget * | itsRectLine_ |
Rectangle property widgets. | |
PlotFillWidget * | itsRectFill_ |
Subclass of PlotMSTab that handles interaction with the PlotMSAnnotator.
Definition at line 46 of file PlotMSAnnotatorTab.qo.h.
Constructor which takes the parent plotter.
Destructor.
void casa::PlotMSAnnotatorTab::parametersHaveChanged | ( | const PlotMSWatchedParameters & | params, |
int | updateFlag | ||
) | [inline, virtual] |
Implements PlotMSParametersWatcher::parametersHaveChanged().
Does nothing.
Implements casa::PlotMSParametersWatcher.
Definition at line 62 of file PlotMSAnnotatorTab.qo.h.
void casa::PlotMSAnnotatorTab::rectanglePropertiesChanged | ( | ) | [private, slot] |
Slot for when any rectangle properties changed.
QString casa::PlotMSAnnotatorTab::tabName | ( | ) | const [inline, virtual] |
Implements PlotMSTab::tabName().
Implements casa::PlotMSTab.
Definition at line 58 of file PlotMSAnnotatorTab.qo.h.
void casa::PlotMSAnnotatorTab::textPropertiesChanged | ( | ) | [private, slot] |
Slot for when any text properties changed.
Reference to annotator.
Definition at line 67 of file PlotMSAnnotatorTab.qo.h.
Definition at line 79 of file PlotMSAnnotatorTab.qo.h.
Rectangle property widgets.
Definition at line 78 of file PlotMSAnnotatorTab.qo.h.
Definition at line 73 of file PlotMSAnnotatorTab.qo.h.
Text property widgets.
Definition at line 71 of file PlotMSAnnotatorTab.qo.h.
Definition at line 72 of file PlotMSAnnotatorTab.qo.h.