#include <OpenGUI_Event.h>
Public Member Functions | |
| void | createEvent (const String &name) |
Adds the given name to the list of valid (and bindable) events. | |
| void | sendEvent (const String &name, EventArgs &args) |
Sends an event of the given name to all such bound EventHandler instances. | |
| EventHandlerList * | getEventHandlers (const String &name) |
Returns the list of EventHandler objects for the event of given name. | |
| EventHandlerList & | operator[] (const String &name) |
Returns reference to the list of EventHandler objects for the event of given name, throws exception if event does not exist. | |
|
|
Adds the given
|
|
|
Returns the list of EventHandler objects for the event of given Returns 0 (NULL) if the event requested does not exist.
|
|
|
Returns reference to the list of EventHandler objects for the event of given
|
|
||||||||||||
|
Sends an event of the given
|