Go to the source code of this file.
Namespaces | |
namespace | scim |
Typedefs | |
typedef Pointer< IMEngineFactoryBase > | IMEngineFactoryPointer |
typedef Pointer< IMEngineInstanceBase > | IMEngineInstancePointer |
typedef Slot1< void, IMEngineInstanceBase * > | IMEngineSlotVoid |
typedef Slot2< void, IMEngineInstanceBase *, int > | IMEngineSlotInt |
typedef Slot2< void, IMEngineInstanceBase *, bool > | IMEngineSlotBool |
typedef Slot2< void, IMEngineInstanceBase *, const WideString & > | IMEngineSlotWideString |
typedef Slot2< void, IMEngineInstanceBase *, const KeyEvent & > | IMEngineSlotKeyEvent |
typedef Slot2< void, IMEngineInstanceBase *, const LookupTable & > | IMEngineSlotLookupTable |
typedef Slot2< void, IMEngineInstanceBase *, const Property & > | IMEngineSlotProperty |
typedef Slot2< void, IMEngineInstanceBase *, const PropertyList & > | IMEngineSlotPropertyList |
typedef Slot3< void, IMEngineInstanceBase *, const WideString &, const AttributeList & > | IMEngineSlotWideStringAttributeList |
scim::IMEngineFactoryBase and scim::IMEngineInstanceBase are the most important part of SCIM platform.
These interfaces are used to writing input method engine modules.
Definition in file scim_imengine.h.