PickTableBase Class Reference

The base class for the PickTable class. More...

#include <PickTableBase.h>

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

List of all members.

Public Member Functions

 accept ()
 done (int r)
 enum {Rejected, Accepted}
 exec ()
 extension () const
 isModal () const
 isSizeGripEnabled () const
 orientation () const
 PickTableBase (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)
 ~PickTableBase ()

Public Attributes

QPushButtonm_add_entry
QPushButtonm_clear
QPushButtonm_delete
QListViewm_pick_table
QCheckBoxm_pickedCheckBox
QLabelm_title
QLabelm_type
QLineEditwLineEdit
QLineEditxLineEdit
QLineEdityLineEdit
QLineEditzLineEdit

Protected Slots

virtual void addEntry ()=0
virtual void clear ()=0
virtual void deleteSelectedItem ()=0
virtual void languageChange ()
virtual void listSorted (int)=0
virtual void m_pick_table_selectionChanged ()=0
virtual void pickedCheckBoxClicked ()=0

Private Attributes

QPixmap image0

Detailed Description

The base class for the PickTable class.

The pure virtual base class built with the Qt Designer.

Definition at line 29 of file PickTableBase.h.


Constructor & Destructor Documentation

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

Definition at line 165 of file PickTableBase.cpp.


Member Function Documentation

virtual void addEntry (  )  [protected, pure virtual, slot]

Implemented in PickTable.

Referenced by PickTableBase().

virtual void clear (  )  [protected, pure virtual, slot]

Implemented in PickTable.

Referenced by PickTableBase().

virtual void deleteSelectedItem (  )  [protected, pure virtual, slot]

Implemented in PickTable.

Referenced by PickTableBase().

void languageChange (  )  [protected, virtual, slot]
virtual void listSorted ( int   )  [protected, pure virtual, slot]

Implemented in PickTable.

virtual void m_pick_table_selectionChanged (  )  [protected, pure virtual, slot]

Implemented in PickTable.

Referenced by PickTableBase().

virtual void pickedCheckBoxClicked (  )  [protected, pure virtual, slot]

Implemented in PickTable.

Referenced by PickTableBase().


Member Data Documentation

QPixmap image0 [private]

Definition at line 63 of file PickTableBase.h.

Referenced by PickTableBase().

Definition at line 47 of file PickTableBase.h.

Referenced by languageChange(), and PickTableBase().

Definition at line 38 of file PickTableBase.h.

Referenced by languageChange(), and PickTableBase().

Definition at line 42 of file PickTableBase.h.

Referenced by languageChange(), PickTable::pickedCheckBoxClicked(), and PickTableBase().

Definition at line 40 of file PickTableBase.h.

Referenced by languageChange(), PickTable::PickTable(), and PickTableBase().

Definition at line 37 of file PickTableBase.h.

Referenced by languageChange(), PickTable::PickTable(), and PickTableBase().

Definition at line 46 of file PickTableBase.h.

Referenced by PickTable::addEntry(), PickTable::PickTable(), and PickTableBase().

Definition at line 43 of file PickTableBase.h.

Referenced by PickTable::addEntry(), and PickTableBase().

Definition at line 44 of file PickTableBase.h.

Referenced by PickTable::addEntry(), and PickTableBase().

Definition at line 45 of file PickTableBase.h.

Referenced by PickTable::addEntry(), PickTable::PickTable(), and PickTableBase().


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

Generated for HippoDraw Class Library by doxygen