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
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
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
Interface providing event signaling and handling.
Definition: EventSet.h:166
String class used within the GUI system.
Definition: String.h:62