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

#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

Definition at line 24 of file ListDialogBase.h.

Constructor & Destructor Documentation

◆ ListDialogBase()

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

◆ doubleClicked

virtual void doubleClicked ( )
pure virtualslot

Implemented in ListDialog.

Referenced by ListDialogBase().

◆ languageChange

void languageChange ( )
protectedvirtualslot

Member Data Documentation

◆ m_cancel_button

QPushButton* m_cancel_button

Definition at line 35 of file ListDialogBase.h.

Referenced by languageChange(), and ListDialogBase().

◆ m_select_button

QPushButton* m_select_button

Definition at line 34 of file ListDialogBase.h.

Referenced by languageChange(), and ListDialogBase().

◆ m_tuple_list

QListView* m_tuple_list

Definition at line 33 of file ListDialogBase.h.

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

◆ textLabel1

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