|
Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Inheritance diagram for EventAction_wrapper:
Collaboration diagram for EventAction_wrapper:Public Member Functions | |
| EventAction_wrapper (CEGUI::EventAction const &arg) | |
| EventAction_wrapper (::CEGUI::String const &event_name,::CEGUI::ChildEventAction action) | |
| ::CEGUI::String | makeConnectionKeyName (::CEGUI::Window const &widget) const |
Public Member Functions inherited from CEGUI::EventAction | |
| EventAction (const String &event_name, ChildEventAction action) | |
| void | setEventName (const String &event_name) |
| const String & | getEventName () const |
| void | setAction (ChildEventAction action) |
| ChildEventAction | getAction () const |
| void | initialiseWidget (Window &widget) const |
| void | cleanupWidget (Window &widget) const |
| void | writeXMLToStream (XMLSerializer &xml_stream) const |
| EventAction (const String &event_name, ChildEventAction action) | |
| void | setEventName (const String &event_name) |
| const String & | getEventName () const |
| void | setAction (ChildEventAction action) |
| ChildEventAction | getAction () const |
| void | initialiseWidget (Window &widget) const |
| void | cleanupWidget (Window &widget) const |
| void | writeXMLToStream (XMLSerializer &xml_stream) const |
Additional Inherited Members | |
Protected Types inherited from CEGUI::EventAction | |
| typedef std::multimap< String, Event::ScopedConnection > | ConnectionMap |
| typedef std::multimap< String, Event::ScopedConnection > | ConnectionMap |
Protected Member Functions inherited from CEGUI::EventAction | |
| String | makeConnectionKeyName (const Window &widget) const |
| String | makeConnectionKeyName (const Window &widget) const |
Protected Attributes inherited from CEGUI::EventAction | |
| String | d_eventName |
| ChildEventAction | d_action |
| ConnectionMap | d_connections |