#include <scim_imengine.h>
Inheritance diagram for scim::DummyIMEngineInstance:
Public Member Functions | |
DummyIMEngineInstance (DummyIMEngineFactory *factory, const String &encoding, int id=-1) | |
virtual | ~DummyIMEngineInstance () |
virtual bool | process_key_event (const KeyEvent &key) |
Process a key event. | |
virtual void | focus_in () |
Focus in this engine instance. |
|
|
|
|
|
Process a key event.
Implements scim::IMEngineInstanceBase. |
|
Focus in this engine instance. This function should update/show/hide the status area, preedit area and lookup table, and update the full width punctuation/letter state. Reimplemented from scim::IMEngineInstanceBase. |