org.kde.qt
public class QAccel extends QObject
Constructor Summary | |
---|---|
protected | QAccel(Class dummy) |
QAccel(QWidget parent, String name) | |
QAccel(QWidget parent) | |
QAccel(QWidget watch, QObject parent, String name) | |
QAccel(QWidget watch, QObject parent) |
Method Summary | |
---|---|
String | className() |
void | clear() |
boolean | connectItem(int id, QObject receiver, String member) |
int | count() |
boolean | disconnectItem(int id, QObject receiver, String member) |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
boolean | eventFilter(QObject arg1, QEvent arg2) |
protected void | finalize() Deletes the wrapped C++ instance |
int | findKey(QKeySequence key) |
boolean | ignoreWhatsThis() |
int | insertItem(QKeySequence key, int id) |
int | insertItem(QKeySequence key) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isEnabled() |
boolean | isItemEnabled(int id) |
QKeySequence | key(int id) |
static String | keyToString(QKeySequence k) |
QMetaObject | metaObject() |
void | removeItem(int id) |
void | repairEventFilter() |
void | setEnabled(boolean arg1) |
void | setIgnoreWhatsThis(boolean arg1) |
void | setItemEnabled(int id, boolean enable) |
void | setWhatsThis(int id, String arg2) |
static QKeySequence | shortcutKey(String arg1) |
static QKeySequence | stringToKey(String arg1) |
static String | tr(String arg1, String arg2) |
static String | tr(String arg1) |
String | whatsThis(int id) |