org.kde.qt
public class QAction extends QObject
Constructor Summary | |
---|---|
protected | QAction(Class dummy) |
QAction(QObject parent, String name) | |
QAction(QObject parent) | |
QAction(String menuText, QKeySequence accel, QObject parent, String name) | |
QAction(String menuText, QKeySequence accel, QObject parent) | |
QAction(QIconSet icon, String menuText, QKeySequence accel, QObject parent, String name) | |
QAction(QIconSet icon, String menuText, QKeySequence accel, QObject parent) | |
QAction(String text, QIconSet icon, String menuText, QKeySequence accel, QObject parent, String name, boolean toggle) | |
QAction(String text, QIconSet icon, String menuText, QKeySequence accel, QObject parent, String name) | |
QAction(String text, QIconSet icon, String menuText, QKeySequence accel, QObject parent) | |
QAction(String text, String menuText, QKeySequence accel, QObject parent, String name, boolean toggle) | |
QAction(String text, String menuText, QKeySequence accel, QObject parent, String name) | |
QAction(String text, String menuText, QKeySequence accel, QObject parent) | |
QAction(QObject parent, String name, boolean toggle) |
Method Summary | |
---|---|
QKeySequence | accel() |
void | activate() |
protected void | addedTo(QWidget actionWidget, QWidget container) |
protected void | addedTo(int index, QPopupMenu menu) |
boolean | addTo(QWidget arg1) |
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
QIconSet | iconSet() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isEnabled() |
boolean | isOn() |
boolean | isToggleAction() |
boolean | isVisible() |
String | menuText() |
QMetaObject | metaObject() |
boolean | removeFrom(QWidget arg1) |
void | setAccel(QKeySequence key) |
void | setDisabled(boolean arg1) |
void | setEnabled(boolean arg1) |
void | setIconSet(QIconSet arg1) |
void | setMenuText(String arg1) |
void | setOn(boolean arg1) |
void | setStatusTip(String arg1) |
void | setText(String arg1) |
void | setToggleAction(boolean arg1) |
void | setToolTip(String arg1) |
void | setVisible(boolean arg1) |
void | setWhatsThis(String arg1) |
String | statusTip() |
String | text() |
void | toggle() |
String | toolTip() |
static String | tr(String arg1, String arg2) |
static String | tr(String arg1) |
String | whatsThis() |