casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Private Types | Private Attributes | List of all members
casa::QtPlotSvrPanel::row_desc Class Reference

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_
 

Detailed Description

Definition at line 145 of file QtPlotSvrPanel.qo.h.

Member Typedef Documentation

Definition at line 171 of file QtPlotSvrPanel.qo.h.

Constructor & Destructor Documentation

casa::QtPlotSvrPanel::row_desc::row_desc ( QWidget *  c,
QHBoxLayout *  l 
)
inline

Definition at line 164 of file QtPlotSvrPanel.qo.h.

Member Function Documentation

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_.

Member Data Documentation

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().

plotlist casa::QtPlotSvrPanel::row_desc::plots
private

Definition at line 172 of file QtPlotSvrPanel.qo.h.

Referenced by addplot().


The documentation for this class was generated from the following file: