The base class for the ListDialog class. More...
#include <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 | |
| QPushButton * | m_cancel_button |
| QPushButton * | m_select_button |
| QListView * | m_tuple_list |
| QLabel * | textLabel1 |
Protected Slots | |
| virtual void | languageChange () |
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.
| ListDialogBase | ( | QWidget * | parent = 0, |
| const char * | name = 0, |
||
| bool | modal = FALSE, |
||
| WFlags | fl = 0 |
||
| ) |
Definition at line 27 of file ListDialogBase.cpp.
References QDialog::accept(), QListView::addColumn(), doubleClicked(), languageChange(), m_cancel_button, m_select_button, m_tuple_list, QDialog::reject(), QListView::setAllColumnsShowFocus(), QPushButton::setAutoDefault(), QPushButton::setDefault(), QListView::setResizeMode(), QListView::setShowSortIndicator(), and textLabel1.
| ~ListDialogBase | ( | ) |
Definition at line 69 of file ListDialogBase.cpp.
|
pure virtualslot |
Implemented in ListDialog.
Referenced by ListDialogBase().
|
protectedvirtualslot |
Definition at line 78 of file ListDialogBase.cpp.
References QListView::header(), m_cancel_button, m_select_button, m_tuple_list, QPushButton::setText(), QLabel::setText(), and textLabel1.
Referenced by ListDialogBase().
| 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().