kmail
KListBoxDialog Class Reference
#include <klistboxdialog.h>
Inheritance diagram for KListBoxDialog:
Public Member Functions | |
KListBoxDialog (QString &_selectedString, const QString &caption, const QString &labelText, QWidget *parent=0, const char *name=0, bool modal=true) | |
void | setCommentBelow (const QString &comment) |
void | setLabelAbove (const QString &label) |
~KListBoxDialog () | |
Public Attributes | |
QListBox * | entriesLB |
Protected Attributes | |
QLabel * | commentBelowLA |
QLabel * | labelAboveLA |
QString & | selectedString |
Detailed Description
Definition at line 9 of file klistboxdialog.h.
Constructor & Destructor Documentation
KListBoxDialog::KListBoxDialog | ( | QString & | _selectedString, | |
const QString & | caption, | |||
const QString & | labelText, | |||
QWidget * | parent = 0 , |
|||
const char * | name = 0 , |
|||
bool | modal = true | |||
) |
Definition at line 11 of file klistboxdialog.cpp.
KListBoxDialog::~KListBoxDialog | ( | ) |
Definition at line 53 of file klistboxdialog.cpp.
Member Function Documentation
void KListBoxDialog::setCommentBelow | ( | const QString & | comment | ) |
Definition at line 67 of file klistboxdialog.cpp.
void KListBoxDialog::setLabelAbove | ( | const QString & | label | ) |
Definition at line 58 of file klistboxdialog.cpp.
Member Data Documentation
QLabel* KListBoxDialog::commentBelowLA [protected] |
Definition at line 33 of file klistboxdialog.h.
Definition at line 25 of file klistboxdialog.h.
QLabel* KListBoxDialog::labelAboveLA [protected] |
Definition at line 32 of file klistboxdialog.h.
QString& KListBoxDialog::selectedString [protected] |
Definition at line 31 of file klistboxdialog.h.
The documentation for this class was generated from the following files: