org.kde.qt
public class QActionGroup extends QAction
| Constructor Summary | |
|---|---|
| protected | QActionGroup(Class dummy) |
| QActionGroup(QObject parent, String name) | |
| QActionGroup(QObject parent) | |
| QActionGroup(QObject parent, String name, boolean exclusive) | |
| Method Summary | |
|---|---|
| void | add(QAction a) |
| protected void | addedTo(QWidget actionWidget, QWidget container, QAction a) |
| protected void | addedTo(int index, QPopupMenu menu, QAction a) |
| protected void | addedTo(QWidget actionWidget, QWidget container) |
| protected void | addedTo(int index, QPopupMenu menu) |
| void | addSeparator() |
| boolean | addTo(QWidget arg1) |
| protected void | childEvent(QChildEvent arg1) |
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| void | insert(QAction a) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isExclusive() |
| QMetaObject | metaObject() |
| boolean | removeFrom(QWidget arg1) |
| void | setEnabled(boolean arg1) |
| void | setExclusive(boolean arg1) |
| void | setIconSet(QIconSet arg1) |
| void | setMenuText(String arg1) |
| void | setOn(boolean on) |
| void | setText(String arg1) |
| void | setToggleAction(boolean toggle) |
| void | setToolTip(String arg1) |
| void | setUsesDropDown(boolean enable) |
| void | setWhatsThis(String arg1) |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |
| boolean | usesDropDown() |