org.kde.qt
public class QKeyEvent extends QEvent
Constructor Summary | |
---|---|
protected | QKeyEvent(Class dummy) |
QKeyEvent(int type, int key, int ascii, int state, String text, boolean autorep, short count) | |
QKeyEvent(int type, int key, int ascii, int state, String text, boolean autorep) | |
QKeyEvent(int type, int key, int ascii, int state, String text) | |
QKeyEvent(int type, int key, int ascii, int state) |
Method Summary | |
---|---|
void | accept() |
int | ascii() |
int | count() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
void | ignore() |
boolean | isAccepted() |
boolean | isAutoRepeat() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
int | key() |
int | state() |
int | stateAfter() |
String | text() |