casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Public Member Functions | Private Types | Private Attributes
casa::QtPlotSvrPanel::row_desc Class Reference

List of all members.

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 136 of file QtPlotSvrPanel.qo.h.


Member Typedef Documentation

typedef std::list<plot_desc*> casa::QtPlotSvrPanel::row_desc::plotlist [private]

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


Constructor & Destructor Documentation

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

Definition at line 155 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 158 of file QtPlotSvrPanel.qo.h.

References plots.

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

References container_.

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


Member Data Documentation

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

Referenced by container().

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

Referenced by id().

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

Referenced by layout().

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

Referenced by addplot().


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