Namespaces | |
namespace | scim |
Typedefs | |
typedef Slot1< void, int > | PanelClientSlotVoid |
typedef Slot2< void, int, int > | PanelClientSlotInt |
typedef Slot2< void, int, const String & > | PanelClientSlotString |
typedef Slot2< void, int, const WideString & > | PanelClientSlotWideString |
typedef Slot4< void, int, const String &, const String &, const Transaction & > | PanelClientSlotStringStringTransaction |
typedef Slot2< void, int, const KeyEvent & > | PanelClientSlotKeyEvent |
scim::PanelClient is a class used to connect with a Panel daemon. It acts like a Socket Client and handles all socket communication issues.