28 #ifndef _CEGUIGlobalEventSet_h_
29 #define _CEGUIGlobalEventSet_h_
31 #include "CEGUIEventSet.h"
32 #include "CEGUISingleton.h"
36 # pragma warning(push)
37 # pragma warning(disable : 4275)
100 #if defined(_MSC_VER)
101 # pragma warning(pop)
104 #endif // end of guard _CEGUIGlobalEventSet_h_
Base class used as the argument to all subscribers Event object.
Definition: CEGUIEventArgs.h:52
The GlobalEventSet singleton allows you to subscribe to an event for all instances of a class...
Definition: CEGUIGlobalEventSet.h:50
Definition: CEGUISingleton.h:56
Class that collects together a set of Event objects.
Definition: CEGUIEventSet.h:66
String class used within the GUI system.
Definition: CEGUIString.h:57