Namespaces | |
namespace | scim |
Typedefs | |
typedef Slot0< void > | PanelAgentSlotVoid |
typedef Slot1< void, int > | PanelAgentSlotInt |
typedef Slot1< void, const String & > | PanelAgentSlotString |
typedef Slot1< void, const PanelFactoryInfo & > | PanelAgentSlotFactoryInfo |
typedef Slot1< void, const std::vector< PanelFactoryInfo > & > | PanelAgentSlotFactoryInfoVector |
typedef Slot1< void, const LookupTable & > | PanelAgentSlotLookupTable |
typedef Slot1< void, const Property & > | PanelAgentSlotProperty |
typedef Slot1< void, const PropertyList & > | PanelAgentSlotPropertyList |
typedef Slot2< void, int, int > | PanelAgentSlotIntInt |
typedef Slot2< void, int, const Property & > | PanelAgentSlotIntProperty |
typedef Slot2< void, int, const PropertyList & > | PanelAgentSlotIntPropertyList |
typedef Slot2< void, int, const HelperInfo & > | PanelAgentSlotIntHelperInfo |
typedef Slot2< void, const String &, const AttributeList & > | PanelAgentSlotAttributeString |
scim::PanelAgent is a class used to write Panel daemons. It acts like a Socket Server and handles all socket clients issues.