ListDialogBase Class Reference

#include <ListDialogBase.h>

Inheritance diagram for ListDialogBase:

Inheritance graph
[legend]
Collaboration diagram for ListDialogBase:

Collaboration graph
[legend]

List of all members.


Detailed Description

The base class for the ListDialog class.

The pure virtual base class built with the Qt Designer.

Definition at line 24 of file ListDialogBase.h.


Public Slots

virtual void doubleClicked ()=0

Public Member Functions

 accept ()
 done (int r)
 enum {Rejected, Accepted}
 exec ()
 extension () const
 isModal () const
 isSizeGripEnabled () const
 ListDialogBase (QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)
 orientation () const
 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)
 ~ListDialogBase ()

Public Attributes

QPushButtonm_cancel_button
QPushButtonm_select_button
QListViewm_tuple_list
QLabeltextLabel1

Protected Slots

virtual void languageChange ()

Constructor & Destructor Documentation

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

~ListDialogBase (  ) 

Definition at line 69 of file ListDialogBase.cpp.


Member Function Documentation

virtual void doubleClicked (  )  [pure virtual, slot]

Implemented in ListDialog.

Referenced by ListDialogBase().

void languageChange (  )  [protected, virtual, slot]


Member Data Documentation

Definition at line 35 of file ListDialogBase.h.

Referenced by languageChange(), and ListDialogBase().

Definition at line 34 of file ListDialogBase.h.

Referenced by languageChange(), and ListDialogBase().

Definition at line 33 of file ListDialogBase.h.

Referenced by languageChange(), ListDialogBase(), and ListDialog::setNames().

Definition at line 32 of file ListDialogBase.h.

Referenced by languageChange(), and ListDialogBase().


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

Generated for HippoDraw Class Library by doxygen