org.kde.qt
public class QToolBox extends QFrame
| Constructor Summary | |
|---|---|
| protected | QToolBox(Class dummy) |
| QToolBox(QWidget parent, String name, int f) | |
| QToolBox(QWidget parent, String name) | |
| QToolBox(QWidget parent) | |
| QToolBox() | |
| Method Summary | |
|---|---|
| int | addItem(QWidget item, String label) |
| int | addItem(QWidget item, QIconSet iconSet, String label) |
| String | className() |
| int | count() |
| int | currentIndex() |
| QWidget | currentItem() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| protected void | frameChanged() |
| int | indexOf(QWidget item) |
| int | insertItem(int index, QWidget item, String label) |
| int | insertItem(int index, QWidget item, QIconSet iconSet, String label) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isItemEnabled(int index) |
| QWidget | item(int index) |
| QIconSet | itemIconSet(int index) |
| protected void | itemInserted(int index) |
| String | itemLabel(int index) |
| protected void | itemRemoved(int index) |
| String | itemToolTip(int index) |
| QMetaObject | metaObject() |
| int | removeItem(QWidget item) |
| void | setCurrentIndex(int index) |
| void | setCurrentItem(QWidget item) |
| void | setItemEnabled(int index, boolean enabled) |
| void | setItemIconSet(int index, QIconSet iconSet) |
| void | setItemLabel(int index, String label) |
| void | setItemToolTip(int index, String toolTip) |
| void | showEvent(QShowEvent e) |
| void | styleChange(QStyle arg1) |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |