org.kde.koala
public class KListBox extends QListBox
UNKNOWN: A variant of QListBox that honors KDE's system-wide settings.
| Constructor Summary | |
|---|---|
| protected | KListBox(Class dummy) |
| KListBox(QWidget parent, String name, int f) | |
| KListBox(QWidget parent, String name) | |
| KListBox(QWidget parent) | |
| KListBox() | |
| Method Summary | |
|---|---|
| String | className() |
| protected void | contentsMouseDoubleClickEvent(QMouseEvent e) |
| protected void | contentsMousePressEvent(QMouseEvent e) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | emitExecute(QListBoxItem item, QPoint pos) |
| protected void | finalize() Deletes the wrapped C++ instance |
| protected void | focusOutEvent(QFocusEvent fe) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| protected void | keyPressEvent(QKeyEvent e) |
| protected void | leaveEvent(QEvent e) |
| QMetaObject | metaObject() |
| protected void | slotAutoSelect()
Auto selection happend. |
| protected void | slotOnItem(QListBoxItem item) |
| protected void | slotOnViewport() |
| protected void | slotSettingsChanged(int arg1) |
UNKNOWN: Auto selection happend.