IBus::LookupTable Class Reference
List of all members.
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 () |
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/ibus-qt-1.3.0-Source/src/qibuslookuptable.h
- /builddir/build/BUILD/ibus-qt-1.3.0-Source/src/qibuslookuptable.cpp