#include <qbselectfromlist.h>
Inheritance diagram for QBSelectFromList:
Definition at line 27 of file qbselectfromlist.h.
Public Slots | |
void | slotSelectionChanged () |
Public Member Functions | |
QBSelectFromList (QBanking *kb, const QString &title, const QString &message, const QString &listTypeName, int minSelection, int maxSelection, QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0) | |
~QBSelectFromList () | |
void | init () |
void | fini () |
void | addEntry (const QString &name, const QString &descr) |
void | selectEntry (const QString &s) |
QStringList | selectedEntries () |
QBSelectFromList::QBSelectFromList | ( | QBanking * | kb, | |
const QString & | title, | |||
const QString & | message, | |||
const QString & | listTypeName, | |||
int | minSelection, | |||
int | maxSelection, | |||
QWidget * | parent = 0 , |
|||
const char * | name = 0 , |
|||
bool | modal = FALSE , |
|||
WFlags | fl = 0 | |||
) |
QBSelectFromList::~QBSelectFromList | ( | ) |
void QBSelectFromList::init | ( | ) |
void QBSelectFromList::fini | ( | ) |
void QBSelectFromList::addEntry | ( | const QString & | name, | |
const QString & | descr | |||
) |
void QBSelectFromList::selectEntry | ( | const QString & | s | ) |
QStringList QBSelectFromList::selectedEntries | ( | ) |
void QBSelectFromList::slotSelectionChanged | ( | ) | [slot] |