27 #ifndef _CEGUILinkedEvent_h_ 28 #define _CEGUILinkedEvent_h_ 30 #include "CEGUI/Event.h" 34 # pragma warning(push) 35 # pragma warning(disable : 4251) 82 void addLinkedTarget(
Event& link_target);
100 # pragma warning(pop) 103 #endif // end of guard _CEGUILinkedEvent_h_ Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42
Base class used as the argument to all subscribers Event object.
Definition: cegui/include/CEGUI/EventArgs.h:49
const EventSet * d_owner
reference to the event set that we added ourself to
Definition: cegui/include/CEGUI/LinkedEvent.h:94
LinkedConnections d_connections
collection of connection to the linked Events.
Definition: cegui/include/CEGUI/LinkedEvent.h:92
LinkedEvent is an Event subclass that provides a mechanism to link or chain Events together...
Definition: cegui/include/CEGUI/LinkedEvent.h:53
Class that collects together a set of Event objects.
Definition: cegui/include/CEGUI/EventSet.h:64
Defines an 'event' which can be subscribed to by interested parties.
Definition: cegui/include/CEGUI/Event.h:57
String class used within the GUI system.
Definition: cegui/include/CEGUI/String.h:62