Public Member Functions | Public Attributes | Protected Slots | Protected Attributes | Private Attributes | List of all members
PlotTableBase Class Reference

The base class for the PlotTable class. More...

#include <PlotTableBase.h>

Inheritance diagram for PlotTableBase:
Inheritance graph
[legend]
Collaboration diagram for PlotTableBase:
Collaboration graph
[legend]

Public Member Functions

 accept ()
 done (int r)
 enum {Rejected, Accepted}
 exec ()
 extension () const
 isModal () const
 isSizeGripEnabled () const
 orientation () const
 PlotTableBase (QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)
 prop -whether the size grip is enabled
 prop -whether show() should pop up the dialog as modal or modeless
 reject ()
 result () const
 setExtension (QWidget *extension)
 setModal (bool modal)
 setOrientation (Orientation orientation)
 setResult (int i)
 setSizeGripEnabled (bool)
 show ()
 showExtension (bool showIt)
 ~PlotTableBase ()

Public Attributes

QPushButtoncloseButton
QPushButtoncopyButton
QListViewm_plot_table

Protected Slots

virtual void closeButton_clicked ()=0
virtual void copyButton_clicked ()=0
virtual void languageChange ()
virtual void selectionChanged (QListViewItem *)=0

Protected Attributes

QGridLayoutPlotTableBaseLayout
QSpacerItemspacer1

Private Attributes

QPixmap image0

Detailed Description

The base class for the PlotTable class.

The pure virtual base class built with the Qt Designer.

Definition at line 27 of file PlotTableBase.h.

Constructor & Destructor Documentation

PlotTableBase ( QWidget parent = 0,
const char *  name = 0,
bool  modal = FALSE,
WFlags  fl = 0 
)

Definition at line 136 of file PlotTableBase.cpp.

Member Function Documentation

virtual void closeButton_clicked ( )
protectedpure virtualslot

Implemented in PlotTable.

Referenced by PlotTableBase().

virtual void copyButton_clicked ( )
protectedpure virtualslot

Implemented in PlotTable.

Referenced by PlotTableBase().

void languageChange ( )
protectedvirtualslot
virtual void selectionChanged ( QListViewItem )
protectedpure virtualslot

Implemented in PlotTable.

Referenced by PlotTableBase().

Member Data Documentation

QPushButton* closeButton

Definition at line 35 of file PlotTableBase.h.

Referenced by languageChange(), and PlotTableBase().

QPushButton* copyButton

Definition at line 36 of file PlotTableBase.h.

Referenced by languageChange(), PlotTableBase(), and PlotTable::setBrowserMode().

QPixmap image0
private

Definition at line 52 of file PlotTableBase.h.

Referenced by PlotTableBase().

QListView* m_plot_table

Definition at line 37 of file PlotTableBase.h.

Referenced by PlotTable::initialize(), languageChange(), and PlotTableBase().

QGridLayout* PlotTableBaseLayout
protected

Definition at line 40 of file PlotTableBase.h.

Referenced by PlotTableBase().

QSpacerItem* spacer1
protected

Definition at line 41 of file PlotTableBase.h.

Referenced by PlotTableBase().


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

Generated for HippoDraw Class Library by doxygen