#include <QtPlotSvrPanel.qo.h>
Public Member Functions | |
plot_desc (QWidget *c, QLayout *l, QtPlotFrame *p, QSlider *s) | |
QWidget *& | container () |
QLayout *& | layout () |
QtPlotFrame *& | plot () |
QSlider *& | slider () |
Private Attributes | |
QWidget * | container_ |
QLayout * | layout_ |
QtPlotFrame * | plot_ |
QSlider * | slider_ |
Definition at line 148 of file QtPlotSvrPanel.qo.h.
casa::QtPlotSvrPanel::row_desc::plot_desc::plot_desc | ( | QWidget * | c, | |
QLayout * | l, | |||
QtPlotFrame * | p, | |||
QSlider * | s | |||
) | [inline] |
Definition at line 150 of file QtPlotSvrPanel.qo.h.
QWidget*& casa::QtPlotSvrPanel::row_desc::plot_desc::container | ( | ) | [inline] |
Definition at line 152 of file QtPlotSvrPanel.qo.h.
References container_.
QLayout*& casa::QtPlotSvrPanel::row_desc::plot_desc::layout | ( | ) | [inline] |
Definition at line 153 of file QtPlotSvrPanel.qo.h.
References layout_.
QtPlotFrame*& casa::QtPlotSvrPanel::row_desc::plot_desc::plot | ( | ) | [inline] |
Definition at line 154 of file QtPlotSvrPanel.qo.h.
References plot_.
QSlider*& casa::QtPlotSvrPanel::row_desc::plot_desc::slider | ( | ) | [inline] |
Definition at line 155 of file QtPlotSvrPanel.qo.h.
References slider_.
QWidget* casa::QtPlotSvrPanel::row_desc::plot_desc::container_ [private] |
Definition at line 158 of file QtPlotSvrPanel.qo.h.
Referenced by container().
QLayout* casa::QtPlotSvrPanel::row_desc::plot_desc::layout_ [private] |
Definition at line 159 of file QtPlotSvrPanel.qo.h.
Referenced by layout().
Definition at line 160 of file QtPlotSvrPanel.qo.h.
Referenced by plot().
QSlider* casa::QtPlotSvrPanel::row_desc::plot_desc::slider_ [private] |
Definition at line 161 of file QtPlotSvrPanel.qo.h.
Referenced by slider().