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

The base class for the ListDialog class. More...

#include <ListDialogBase.h>

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

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 ()

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.

Constructor & Destructor Documentation

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

Definition at line 69 of file ListDialogBase.cpp.

Member Function Documentation

virtual void doubleClicked ( )
pure virtualslot

Implemented in ListDialog.

Referenced by ListDialogBase().

void languageChange ( )
protectedvirtualslot

Member Data Documentation

QPushButton* m_cancel_button

Definition at line 35 of file ListDialogBase.h.

Referenced by languageChange(), and ListDialogBase().

QPushButton* m_select_button

Definition at line 34 of file ListDialogBase.h.

Referenced by languageChange(), and ListDialogBase().

QListView* m_tuple_list

Definition at line 33 of file ListDialogBase.h.

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

QLabel* textLabel1

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