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 145 of file QtPlotSvrPanel.qo.h.
typedef std::list<plot_desc*> casa::QtPlotSvrPanel::row_desc::plotlist [private] |
Definition at line 171 of file QtPlotSvrPanel.qo.h.
casa::QtPlotSvrPanel::row_desc::row_desc | ( | QWidget * | c, | |
QHBoxLayout * | l | |||
) | [inline] |
Definition at line 164 of file QtPlotSvrPanel.qo.h.
void casa::QtPlotSvrPanel::row_desc::addplot | ( | QWidget * | container, | |
QLayout * | layout, | |||
QtPlotFrame * | plot, | |||
QSlider * | slider | |||
) | [inline] |
Definition at line 167 of file QtPlotSvrPanel.qo.h.
References plots.
QWidget* casa::QtPlotSvrPanel::row_desc::container | ( | ) | [inline] |
Definition at line 165 of file QtPlotSvrPanel.qo.h.
References container_.
int casa::QtPlotSvrPanel::row_desc::id | ( | ) | [inline] |
Definition at line 169 of file QtPlotSvrPanel.qo.h.
References id_.
QHBoxLayout* casa::QtPlotSvrPanel::row_desc::layout | ( | ) | [inline] |
Definition at line 166 of file QtPlotSvrPanel.qo.h.
References layout_.
QWidget* casa::QtPlotSvrPanel::row_desc::container_ [private] |
Definition at line 173 of file QtPlotSvrPanel.qo.h.
Referenced by container().
int casa::QtPlotSvrPanel::row_desc::id_ [private] |
Definition at line 175 of file QtPlotSvrPanel.qo.h.
Referenced by id().
QHBoxLayout* casa::QtPlotSvrPanel::row_desc::layout_ [private] |
Definition at line 174 of file QtPlotSvrPanel.qo.h.
Referenced by layout().
Definition at line 172 of file QtPlotSvrPanel.qo.h.
Referenced by addplot().