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)
Definition: MemoryAllocatedObject.h:110
Base class used as the argument to all subscribers Event object.
Definition: EventArgs.h:51
Interface providing event signaling and handling.
Definition: EventSet.h:167
The GlobalEventSet singleton allows you to subscribe to an event for all instances of a class....
Definition: GlobalEventSet.h:53
static GlobalEventSet * getSingletonPtr(void)
Return pointer to singleton System object.
virtual void fireEvent(const String &name, EventArgs &args, const String &eventNamespace="")
Fires the named event passing the given EventArgs object.
static GlobalEventSet & getSingleton(void)
Return singleton System object.
Definition: Singleton.h:56
String class used within the GUI system.
Definition: String.h:64
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1