Dry
Dry::XMLFile Member List

This is the complete list of members for Dry::XMLFile, including all inherited members.

AddAttribute(const pugi::xml_node &patch, const pugi::xpath_node &original) constDry::XMLFileprivate
AddNode(const pugi::xml_node &patch, const pugi::xpath_node &original) constDry::XMLFileprivate
AddRef()Dry::RefCounted
BeginLoad(Deserializer &source) overrideDry::XMLFilevirtual
Cast()Dry::Objectinline
Cast() constDry::Objectinline
CombineText(const pugi::xml_node &patch, const pugi::xml_node &original, bool prepend) constDry::XMLFileprivate
context_Dry::Objectprotected
CreateRoot(const String &name)Dry::XMLFile
document_Dry::XMLFileprivate
DRY_OBJECT(XMLFile, Resource) (defined in Dry::XMLFile)Dry::XMLFileprivate
EndLoad()Dry::Resourcevirtual
FromString(const String &source)Dry::XMLFile
GetAsyncLoadState() constDry::Resourceinline
GetBlockEvents() constDry::Objectinline
GetCategory() constDry::Object
GetContext() constDry::Objectinline
GetDocument() constDry::XMLFileinline
GetEventDataMap() constDry::Object
GetEventHandler() constDry::Object
GetEventSender() constDry::Object
GetGlobalVar(StringHash key) constDry::Object
GetGlobalVars() constDry::Object
GetMemoryUse() constDry::Resourceinline
GetName() constDry::Resourceinline
GetNameHash() constDry::Resourceinline
GetOrCreateRoot(const String &name)Dry::XMLFile
GetRoot(const String &name=String::EMPTY)Dry::XMLFile
GetSubsystem(StringHash type) constDry::Object
GetSubsystem() constDry::Object
GetType() const =0Dry::Objectpure virtual
GetTypeInfo() const =0Dry::Objectpure virtual
GetTypeInfoStatic()Dry::Objectinlinestatic
GetTypeName() const =0Dry::Objectpure virtual
GetUseTimer()Dry::Resource
HasEventHandlers() constDry::Objectinline
HasSubscribedToEvent(StringHash eventType) constDry::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDry::Object
IsInstanceOf(StringHash type) constDry::Object
IsInstanceOf(const TypeInfo *typeInfo) constDry::Object
IsInstanceOf() constDry::Objectinline
Load(Deserializer &source)Dry::Resource
LoadFile(const String &fileName)Dry::Resource
Object(Context *context)Dry::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dry::Objectvirtual
operator=(const RefCounted &rhs)=deleteDry::RefCounted
Patch(XMLFile *patchFile)Dry::XMLFile
Patch(const XMLElement &patchElement)Dry::XMLFile
PatchAdd(const pugi::xml_node &patch, pugi::xpath_node &original) constDry::XMLFileprivate
PatchRemove(const pugi::xpath_node &original) constDry::XMLFileprivate
PatchReplace(const pugi::xml_node &patch, pugi::xpath_node &original) constDry::XMLFileprivate
RefCounted()Dry::RefCounted
RefCounted(const RefCounted &rhs)=deleteDry::RefCounted
RefCountPtr()Dry::RefCountedinline
Refs() constDry::RefCounted
RegisterObject(Context *context)Dry::XMLFilestatic
ReleaseRef()Dry::RefCounted
ResetUseTimer()Dry::Resource
Resource(Context *context)Dry::Resourceexplicit
Save(Serializer &dest) const overrideDry::XMLFilevirtual
Save(Serializer &dest, const String &indentation) constDry::XMLFile
SaveFile(const String &fileName) constDry::Resourcevirtual
SendEvent(StringHash eventType)Dry::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dry::Object
SendEvent(StringHash eventType, Args... args)Dry::Objectinline
SetAsyncLoadState(AsyncLoadState newState)Dry::Resource
SetBlockEvents(bool block)Dry::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Dry::Object
SetMemoryUse(unsigned size)Dry::Resource
SetName(const String &name)Dry::Resource
SubscribeToEvent(StringHash eventType, EventHandler *handler)Dry::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Dry::Object
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dry::Object
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dry::Object
ToString(const String &indentation="\) constDry::XMLFile
UnsubscribeFromAllEvents()Dry::Object
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData)Dry::Object
UnsubscribeFromEvent(StringHash eventType)Dry::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Dry::Object
UnsubscribeFromEvents(Object *sender)Dry::Object
WeakRefs() constDry::RefCounted
XMLFile(Context *context)Dry::XMLFileexplicit
~Object() overrideDry::Object
~RefCounted()Dry::RefCountedvirtual
~XMLFile() overrideDry::XMLFile