Crazy Eddie's GUI System
${CEGUI_VERSION}
|
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 |
![]() | |
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 | |
![]() | |
typedef std::multimap< String, Event::ScopedConnection > | ConnectionMap |
typedef std::multimap< String, Event::ScopedConnection > | ConnectionMap |
![]() | |
String | makeConnectionKeyName (const Window &widget) const |
String | makeConnectionKeyName (const Window &widget) const |
![]() | |
String | d_eventName |
ChildEventAction | d_action |
ConnectionMap | d_connections |