org.kde.qt

Class QIMEvent

public class QIMEvent extends QEvent

Constructor Summary
protected QIMEvent(Class dummy)
QIMEvent(int type, String text, int cursorPosition)
Method Summary
voidaccept()
intcursorPos()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
voidignore()
booleanisAccepted()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
intselectionLength()
Stringtext()

Constructor Detail

QIMEvent

protected QIMEvent(Class dummy)

QIMEvent

public QIMEvent(int type, String text, int cursorPosition)

Method Detail

accept

public void accept()

cursorPos

public int cursorPos()

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()

isDisposed

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

selectionLength

public int selectionLength()

text

public String text()