27#ifndef _CEGUILinkedEvent_h_
28#define _CEGUILinkedEvent_h_
30#include "CEGUI/Event.h"
35# pragma warning(disable : 4251)
Base class used as the argument to all subscribers Event object.
Definition EventArgs.h:51
Interface providing event signaling and handling.
Definition EventSet.h:167
Defines an 'event' which can be subscribed to by interested parties.
Definition Event.h:59
LinkedEvent is an Event subclass that provides a mechanism to link or chain Events together,...
Definition LinkedEvent.h:54
LinkedConnections d_connections
collection of connection to the linked Events.
Definition LinkedEvent.h:92
const EventSet * d_owner
reference to the event set that we added ourself to
Definition LinkedEvent.h:94
LinkedEvent(const String &event_name, EventSet *target_event_set)
Constructor.
void addLinkedTarget(Event &link_target)
Add a link target for this event. A link target is an event that will trigger this event.
String class used within the GUI system.
Definition String.h:64
base class for properties able to do native set/get
Definition TypedProperty.h:50
Main namespace for Crazy Eddie's GUI Library.
Definition arch_overview.dox:1