org.kde.qt
public class QIMEvent extends QEvent
| Constructor Summary | |
|---|---|
| protected | QIMEvent(Class dummy) |
| QIMEvent(int type, String text, int cursorPosition) | |
| Method Summary | |
|---|---|
| void | accept() |
| int | cursorPos() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| void | ignore() |
| boolean | isAccepted() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| int | selectionLength() |
| String | text() |