Crazy Eddie's GUI System
0.8.4
|
implementation class to gather EventSet parts for all template instances. More...
Inherits CEGUI::EventSet.
Inherited by CEGUI::NamedXMLResourceManager< T, U >, CEGUI::NamedXMLResourceManager< Font, Font_xmlHandler >, and CEGUI::NamedXMLResourceManager< Scheme, Scheme_xmlHandler >.
Static Public Attributes | |
static const String | EventNamespace |
Namespace name for all resource managers. | |
static const String | EventResourceCreated |
static const String | EventResourceDestroyed |
static const String | EventResourceReplaced |
implementation class to gather EventSet parts for all template instances.
const String CEGUI::ResourceEventSet::EventResourceCreated [static] |
Name of event fired when a resource is created by this manager. Handlers are passed a const ResourceEventArgs reference with ResourceEventArgs::resourceType String set to the type of resource that the event is related to, and ResourceEventArgs::resourceName String set to the name of the resource that the event is related to.
const String CEGUI::ResourceEventSet::EventResourceDestroyed [static] |
Name of event fired when a resource is destroyed by this manager. Handlers are passed a const ResourceEventArgs reference with ResourceEventArgs::resourceType String set to the type of resource that the event is related to, and ResourceEventArgs::resourceName String set to the name of the resource that the event is related to.
const String CEGUI::ResourceEventSet::EventResourceReplaced [static] |
Name of event fired when a resource is replaced by this manager. Handlers are passed a const ResourceEventArgs reference with ResourceEventArgs::resourceType String set to the type of resource that the event is related to, and ResourceEventArgs::resourceName String set to the name of the resource that the event is related to.