org.kde.qt

Class QKeyEvent

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
voidaccept()
intascii()
intcount()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
voidignore()
booleanisAccepted()
booleanisAutoRepeat()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
intkey()
intstate()
intstateAfter()
Stringtext()

Constructor Detail

QKeyEvent

protected QKeyEvent(Class dummy)

QKeyEvent

public QKeyEvent(int type, int key, int ascii, int state, String text, boolean autorep, short count)

QKeyEvent

public QKeyEvent(int type, int key, int ascii, int state, String text, boolean autorep)

QKeyEvent

public QKeyEvent(int type, int key, int ascii, int state, String text)

QKeyEvent

public QKeyEvent(int type, int key, int ascii, int state)

Method Detail

accept

public void accept()

ascii

public int ascii()

count

public int count()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

ignore

public void ignore()

isAccepted

public boolean isAccepted()

isAutoRepeat

public boolean isAutoRepeat()

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

key

public int key()

state

public int state()

stateAfter

public int stateAfter()

text

public String text()