scim::Attribute | Class to store the string attributes |
scim::BackEndBase | The interface class to manage a set of IMEngineFactory and IMEngineInstance objects |
scim::BackEndError | An exception class to hold BackEnd related errors |
scim::BoundSlot0_1< R, P1 > | Converts a slot taking one argument into a slot taking no arguments |
scim::BoundSlot1_2< R, P1, P2 > | Converts a slot taking two arguments into a slot taking one argument |
scim::BoundSlot2_3< R, P1, P2, P3 > | Converts a slot taking three arguments into a slot taking two arguments |
scim::BoundSlot3_4< R, P1, P2, P3, P4 > | Converts a slot taking four arguments into a slot taking three arguments |
scim::BoundSlot4_5< R, P1, P2, P3, P4, P5 > | Converts a slot taking five arguments into a slot taking four arguments |
scim::BoundSlot5_6< R, P1, P2, P3, P4, P5, P6 > | Converts a slot taking six arguments into a slot taking five arguments |
scim::CommonBackEnd | The default implementation of scim::BackEndBase interface |
scim::CommonLookupTable | A common lookup table class |
scim::ComposeKeyFactory | A simple IMEngine to deal with the Compose keys |
scim::ComposeKeyInstance | |
scim::ConfigBase | The interface class to access the configuration data |
scim::ConfigError | An exception class to hold Config related errors |
scim::ConfigModule | The class to manipulate the config modules |
scim::Connection | A signal connection class |
scim::DebugOutput | The class to filter and redirect the debug messages |
scim::DefaultMarshal< R > | |
scim::DefaultMarshal< bool > | |
scim::DummyConfig | A dummy implementation of interface class scim::ConfigBase |
scim::DummyIMEngineFactory | A trivial IMEngine that do nothing |
scim::DummyIMEngineInstance | |
scim::Exception | A base class of all other exception classes |
scim::FilterError | An exception class to hold Filter related errors |
scim::FilterFactoryBase | The base class to implement FilterFactory classes |
scim::FilterInfo | Structure to hold information for a Filter |
scim::FilterInstanceBase | The base class to implement FilterInstance classes |
scim::FilterManager | |
scim::FilterModule | The class to manipulate the Filter modules |
scim::FrontEndBase | The base class to implement the FrontEnd objects |
scim::FrontEndError | An exception class to hold FrontEnd related errors |
scim::FrontEndHotkeyMatcher | This class hold all FrontEnd specific Hotkeys, such as trigger keys, on/off keys, etc |
scim::FrontEndModule | The class to manipulate the frontend modules |
scim::FunctionSlot0< R > | A slot template for static functions taking no arguments and returning a value of type R |
scim::FunctionSlot1< R, P1 > | A slot template for static functions taking one argument of type P1 and returning a value of type R |
scim::FunctionSlot2< R, P1, P2 > | A slot template for static functions taking two arguments of type P1 and P2, and returning a value of type R |
scim::FunctionSlot3< R, P1, P2, P3 > | A slot template for static functions taking three arguments of type P1, P2 and P3, and returning a value of type R |
scim::FunctionSlot4< R, P1, P2, P3, P4 > | A slot template for static functions taking four arguments of type P1, P2, P3 and P4, and returning a value of type R |
scim::FunctionSlot5< R, P1, P2, P3, P4, P5 > | A slot template for static functions taking five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R |
scim::FunctionSlot6< R, P1, P2, P3, P4, P5, P6 > | A slot template for static functions taking six arguments of type P1, P2, P3, P4, P5 and P6, and returning a value of type R |
scim::HelperAgent | The accessory class to write a Helper object |
scim::HelperError | |
scim::HelperInfo | Structure to hold the information of a Helper object |
scim::HelperManager | This class is used to manage all helper objects |
scim::HelperModule | The class used to load a Helper module and run its Helpers |
scim::HotkeyMatcher | This class is used to match a KeyEvent among a set of hotkeys |
scim::IConvert | A class to convert strings between UCS-4 and local encodings |
scim::IMEngineError | An exception class to hold IMEngine related errors |
scim::IMEngineFactoryBase | The base class of the real input methods' IMEngineFactory classes |
scim::IMEngineHotkeyMatcher | This class hold all Hotkeys for each IMEngines |
scim::IMEngineInstanceBase | The base class of the real input methods' IMEngineInstance classes |
scim::IMEngineModule | The class to manipulate the IMEngine modules |
scim::KeyEvent | The class to store a keyboard event |
scim::LookupTable | The base class of lookup table |
scim::MethodSlot0< T, R > | A slot template for methods in a class of type T taking no arguments and returning a value of type R |
scim::MethodSlot1< T, R, P1 > | A slot template for methods in a class of type T taking one argument of type P1 and returning a value of type R |
scim::MethodSlot2< T, R, P1, P2 > | A slot template for methods in a class of type T taking two arguments of type P1 and P2, and returning a value of type R |
scim::MethodSlot3< T, R, P1, P2, P3 > | A slot template for methods in a class of type T taking three arguments of type P1, P2 and P3, and returning a value of type R |
scim::MethodSlot4< T, R, P1, P2, P3, P4 > | A slot template for methods in a class of type T taking four arguments of type P1, P2, P3 and P4, and returning a value of type R |
scim::MethodSlot5< T, R, P1, P2, P3, P4, P5 > | A slot template for methods in a class of type T taking five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R |
scim::MethodSlot6< T, R, P1, P2, P3, P4, P5, P6 > | A slot template for methods in a class of type T taking six arguments of type P1, P2, P3, P4, P5 and P6, and returning a value of type R |
scim::Module | |
scim::ModuleError | |
scim::Node | Base class for classes managing slots |
scim::PanelAgent | The class to implement all socket protocol in Panel |
scim::PanelClient | PanelClient is used by FrontEnd to communicate with Panel daemon |
scim::PanelError | |
scim::PanelFactoryInfo | Structure to hold factory information. It's used by PanelAgent and PanelClient classes |
scim::Pointer< T > | Smart pointer template class |
scim::Property | Class to hold a property of a IMEngineInstance object or a Panel GUI client |
scim::ReferencedObject | Reference counted base class |
scim::Signal | Base class for the C++ signal interface |
scim::Signal0< R, Marshal > | A template for a signal passing no arguments and returning a value of type R |
scim::Signal0< void, IgnoreMarshal > | |
scim::Signal1< R, P1, Marshal > | A template for a signal passing one argument of type P1 and returning a value of type R |
scim::Signal1< void, P1, IgnoreMarshal > | |
scim::Signal2< R, P1, P2, Marshal > | A template for a signal passing two arguments of type P1 and P2, and returning a value of type R |
scim::Signal2< void, P1, P2, IgnoreMarshal > | |
scim::Signal3< R, P1, P2, P3, Marshal > | A template for a signal passing three arguments of type P1, P2 and P3, and returning a value of type R |
scim::Signal3< void, P1, P2, P3, IgnoreMarshal > | |
scim::Signal4< R, P1, P2, P3, P4, Marshal > | A template for a signal passing four arguments of type P1, P2, P3 and P4, and returning a value of type R |
scim::Signal4< void, P1, P2, P3, P4, IgnoreMarshal > | |
scim::Signal5< R, P1, P2, P3, P4, P5, Marshal > | A template for a signal passing five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R |
scim::Signal5< void, P1, P2, P3, P4, P5, IgnoreMarshal > | |
scim::Signal6< R, P1, P2, P3, P4, P5, P6, Marshal > | A template for a signal passing six arguments of type P1, P2, P3, P4, P5 and P6, and returning a value of type R |
scim::Signal6< void, P1, P2, P3, P4, P5, P6, IgnoreMarshal > | |
scim::SignalSlot0< T, R > | |
scim::SignalSlot1< T, R, P1 > | |
scim::SignalSlot2< T, R, P1, P2 > | |
scim::SignalSlot3< T, R, P1, P2, P3 > | |
scim::SignalSlot4< T, R, P1, P2, P3, P4 > | |
scim::SignalSlot5< T, R, P1, P2, P3, P4, P5 > | |
scim::SignalSlot6< T, R, P1, P2, P3, P4, P5, P6 > | |
scim::Slot | Base class for slots that can connect to scim::Signals |
scim::Slot0< R > | Base class template for slots passing no arguments and returning a value of type R |
scim::Slot1< R, P1 > | Base class template for slots passing one argument of type P1 and returning a value of type R |
scim::Slot2< R, P1, P2 > | Base class template for slots passing two arguments of type P1 and P2, and returning a value of type R |
scim::Slot3< R, P1, P2, P3 > | Base class template for slots passing three arguments of type P1, P2 and P3, and returning a value of type R |
scim::Slot4< R, P1, P2, P3, P4 > | Base class template for slots passing four arguments of type P1, P2, P3 and P4, and returning a value of type R |
scim::Slot5< R, P1, P2, P3, P4, P5 > | Base class template for slots passing five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R |
scim::Slot6< R, P1, P2, P3, P4, P5, P6 > | Base class template for slots passing six arguments of type P1, P2, P3, P4, P5 and P6, and returning a value of type R |
scim::SlotNode | A node class for managing slots connected to scim::Signal's |
scim::Socket | Socket communication class |
scim::SocketAddress | The class to hold a socket address |
scim::SocketClient | Socket client class |
scim::SocketError | An exception class to hold Socket related errors |
scim::SocketServer | Socket Server class |
scim::Transaction | This class is used to pack up many data and commands into one package and send them via socket |
scim::TransactionError | An exception class to hold Transaction related errors |
scim::TransactionReader | This class is used to read data from a transaction without changing it |