#include <qevent.h>

Classes |
|
| class | Attribute |
Public Types |
|
| enum |
AttributeType { TextFormat, Cursor, Language, Ruby, Selection } |
Public Member Functions |
|
| QInputMethodEvent () | |
| QInputMethodEvent (const QString &preeditText, const QList< Attribute > &attributes) | |
| void | setCommitString (const QString &commitString, int replaceFrom=0, int replaceLength=0) |
| const QList< Attribute > & | attributes () const |
| const QString & | preeditString () const |
| const QString & | commitString () const |
| int | replacementStart () const |
| int | replacementLength () const |
| QInputMethodEvent (const QInputMethodEvent &other) | |
| enum AttributeType |
| QInputMethodEvent | ( | const QString & | preeditText, |
| const QList< Attribute > & | attributes | ||
| ) |
| QInputMethodEvent | ( | const QInputMethodEvent & | other | ) |
| void setCommitString | ( | const QString & | commitString, |
| int | replaceFrom = 0, |
||
| int | replaceLength =
0 |
||
| ) |
| const QString& preeditString | ( | ) | const [inline] |
| const QString& commitString | ( | ) | const [inline] |
| int replacementStart | ( | ) | const [inline] |
| int replacementLength | ( | ) | const [inline] |