casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Slots | Private Attributes
casa::PlotMSDisplayTab Class Reference

Subclass of PlotMSPlotSubtab to manage plot display parameters. More...

#include <PlotMSDisplayTab.qo.h>

Inheritance diagram for casa::PlotMSDisplayTab:
casa::PlotMSPlotSubtab casa::PlotMSTab casa::PlotMSParametersWatcher

List of all members.

Public Member Functions

 PlotMSDisplayTab (PlotMSPlotTab *plotTab, PlotMSPlotter *parent)
 Constructor which takes the parent tab and plotter.
 ~PlotMSDisplayTab ()
 Destructor.
QString tabName () const
 Implements PlotMSTab::tabName().
void getValue (PlotMSPlotParameters &params) const
 Implements PlotMSPlotSubtab::getValue().
void setValue (const PlotMSPlotParameters &params)
 Implements PlotMSPlotSubtab::setValue().
void update (const PlotMSPlot &plot)
 Implements PlotMSPlotSubtab::update().
void hideIndex ()
 Hides the index chooser at the top.
void setIndexRowsCols (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.

Private Slots

void indexChanged (unsigned int index)
 Slot for when the index changes.

Private Attributes

QtIndexChooseritsIndexChooser_
 Index chooser.
QtLabelWidgetitsTitleWidget_
 Label widget for title.
PlotSymbolWidgetitsSymbolWidget_
 Symbol widgets for unflagged and flagged points, respectively.
PlotSymbolWidgetitsMaskedSymbolWidget_
PMS_PP_Display itsPDisplay_
 Display parameters.

Detailed Description

Subclass of PlotMSPlotSubtab to manage plot display parameters.

Definition at line 46 of file PlotMSDisplayTab.qo.h.


Constructor & Destructor Documentation

Constructor which takes the parent tab and plotter.

Destructor.


Member Function Documentation

void casa::PlotMSDisplayTab::getValue ( PlotMSPlotParameters params) const [virtual]

Implements PlotMSPlotSubtab::getValue().

WARNING: for now, only works with PlotMSSinglePlotParameters.

Implements casa::PlotMSPlotSubtab.

Hides the index chooser at the top.

void casa::PlotMSDisplayTab::indexChanged ( unsigned int  index) [private, slot]

Slot for when the index changes.

void casa::PlotMSDisplayTab::setIndexRowsCols ( 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::PlotMSDisplayTab::setValue ( const PlotMSPlotParameters params) [virtual]

Implements PlotMSPlotSubtab::setValue().

WARNING: for now, only works with PlotMSSinglePlotParameters.

Implements casa::PlotMSPlotSubtab.

QString casa::PlotMSDisplayTab::tabName ( ) const [inline, virtual]

Implements PlotMSTab::tabName().

Implements casa::PlotMSTab.

Definition at line 61 of file PlotMSDisplayTab.qo.h.

void casa::PlotMSDisplayTab::update ( const PlotMSPlot plot) [virtual]

Implements PlotMSPlotSubtab::update().

WARNING: for now, only works with PlotMSSinglePlotParameters.

Implements casa::PlotMSPlotSubtab.


Member Data Documentation

Index chooser.

Definition at line 85 of file PlotMSDisplayTab.qo.h.

Definition at line 91 of file PlotMSDisplayTab.qo.h.

Display parameters.

Definition at line 94 of file PlotMSDisplayTab.qo.h.

Symbol widgets for unflagged and flagged points, respectively.

Definition at line 91 of file PlotMSDisplayTab.qo.h.

Label widget for title.

Definition at line 88 of file PlotMSDisplayTab.qo.h.


The documentation for this class was generated from the following file: