|
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::aListBox |
( |
QWidget * |
parent = 0 , |
|
|
const char * |
name = 0 , |
|
|
WFlags |
f = 0 |
|
) |
| |
◆ ~aListBox()
◆ clear()
Clears list and list of id.
◆ focusOutEvent()
void aListBox::focusOutEvent |
( |
QFocusEvent * |
e | ) |
|
|
protected |
Focus out event handler. Emit signal lost focus.
- Parameters
-
◆ insertItem()
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. |
◆ keyPressEvent()
void aListBox::keyPressEvent |
( |
QKeyEvent * |
e | ) |
|
|
protectedvirtual |
Key press event handler. Emit signals keyArrowLRPressed if press arrow left or arrow rigth.
- Parameters
-
◆ show()
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: