casa
5.7.0-16
|
Parent for plot widgets. More...
#include <QtPlotWidget.qo.h>
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... | |
Parent for plot widgets.
Definition at line 42 of file QtPlotWidget.qo.h.
casa::QtPlotWidget::QtPlotWidget | ( | PlotFactoryPtr | factory, |
QWidget * | parent = NULL |
||
) |
Constructor which takes a PlotFactory and an optional parent widget.
|
virtual |
Destructor.
|
protected |
Factory.
Definition at line 54 of file QtPlotWidget.qo.h.