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

#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

Definition at line 27 of file PlotTableBase.h.

Constructor & Destructor Documentation

◆ PlotTableBase()

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

◆ ~PlotTableBase()

Definition at line 136 of file PlotTableBase.cpp.

Member Function Documentation

◆ closeButton_clicked

virtual void closeButton_clicked ( )
protectedpure virtualslot

Implemented in PlotTable.

Referenced by PlotTableBase().

◆ copyButton_clicked

virtual void copyButton_clicked ( )
protectedpure virtualslot

Implemented in PlotTable.

Referenced by PlotTableBase().

◆ languageChange

void languageChange ( )
protectedvirtualslot

◆ selectionChanged

virtual void selectionChanged ( QListViewItem )
protectedpure virtualslot

Implemented in PlotTable.

Referenced by PlotTableBase().

Member Data Documentation

◆ closeButton

QPushButton* closeButton

Definition at line 35 of file PlotTableBase.h.

Referenced by languageChange(), and PlotTableBase().

◆ copyButton

QPushButton* copyButton

◆ image0

QPixmap image0
private

Definition at line 52 of file PlotTableBase.h.

Referenced by PlotTableBase().

◆ m_plot_table

QListView* m_plot_table

Definition at line 37 of file PlotTableBase.h.

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

◆ PlotTableBaseLayout

QGridLayout* PlotTableBaseLayout
protected

Definition at line 40 of file PlotTableBase.h.

Referenced by PlotTableBase().

◆ spacer1

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