Public Member Functions | |
win_desc (QtPlotSvrMain *b, QWidget *c, QVBoxLayout *l) | |
QtPlotSvrMain *& | base () |
QWidget *& | container () |
QVBoxLayout *& | layout () |
Private Attributes | |
QtPlotSvrMain * | base_ |
QWidget * | container_ |
QVBoxLayout * | layout_ |
Definition at line 178 of file QtPlotSvrPanel.qo.h.
casa::QtPlotSvrPanel::win_desc::win_desc | ( | QtPlotSvrMain * | b, | |
QWidget * | c, | |||
QVBoxLayout * | l | |||
) | [inline] |
Definition at line 180 of file QtPlotSvrPanel.qo.h.
QtPlotSvrMain*& casa::QtPlotSvrPanel::win_desc::base | ( | ) | [inline] |
Definition at line 181 of file QtPlotSvrPanel.qo.h.
References base_.
QWidget*& casa::QtPlotSvrPanel::win_desc::container | ( | ) | [inline] |
Definition at line 182 of file QtPlotSvrPanel.qo.h.
References container_.
QVBoxLayout*& casa::QtPlotSvrPanel::win_desc::layout | ( | ) | [inline] |
Definition at line 183 of file QtPlotSvrPanel.qo.h.
References layout_.
Definition at line 185 of file QtPlotSvrPanel.qo.h.
Referenced by base().
QWidget* casa::QtPlotSvrPanel::win_desc::container_ [private] |
Definition at line 186 of file QtPlotSvrPanel.qo.h.
Referenced by container().
QVBoxLayout* casa::QtPlotSvrPanel::win_desc::layout_ [private] |
Definition at line 187 of file QtPlotSvrPanel.qo.h.
Referenced by layout().