|
|
void | keyArrowLRPressed () |
| |
|
void | keyArrowLRPressed (const QString &) |
| |
|
void | keyEnterPressed () |
| |
|
void | lostFocus () |
| |
|
void | sendMessage (const QString &) |
| |
|
| | aListBox (QWidget *parent=0, const char *name=0, WFlags f=0) |
| |
| | ~aListBox () |
| |
| void | insertItem (const QString &s, long idx, int index=-1) |
| |
| void | show (QWidget *w, QFrame *fr) |
| |
|
long | getId (int ind) |
| |
| void | clear () |
| |
|
|
void | doubleClickHandler (QListBoxItem *i) |
| |
| aListBox::aListBox |
( |
QWidget * |
parent = 0, |
|
|
const char * |
name = 0, |
|
|
WFlags |
f = 0 |
|
) |
| |
Clears list and list of id.
| void aListBox::focusOutEvent |
( |
QFocusEvent * |
e | ) |
|
|
protected |
Focus out event handler. Emit signal lost focus.
- Parameters
-
| void aListBox::insertItem |
( |
const QString & |
s, |
|
|
long |
idx, |
|
|
int |
index = -1 |
|
) |
| |
Inserts s in list and idx in list of id.
- Parameters
-
| s | (in) - string for insert. |
| idx | (in) - id for insert. |
| index | (in) - position for insert. |
| void aListBox::keyPressEvent |
( |
QKeyEvent * |
e | ) |
|
|
protectedvirtual |
Key press event handler. Emit signals keyArrowLRPressed if press arrow left or arrow rigth.
- Parameters
-
| void aListBox::show |
( |
QWidget * |
wd, |
|
|
QFrame * |
fr |
|
) |
| |
Function move and resize frame and list box.
- Parameters
-
| wd | (in) - widget for pattern geometry. |
| fr | (in, out) - status frame. |
The documentation for this class was generated from the following files: