addEvent(const String &name) | CEGUI::EventSet | |
addEvent(Event &event) | CEGUI::EventSet | |
createAll(const String &pattern, const String &resource_group) | CEGUI::NamedXMLResourceManager< T, U > | |
createFromContainer(const RawDataContainer &source, XMLResourceExistsAction action=XREA_RETURN) | CEGUI::NamedXMLResourceManager< T, U > | |
createFromFile(const String &xml_filename, const String &resource_group="", XMLResourceExistsAction action=XREA_RETURN) | CEGUI::NamedXMLResourceManager< T, U > | |
createFromString(const String &source, XMLResourceExistsAction action=XREA_RETURN) | CEGUI::NamedXMLResourceManager< T, U > | |
d_events (defined in CEGUI::EventSet) | CEGUI::EventSet | protected |
d_muted | CEGUI::EventSet | protected |
d_objects | CEGUI::NamedXMLResourceManager< T, U > | protected |
d_resourceType | CEGUI::NamedXMLResourceManager< T, U > | protected |
destroy(const String &object_name) | CEGUI::NamedXMLResourceManager< T, U > | |
destroy(const T &object) | CEGUI::NamedXMLResourceManager< T, U > | |
destroyAll() | CEGUI::NamedXMLResourceManager< T, U > | |
destroyObject(typename ObjectRegistry::iterator ob) | CEGUI::NamedXMLResourceManager< T, U > | protected |
doExistingObjectAction(const String object_name, T *object, const XMLResourceExistsAction action) | CEGUI::NamedXMLResourceManager< T, U > | protected |
doPostObjectAdditionAction(T &object) | CEGUI::NamedXMLResourceManager< T, U > | protectedvirtual |
EventIterator typedef (defined in CEGUI::EventSet) | CEGUI::EventSet | |
EventMap typedef (defined in CEGUI::EventSet) | CEGUI::EventSet | protected |
EventNamespace | CEGUI::ResourceEventSet | static |
EventResourceCreated | CEGUI::ResourceEventSet | static |
EventResourceDestroyed | CEGUI::ResourceEventSet | static |
EventResourceReplaced | CEGUI::ResourceEventSet | static |
EventSet() | CEGUI::EventSet | |
EventSet(EventSet &) (defined in CEGUI::EventSet) | CEGUI::EventSet | inlineprotected |
EventSet(const EventSet &) | CEGUI::EventSet | inlineprotected |
fireEvent(const String &name, EventArgs &args, const String &eventNamespace="") | CEGUI::EventSet | virtual |
fireEvent_impl(const String &name, EventArgs &args) | CEGUI::EventSet | protected |
get(const String &object_name) const | CEGUI::NamedXMLResourceManager< T, U > | |
getEventIterator(void) const | CEGUI::EventSet | |
getEventObject(const String &name, bool autoAdd=false) | CEGUI::EventSet | |
getScriptModule() const | CEGUI::EventSet | protected |
isDefined(const String &object_name) const | CEGUI::NamedXMLResourceManager< T, U > | |
isEventPresent(const String &name) | CEGUI::EventSet | |
isMuted(void) const | CEGUI::EventSet | |
NamedXMLResourceManager(const String &resource_type) | CEGUI::NamedXMLResourceManager< T, U > | |
ObjectRegistry typedef | CEGUI::NamedXMLResourceManager< T, U > | protected |
operator=(EventSet &) (defined in CEGUI::EventSet) | CEGUI::EventSet | inlineprotected |
operator=(const EventSet &) | CEGUI::EventSet | inlineprotected |
removeAllEvents(void) | CEGUI::EventSet | |
removeEvent(const String &name) | CEGUI::EventSet | |
removeEvent(Event &event) | CEGUI::EventSet | |
setMutedState(bool setting) | CEGUI::EventSet | |
subscribeEvent(const String &name, Event::Subscriber subscriber) | CEGUI::EventSet | virtual |
subscribeEvent(const String &name, Event::Group group, Event::Subscriber subscriber) | CEGUI::EventSet | virtual |
subscribeEvent(const String &name, Arg1 arg1, Arg2 arg2) | CEGUI::EventSet | inline |
subscribeEvent(const String &name, Event::Group group, Arg1 arg1, Arg2 arg2) | CEGUI::EventSet | inline |
subscribeScriptedEvent(const String &name, const String &subscriber_name) | CEGUI::EventSet | virtual |
subscribeScriptedEvent(const String &name, Event::Group group, const String &subscriber_name) | CEGUI::EventSet | virtual |
~EventSet(void) | CEGUI::EventSet | virtual |
~NamedXMLResourceManager() | CEGUI::NamedXMLResourceManager< T, U > | virtual |