#include <scim_imengine.h>
| 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. | |
| scim::DummyIMEngineInstance::DummyIMEngineInstance | ( | DummyIMEngineFactory * | factory, | |
| const String & | encoding, | |||
| int | id = -1 | |||
| ) | 
| virtual scim::DummyIMEngineInstance::~DummyIMEngineInstance | ( | ) |  [virtual] | 
| virtual bool scim::DummyIMEngineInstance::process_key_event | ( | const KeyEvent & | key | ) |  [virtual] | 
Process a key event.
| key | - the key event to be processed. | 
Implements scim::IMEngineInstanceBase.
| virtual void scim::DummyIMEngineInstance::focus_in | ( | ) |  [virtual] | 
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.
 1.5.7.1
 1.5.7.1