|
ibus-qt 1.3.4
|
Public Member Functions | |
| LookupTable (uint pageSize=5, uint cursorPos=0, bool cursorVisible=true, bool round=true, int orientation=OrientationSystem) | |
| virtual bool | serialize (QDBusArgument &argument) |
| virtual bool | deserialize (const QDBusArgument &argument) |
| void | appendCandidate (const TextPointer &e) |
| void | appendLabel (const TextPointer &e) |
| TextPointer | candidate (uint index) const |
| TextPointer | label (const uint index) const |
| const QVector< TextPointer > & | candidates () const |
| const QVector< TextPointer > & | labels () const |
| uint | cursorPos () const |
| uint | pageSize () const |
| bool | isCursorVisible () const |
| bool | isRound () const |
| int | orientation () const |
| void | setCursorPos (const uint cursorPos) |
| void | setCursorVisible (bool visible) |
| void | setPageSize (uint pageSize) |
| void | setOrientation (int orientation) |
| uint | cursorPosInPage () const |
| void | clean (void) |
| bool | pageUp () |
| bool | pageDown () |
| bool | cursorUp () |
| bool | cursorDown () |
| Public Member Functions inherited from IBus::Serializable | |
| void | setAttachment (const QString &key, const SerializablePointer &value) |
| SerializablePointer | getAttachment (const QString &key) const |
| SerializablePointer | removeAttachment (const QString &key) |
| Public Member Functions inherited from IBus::Object | |
| virtual | ~Object () |
| Destructor of Object. | |
| virtual void | destroy () |
| Destroy the object. | |
Additional Inherited Members | |
| Static Protected Member Functions inherited from IBus::Serializable | |
| static void | registerObject (const QString &name, NewInstanceFunc _new) |
| static void | unregisterObject (const QString &name) |
|
virtual |
Reimplemented from IBus::Serializable.
|
virtual |
Reimplemented from IBus::Serializable.