scim 1.4.18
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Cscim::AttributeClass to store the string attributes
 Cscim::ConfigModuleThe class to manipulate the config modules
 Cscim::ConnectionA signal connection class
 Cscim::DebugOutputThe class to filter and redirect the debug messages
 Cscim::DefaultMarshal< R >
 Cscim::DefaultMarshal< bool >
 Cstd::exception
 Cscim::ExceptionA base class of all other exception classes
 Cscim::FilterInfoStructure to hold information for a Filter
 Cscim::FilterManager
 Cscim::FilterModuleThe class to manipulate the Filter modules
 Cscim::FrontEndHotkeyMatcherThis class hold all FrontEnd specific Hotkeys, such as trigger keys, on/off keys, etc
 Cscim::FrontEndModuleThe class to manipulate the frontend modules
 Cscim::HelperAgentThe accessory class to write a Helper object
 Cscim::HelperInfoStructure to hold the information of a Helper object
 Cscim::HelperManagerThis class is used to manage all helper objects
 Cscim::HelperModuleThe class used to load a Helper module and run its Helpers
 Cscim::HotkeyMatcherThis class is used to match a KeyEvent among a set of hotkeys
 Cscim::IConvertA class to convert strings between UCS-4 and local encodings
 Cscim::IMEngineHotkeyMatcherThis class hold all Hotkeys for each IMEngines
 Cscim::IMEngineModuleThe class to manipulate the IMEngine modules
 Cscim::KeyEventThe class to store a keyboard event
 Cscim::LookupTableThe base class of lookup table
 Cscim::CommonLookupTableA common lookup table class
 Cscim::Module
 Cscim::PanelAgentThe class to implement all socket protocol in Panel
 Cscim::PanelClientPanelClient is used by FrontEnd to communicate with Panel daemon
 Cscim::PanelFactoryInfoStructure to hold factory information. It's used by PanelAgent and PanelClient classes
 Cscim::Pointer< T >Smart pointer template class
 Cscim::PropertyClass to hold a property of a IMEngineInstance object or a Panel GUI client
 Cscim::ReferencedObjectReference counted base class
 Cscim::BackEndBaseThe interface class to manage a set of IMEngineFactory and IMEngineInstance objects
 Cscim::ConfigBaseThe interface class to access the configuration data
 Cscim::FrontEndBaseThe base class to implement the FrontEnd objects
 Cscim::IMEngineFactoryBaseThe base class of the real input methods' IMEngineFactory classes
 Cscim::IMEngineInstanceBaseThe base class of the real input methods' IMEngineInstance classes
 Cscim::NodeBase class for classes managing slots
 Cscim::SlotBase class for slots that can connect to scim::Signals
 Cscim::SignalBase class for the C++ signal interface
 Cscim::Signal1< void, const ConfigPointer & >
 Cscim::Signal2< void, SocketServer *, const Socket & >
 Cscim::Signal0< R, Marshal >A template for a signal passing no arguments and returning a value of type R
 Cscim::Signal1< R, P1, Marshal >A template for a signal passing one argument of type P1 and returning a value of type R
 Cscim::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
 Cscim::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
 Cscim::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
 Cscim::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
 Cscim::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
 Cscim::SocketSocket communication class
 Cscim::SocketClientSocket client class
 Cscim::SocketServerSocket Server class
 Cscim::SocketAddressThe class to hold a socket address
 Cscim::TransactionThis class is used to pack up many data and commands into one package and send them via socket
 Cscim::TransactionReaderThis class is used to read data from a transaction without changing it