org.kde.qt
public interface QListBoxSignals
| Method Summary | |
|---|---|
| void | clicked(QListBoxItem arg1) |
| void | clicked(QListBoxItem arg1, QPoint arg2) |
| void | contextMenuRequested(QListBoxItem arg1, QPoint arg2) |
| void | currentChanged(QListBoxItem arg1) |
| void | doubleClicked(QListBoxItem arg1) |
| void | highlighted(int index) |
| void | highlighted(String arg1) |
| void | highlighted(QListBoxItem arg1) |
| void | mouseButtonClicked(int arg1, QListBoxItem arg2, QPoint arg3) |
| void | mouseButtonPressed(int arg1, QListBoxItem arg2, QPoint arg3) |
| void | onItem(QListBoxItem item) |
| void | onViewport() |
| void | pressed(QListBoxItem arg1) |
| void | pressed(QListBoxItem arg1, QPoint arg2) |
| void | returnPressed(QListBoxItem arg1) |
| void | rightButtonClicked(QListBoxItem arg1, QPoint arg2) |
| void | rightButtonPressed(QListBoxItem arg1, QPoint arg2) |
| void | selected(int index) |
| void | selected(String arg1) |
| void | selected(QListBoxItem arg1) |
| void | selectionChanged() |
| void | selectionChanged(QListBoxItem arg1) |