casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
casa::QtPlotWidget Class Reference

Parent for plot widgets. More...

#include <QtPlotWidget.qo.h>

Inheritance diagram for casa::QtPlotWidget:
casa::QtEditingWidget casa::PlotColorWidget casa::PlotFillWidget casa::PlotFontWidget casa::PlotLineWidget casa::PlotSymbolWidget

Public Member Functions

 QtPlotWidget (PlotFactoryPtr factory, QWidget *parent=NULL)
 Constructor which takes a PlotFactory and an optional parent widget. More...
 
virtual ~QtPlotWidget ()
 Destructor. More...
 
- Public Member Functions inherited from casa::QtEditingWidget
 QtEditingWidget (QWidget *parent=NULL)
 Constructor which takes an optional parent widget. More...
 
virtual ~QtEditingWidget ()
 Destructor. More...
 
virtual void addRadioButtonsToGroup (QButtonGroup *group) const
 Adds any radio buttons in the widget to the given button group. More...
 

Protected Attributes

PlotFactoryPtr itsFactory_
 Factory. More...
 

Additional Inherited Members

- Signals inherited from casa::QtEditingWidget
void changed ()
 This signal should be emitted whenever the user changes any value settings in the GUI. More...
 
void differentFromSet ()
 This signal should be emitted when the user changes any value settings in the GUI AND the new value is different from the last set value. More...
 
void editDone ()
 to change widget focus when editing done More...
 

Detailed Description

Parent for plot widgets.

Definition at line 42 of file QtPlotWidget.qo.h.

Constructor & Destructor Documentation

casa::QtPlotWidget::QtPlotWidget ( PlotFactoryPtr  factory,
QWidget *  parent = NULL 
)

Constructor which takes a PlotFactory and an optional parent widget.

virtual casa::QtPlotWidget::~QtPlotWidget ( )
virtual

Destructor.

Member Data Documentation

PlotFactoryPtr casa::QtPlotWidget::itsFactory_
protected

Factory.

Definition at line 54 of file QtPlotWidget.qo.h.


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