casa
$Rev:20696$
|
Classes | |
class | plot_desc |
Public Member Functions | |
row_desc (QWidget *c, QHBoxLayout *l) | |
QWidget * | container () |
QHBoxLayout * | layout () |
void | addplot (QWidget *container, QLayout *layout, QtPlotFrame *plot, QSlider *slider) |
int | id () |
Private Types | |
typedef std::list< plot_desc * > | plotlist |
Private Attributes | |
plotlist | plots |
QWidget * | container_ |
QHBoxLayout * | layout_ |
int | id_ |
Definition at line 136 of file QtPlotSvrPanel.qo.h.
typedef std::list<plot_desc*> casa::QtPlotSvrPanel::row_desc::plotlist [private] |
Definition at line 162 of file QtPlotSvrPanel.qo.h.
casa::QtPlotSvrPanel::row_desc::row_desc | ( | QWidget * | c, |
QHBoxLayout * | l | ||
) | [inline] |
Definition at line 155 of file QtPlotSvrPanel.qo.h.
void casa::QtPlotSvrPanel::row_desc::addplot | ( | QWidget * | container, |
QLayout * | layout, | ||
QtPlotFrame * | plot, | ||
QSlider * | slider | ||
) | [inline] |
Definition at line 158 of file QtPlotSvrPanel.qo.h.
References plots.
QWidget* casa::QtPlotSvrPanel::row_desc::container | ( | ) | [inline] |
Definition at line 156 of file QtPlotSvrPanel.qo.h.
References container_.
int casa::QtPlotSvrPanel::row_desc::id | ( | ) | [inline] |
Definition at line 160 of file QtPlotSvrPanel.qo.h.
References id_.
QHBoxLayout* casa::QtPlotSvrPanel::row_desc::layout | ( | ) | [inline] |
Definition at line 157 of file QtPlotSvrPanel.qo.h.
References layout_.
QWidget* casa::QtPlotSvrPanel::row_desc::container_ [private] |
Definition at line 164 of file QtPlotSvrPanel.qo.h.
Referenced by container().
int casa::QtPlotSvrPanel::row_desc::id_ [private] |
Definition at line 166 of file QtPlotSvrPanel.qo.h.
Referenced by id().
QHBoxLayout* casa::QtPlotSvrPanel::row_desc::layout_ [private] |
Definition at line 165 of file QtPlotSvrPanel.qo.h.
Referenced by layout().
Definition at line 163 of file QtPlotSvrPanel.qo.h.
Referenced by addplot().