Inheritance diagram for CEGUI::GlobalEventSet:
Public Member Functions | |
virtual Event::Connection | subscribeEvent (const String &name, Event::Subscriber subscriber) |
Subscribes the the named Event. | |
virtual Event::Connection | subscribeEvent (const String &name, Event::Group group, Event::Subscriber subscriber) |
Subscribes the the specified group of the named Event. | |
virtual void | fireEvent (const String &name, EventArgs &args, const String &eventNamespace="") |
Fires the named event passing the given EventArgs object. | |
Static Public Member Functions | |
static GlobalEventSet & | getSingleton (void) |
Return singleton System object. | |
static GlobalEventSet * | getSingletonPtr (void) |
Return pointer to singleton System object. |
|
Fires the named event passing the given EventArgs object.
Reimplemented from CEGUI::EventSet. |
|
Return singleton System object.
|
|
Return pointer to singleton System object.
|
|
Subscribes the the specified group of the named Event. /note If the named event does not exist it is added.
Reimplemented from CEGUI::EventSet. |
|
Subscribes the the named Event.
Reimplemented from CEGUI::EventSet. |