|
Urho3D
|
This is the complete list of members for Dviglo::XMLFile, including all inherited members.
| AddAttribute(const pugi::xml_node &patch, const pugi::xpath_node &original) const | Dviglo::XMLFile | private |
| AddNode(const pugi::xml_node &patch, const pugi::xpath_node &original) const | Dviglo::XMLFile | private |
| AddRef() | Dviglo::RefCounted | |
| asyncLoadState_ | Dviglo::Resource | private |
| BeginLoad(Deserializer &source) override | Dviglo::XMLFile | virtual |
| blockEvents_ | Dviglo::Object | private |
| Cast() | Dviglo::Object | inline |
| Cast() const | Dviglo::Object | inline |
| CombineText(const pugi::xml_node &patch, const pugi::xml_node &original, bool prepend) const | Dviglo::XMLFile | private |
| context_ | Dviglo::Object | protected |
| CreateRoot(const String &name) | Dviglo::XMLFile | |
| document_ | Dviglo::XMLFile | private |
| EndLoad() | Dviglo::Resource | virtual |
| eventHandlers_ | Dviglo::Object | private |
| FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| FromString(const String &source) | Dviglo::XMLFile | |
| GetAsyncLoadState() const | Dviglo::Resource | inline |
| GetBlockEvents() const | Dviglo::Object | inline |
| GetCategory() const | Dviglo::Object | |
| GetContext() const | Dviglo::Object | inline |
| GetDocument() const | Dviglo::XMLFile | inline |
| GetEventDataMap() const | Dviglo::Object | |
| GetEventHandler() const | Dviglo::Object | |
| GetEventSender() const | Dviglo::Object | |
| GetGlobalVar(StringHash key) const | Dviglo::Object | |
| GetGlobalVars() const | Dviglo::Object | |
| GetMemoryUse() const | Dviglo::Resource | inline |
| GetName() const | Dviglo::Resource | inline |
| GetNameHash() const | Dviglo::Resource | inline |
| GetOrCreateRoot(const String &name) | Dviglo::XMLFile | |
| GetRoot(const String &name=String::EMPTY) | Dviglo::XMLFile | |
| GetSubsystem(StringHash type) const | Dviglo::Object | |
| GetSubsystem() const | Dviglo::Object | |
| GetType() const =0 | Dviglo::Object | pure virtual |
| GetTypeInfo() const =0 | Dviglo::Object | pure virtual |
| GetTypeInfoStatic() | Dviglo::Object | inlinestatic |
| GetTypeName() const =0 | Dviglo::Object | pure virtual |
| GetUseTimer() | Dviglo::Resource | |
| HasEventHandlers() const | Dviglo::Object | inline |
| HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
| HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
| IsInstanceOf(StringHash type) const | Dviglo::Object | |
| IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
| IsInstanceOf() const | Dviglo::Object | inline |
| Load(Deserializer &source) | Dviglo::Resource | |
| LoadFile(const String &fileName) | Dviglo::Resource | |
| memoryUse_ | Dviglo::Resource | private |
| name_ | Dviglo::Resource | private |
| nameHash_ | Dviglo::Resource | private |
| Object(Context *context) | Dviglo::Object | explicit |
| OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual |
| operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| Patch(XMLFile *patchFile) | Dviglo::XMLFile | |
| Patch(const XMLElement &patchElement) | Dviglo::XMLFile | |
| PatchAdd(const pugi::xml_node &patch, pugi::xpath_node &original) const | Dviglo::XMLFile | private |
| PatchRemove(const pugi::xpath_node &original) const | Dviglo::XMLFile | private |
| PatchReplace(const pugi::xml_node &patch, pugi::xpath_node &original) const | Dviglo::XMLFile | private |
| refCount_ | Dviglo::RefCounted | private |
| RefCounted() | Dviglo::RefCounted | |
| RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| RefCountPtr() | Dviglo::RefCounted | inline |
| Refs() const | Dviglo::RefCounted | |
| RegisterObject(Context *context) | Dviglo::XMLFile | static |
| ReleaseRef() | Dviglo::RefCounted | |
| RemoveEventSender(Object *sender) | Dviglo::Object | private |
| ResetUseTimer() | Dviglo::Resource | |
| Resource(Context *context) | Dviglo::Resource | explicit |
| Save(Serializer &dest) const override | Dviglo::XMLFile | virtual |
| Save(Serializer &dest, const String &indentation) const | Dviglo::XMLFile | |
| SaveFile(const String &fileName) const | Dviglo::Resource | virtual |
| SendEvent(StringHash eventType) | Dviglo::Object | |
| SendEvent(StringHash eventType, VariantMap &eventData) | Dviglo::Object | |
| SendEvent(StringHash eventType, Args... args) | Dviglo::Object | inline |
| SetAsyncLoadState(AsyncLoadState newState) | Dviglo::Resource | |
| SetBlockEvents(bool block) | Dviglo::Object | inline |
| SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Object | |
| SetMemoryUse(unsigned size) | Dviglo::Resource | |
| SetName(const String &name) | Dviglo::Resource | |
| SubscribeToEvent(StringHash eventType, EventHandler *handler) | Dviglo::Object | |
| SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Dviglo::Object | |
| SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Dviglo::Object | |
| SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Dviglo::Object | |
| ToString(const String &indentation="\t") const | Dviglo::XMLFile | |
| UnsubscribeFromAllEvents() | Dviglo::Object | |
| UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Dviglo::Object | |
| UnsubscribeFromEvent(StringHash eventType) | Dviglo::Object | |
| UnsubscribeFromEvent(Object *sender, StringHash eventType) | Dviglo::Object | |
| UnsubscribeFromEvents(Object *sender) | Dviglo::Object | |
| URHO3D_OBJECT(XMLFile, Resource) (defined in Dviglo::XMLFile) | Dviglo::XMLFile | private |
| useTimer_ | Dviglo::Resource | private |
| WeakRefs() const | Dviglo::RefCounted | |
| XMLFile(Context *context) | Dviglo::XMLFile | explicit |
| ~Object() override | Dviglo::Object | |
| ~RefCounted() | Dviglo::RefCounted | virtual |
| ~XMLFile() override | Dviglo::XMLFile |
1.8.17