|
void | show_preedit_string () |
| Show the preedit string area. More...
|
|
void | show_aux_string () |
| Show the aux string area. More...
|
|
void | show_lookup_table () |
| Show the lookup table area. More...
|
|
void | hide_preedit_string () |
| Hide the preedit string area. More...
|
|
void | hide_aux_string () |
| Hide the aux string area. More...
|
|
void | hide_lookup_table () |
| Hide the lookup table area. More...
|
|
void | update_preedit_caret (int caret) |
| Update the preedit caret position in the preedit string. More...
|
|
void | update_preedit_string (const WideString &str, const AttributeList &attrs=AttributeList()) |
| Update the content of the preedit string,. More...
|
|
void | update_aux_string (const WideString &str, const AttributeList &attrs=AttributeList()) |
| Update the content of the aux string,. More...
|
|
void | update_lookup_table (const LookupTable &table) |
| Update the content of the lookup table,. More...
|
|
void | commit_string (const WideString &str) |
| Commit a string to the client application. More...
|
|
void | forward_key_event (const KeyEvent &key) |
| Forward a key event to the client application. More...
|
|
void | register_properties (const PropertyList &properties) |
| Register all properties of this IMEngineInstance into the FrontEnd. More...
|
|
void | update_property (const Property &property) |
| Update a registered property. More...
|
|
void | beep () |
| Generate a short beep. More...
|
|
void | start_helper (const String &helper_uuid) |
| Start a Client Helper process. More...
|
|
void | stop_helper (const String &helper_uuid) |
| Stop a Client Helper process which was started by start_helper. More...
|
|
void | send_helper_event (const String &helper_uuid, const Transaction &trans) |
| Send an events transaction to a client helper process. More...
|
|
bool | get_surrounding_text (WideString &text, int &cursor, int maxlen_before=-1, int maxlen_after=-1) |
| Retrieves context around the insertion point. More...
|
|
bool | delete_surrounding_text (int offset, int len) |
| Ask the client to delete characters around the cursor position. More...
|
|
| ReferencedObject () |
| Constructor. More...
|
|
virtual | ~ReferencedObject ()=0 |
| Destructor. More...
|
|
void | set_referenced (bool reference) |
|