27 #ifndef _CEGUIGlobalEventSet_h_
28 #define _CEGUIGlobalEventSet_h_
30 #include "CEGUI/EventSet.h"
31 #include "CEGUI/Singleton.h"
35 # pragma warning(push)
36 # pragma warning(disable : 4275)
102 #if defined(_MSC_VER)
103 # pragma warning(pop)
106 #endif // end of guard _CEGUIGlobalEventSet_h_
Definition: MemoryAllocatedObject.h:109
Base class used as the argument to all subscribers Event object.
Definition: EventArgs.h:49
The GlobalEventSet singleton allows you to subscribe to an event for all instances of a class...
Definition: GlobalEventSet.h:49
Definition: Singleton.h:55
Class that collects together a set of Event objects.
Definition: EventSet.h:64
String class used within the GUI system.
Definition: String.h:62