|
void | CommitText (const QDBusVariant &text) |
|
void | CursorDownLookupTable () |
|
void | CursorUpLookupTable () |
|
void | ForwardKeyEvent (uint keyval, uint keycode, uint state) |
|
void | HideAuxiliaryText () |
|
void | HideLookupTable () |
|
void | HidePreeditText () |
|
void | PageDownLookupTable () |
|
void | PageUpLookupTable () |
|
void | RegisterProperties (const QDBusVariant &props) |
|
void | ShowAuxiliaryText () |
|
void | ShowLookupTable () |
|
void | ShowPreeditText () |
|
void | UpdateAuxiliaryText (const QDBusVariant &text, bool visible) |
|
void | UpdateLookupTable (const QDBusVariant &lookup_table, bool visible) |
|
void | UpdatePreeditText (const QDBusVariant &text, uint cursor_pos, bool visible, uint mode) |
|
void | UpdateProperty (const QDBusVariant &prop) |
|
|
| Engine (const QString &engineName) |
| Constructor of Engine object.
|
|
virtual | ~Engine () |
| Destructor of Engine object.
|
|
const QString & | engineName () const |
| Gets name of the engine object.
|
|
void | updateLookupTableFast (const LookupTablePointer &lookupTable, bool visible) |
| Updates the lookup table in fast mode, it only sends candidates in current page.
|
|
void | commitText (const TextPointer &text) |
| Commits text to client application.
|
|
void | cursorDownLookupTable () |
| Moves down the cursor of lookup table.
|
|
void | cursorUpLookupTable () |
| Moves up the cursor of lookup table.
|
|
void | forwardKeyEvent (uint keyval, uint keycode, uint state) |
| Forwards keyevents to client application.
|
|
void | hideAuxiliaryText () |
| Hides the auxiliary text in UI.
|
|
void | hideLookupTable () |
| Hides the lookup table in UI.
|
|
void | hidePreeditText () |
| Hides the preedit text in UI.
|
|
void | pageDownLookupTable () |
| Page down the lookup table.
|
|
void | pageUpLookupTable () |
| Page up the lookup table.
|
|
void | registerProperties (const PropListPointer &props) |
| Registers properties.
|
|
void | showAuxiliaryText () |
| Shows the auxiliary text in UI.
|
|
void | showLookupTable () |
| Shows the lookup table in UI.
|
|
void | showPreeditText () |
| Shows the preedit text in UI.
|
|
void | updateAuxiliaryText (const TextPointer &text, bool visible) |
| Updates the auxiliary text.
|
|
void | updateLookupTable (const LookupTablePointer &lookupTable, bool visible) |
| Updates the lookup table.
|
|
void | updatePreeditText (const TextPointer &text, uint cursorPos, bool visible, uint mode=EnginePreeditClear) |
| Updates the preedit text.
|
|
void | updateProperty (const PropertyPointer &prop) |
| Updates the property.
|
|
virtual void | candidateClicked (uint index, uint button, uint state) |
| Candidate is clicked.
|
|
virtual void | cursorDown () |
| Cursor is moved down.
|
|
virtual void | cursorUp () |
| Cursor is moved up.
|
|
virtual void | destroy () |
| Destroy the object.
|
|
virtual void | disable () |
| Disables the engine.
|
|
virtual void | enable () |
| Enables the engine.
|
|
virtual void | focusIn () |
| Sets the focus of the engine.
|
|
virtual void | focusOut () |
| Unsets the focus of the engine.
|
|
virtual void | pageDown () |
| Moves cursor of lookup table to next page.
|
|
virtual void | pageUp () |
| Moves cursor of lookup tabele to previous page.
|
|
virtual bool | processKeyEvent (uint keyval, uint keycode, uint state) |
| Moves cursor of lookup tabele to previous page.
|
|
virtual void | propertyActivate (const QString &prop_name, int prop_state) |
| The property with given name is clicked.
|
|
virtual void | propertyHide (const QString &prop_name) |
| Hides the property with given name.
|
|
virtual void | propertyShow (const QString &prop_name) |
| Shows the property with given name.
|
|
virtual void | reset () |
| Resets the engine.
|
|
virtual void | setCapabilities (uint cap) |
| Sets the capabilities from client application.
|
|
virtual void | setCursorLocation (int x, int y, int w, int h) |
| Sets the cursor location from client applicaion.
|
|
virtual | ~Object () |
| Destructor of Object.
|
|