Go to the source code of this file.
Namespaces | |
namespace | scim |
Classes | |
class | scim::BackEndError |
An exception class to hold BackEnd related errors. More... | |
class | scim::BackEndBase |
The interface class to manage a set of IMEngineFactory and IMEngineInstance objects. More... | |
class | scim::CommonBackEnd |
The default implementation of scim::BackEndBase interface. More... | |
Typedefs | |
typedef Slot1< void, int > | BackEndSlotVoid |
typedef Slot2< void, int, int > | BackEndSlotInt |
typedef Slot2< void, int, bool > | BackEndSlotBool |
typedef Slot2< void, int, const WideString & > | BackEndSlotWideString |
typedef Slot2< void, int, const KeyEvent & > | BackEndSlotKeyEvent |
typedef Slot2< void, int, const LookupTable & > | BackEndSlotLookupTable |
typedef Slot2< void, int, const Property & > | BackEndSlotProperty |
typedef Slot2< void, int, const PropertyList & > | BackEndSlotPropertyList |
typedef Slot3< void, int, const WideString &, const AttributeList & > | BackEndSlotWideStringAttributeList |
typedef Pointer< BackEndBase > | BackEndPointer |
Provide an abstract interface class to manage a set of IMEngineFactory instances.
Definition in file scim_backend.h.
|
Definition at line 40 of file scim_backend.h. |
|
Definition at line 43 of file scim_backend.h. |
|
Definition at line 46 of file scim_backend.h. |
|
Definition at line 49 of file scim_backend.h. |
|
Definition at line 52 of file scim_backend.h. |
|
Definition at line 55 of file scim_backend.h. |
|
Definition at line 58 of file scim_backend.h. |
|
Definition at line 61 of file scim_backend.h. |
|
Definition at line 64 of file scim_backend.h. |
|
A smart pointer for scim::BackEndBase and its derived classes. Definition at line 418 of file scim_backend.h. |