27 #ifndef _CEGUIBoundSlot_h_ 28 #define _CEGUIBoundSlot_h_ 30 #include "CEGUI/Base.h" 31 #include "CEGUI/SubscriberSlot.h" 48 typedef unsigned int Group;
86 bool connected()
const;
137 #endif // end of guard _CEGUIBoundSlot_h_ Definition: MemoryAllocatedObject.h:109
bool CEGUIEXPORT operator==(const String &str1, const String &str2)
Return true if String str1 is equal to String str2.
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Class that tracks a SubscriberSlot, its group, and the Event to which it was subscribed....
Definition: BoundSlot.h:44
SubscriberSlot class which is used when subscribing to events.
Definition: SubscriberSlot.h:51
bool CEGUIEXPORT operator!=(const String &str1, const String &str2)
Return true if String str1 is not equal to String str2.
Defines an 'event' which can be subscribed to by interested parties.
Definition: Event.h:57