| AddManualResource(Resource *resource) | Urho3D::ResourceCache | |
| AddPackageFile(PackageFile *package, unsigned priority=PRIORITY_LAST) | Urho3D::ResourceCache | |
| AddPackageFile(const String &fileName, unsigned priority=PRIORITY_LAST) | Urho3D::ResourceCache | |
| AddRef() | Urho3D::RefCounted | |
| AddResourceDir(const String &pathName, unsigned priority=PRIORITY_LAST) | Urho3D::ResourceCache | |
| AddResourceRouter(ResourceRouter *router, bool addAsFirst=false) | Urho3D::ResourceCache | |
| autoReloadResources_ | Urho3D::ResourceCache | private |
| backgroundLoader_ | Urho3D::ResourceCache | private |
| BackgroundLoadResource(StringHash type, const String &name, bool sendEventOnFailure=true, Resource *caller=nullptr) | Urho3D::ResourceCache | |
| BackgroundLoadResource(const String &name, bool sendEventOnFailure=true, Resource *caller=nullptr) | Urho3D::ResourceCache | |
| blockEvents_ | Urho3D::Object | private |
| Cast() | Urho3D::Object | inline |
| Cast() const | Urho3D::Object | inline |
| context_ | Urho3D::Object | protected |
| dependentResources_ | Urho3D::ResourceCache | private |
| eventHandlers_ | Urho3D::Object | private |
| Exists(const String &name) const | Urho3D::ResourceCache | |
| fileWatchers_ | Urho3D::ResourceCache | private |
| FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
| FindResource(StringHash type, StringHash nameHash) | Urho3D::ResourceCache | private |
| FindResource(StringHash nameHash) | Urho3D::ResourceCache | private |
| FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Urho3D::Object | private |
| FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
| finishBackgroundResourcesMs_ | Urho3D::ResourceCache | private |
| GetAllResources() const | Urho3D::ResourceCache | inline |
| GetAutoReloadResources() const | Urho3D::ResourceCache | inline |
| GetBlockEvents() const | Urho3D::Object | inline |
| GetCategory() const | Urho3D::Object | |
| GetContext() const | Urho3D::Object | inline |
| GetEventDataMap() const | Urho3D::Object | |
| GetEventHandler() const | Urho3D::Object | |
| GetEventSender() const | Urho3D::Object | |
| GetExistingResource(StringHash type, const String &name) | Urho3D::ResourceCache | |
| GetExistingResource(const String &name) | Urho3D::ResourceCache | |
| GetFile(const String &name, bool sendEventOnFailure=true) | Urho3D::ResourceCache | |
| GetFinishBackgroundResourcesMs() const | Urho3D::ResourceCache | inline |
| GetGlobalVar(StringHash key) const | Urho3D::Object | |
| GetGlobalVars() const | Urho3D::Object | |
| GetMemoryBudget(StringHash type) const | Urho3D::ResourceCache | |
| GetMemoryUse(StringHash type) const | Urho3D::ResourceCache | |
| GetNumBackgroundLoadResources() const | Urho3D::ResourceCache | |
| GetPackageFiles() const | Urho3D::ResourceCache | inline |
| GetPreferredResourceDir(const String &path) const | Urho3D::ResourceCache | |
| GetResource(StringHash type, const String &name, bool sendEventOnFailure=true) | Urho3D::ResourceCache | |
| GetResource(const String &name, bool sendEventOnFailure=true) | Urho3D::ResourceCache | |
| GetResourceDirs() const | Urho3D::ResourceCache | inline |
| GetResourceFileName(const String &name) const | Urho3D::ResourceCache | |
| GetResourceRouter(unsigned index) const | Urho3D::ResourceCache | |
| GetResources(PODVector< Resource * > &result, StringHash type) const | Urho3D::ResourceCache | |
| GetResources(PODVector< T * > &result) const | Urho3D::ResourceCache | |
| GetReturnFailedResources() const | Urho3D::ResourceCache | inline |
| GetSearchPackagesFirst() const | Urho3D::ResourceCache | inline |
| GetSubsystem(StringHash type) const | Urho3D::Object | |
| GetSubsystem() const | Urho3D::Object | |
| GetTempResource(StringHash type, const String &name, bool sendEventOnFailure=true) | Urho3D::ResourceCache | |
| GetTempResource(const String &name, bool sendEventOnFailure=true) | Urho3D::ResourceCache | |
| GetTotalMemoryUse() const | Urho3D::ResourceCache | |
| GetType() const =0 | Urho3D::Object | pure virtual |
| GetTypeInfo() const =0 | Urho3D::Object | pure virtual |
| GetTypeInfoStatic() | Urho3D::Object | inlinestatic |
| GetTypeName() const =0 | Urho3D::Object | pure virtual |
| HandleBeginFrame(StringHash eventType, VariantMap &eventData) | Urho3D::ResourceCache | private |
| HasEventHandlers() const | Urho3D::Object | inline |
| HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
| HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
| IsInstanceOf(StringHash type) const | Urho3D::Object | |
| IsInstanceOf(const TypeInfo *typeInfo) const | Urho3D::Object | |
| IsInstanceOf() const | Urho3D::Object | inline |
| isRouting_ | Urho3D::ResourceCache | mutableprivate |
| Object(Context *context) | Urho3D::Object | explicit |
| OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
| operator=(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
| packages_ | Urho3D::ResourceCache | private |
| PrintMemoryUsage() const | Urho3D::ResourceCache | |
| refCount_ | Urho3D::RefCounted | private |
| RefCounted() | Urho3D::RefCounted | |
| RefCounted(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
| RefCountPtr() | Urho3D::RefCounted | inline |
| Refs() const | Urho3D::RefCounted | |
| ReleaseAllResources(bool force=false) | Urho3D::ResourceCache | |
| ReleasePackageResources(PackageFile *package, bool force=false) | Urho3D::ResourceCache | private |
| ReleaseRef() | Urho3D::RefCounted | |
| ReleaseResource(StringHash type, const String &name, bool force=false) | Urho3D::ResourceCache | |
| ReleaseResource(const String &name, bool force=false) | Urho3D::ResourceCache | |
| ReleaseResources(StringHash type, bool force=false) | Urho3D::ResourceCache | |
| ReleaseResources(StringHash type, const String &partialName, bool force=false) | Urho3D::ResourceCache | |
| ReleaseResources(const String &partialName, bool force=false) | Urho3D::ResourceCache | |
| ReloadResource(Resource *resource) | Urho3D::ResourceCache | |
| ReloadResourceWithDependencies(const String &fileName) | Urho3D::ResourceCache | |
| RemoveEventSender(Object *sender) | Urho3D::Object | private |
| RemovePackageFile(PackageFile *package, bool releaseResources=true, bool forceRelease=false) | Urho3D::ResourceCache | |
| RemovePackageFile(const String &fileName, bool releaseResources=true, bool forceRelease=false) | Urho3D::ResourceCache | |
| RemoveResourceDir(const String &pathName) | Urho3D::ResourceCache | |
| RemoveResourceRouter(ResourceRouter *router) | Urho3D::ResourceCache | |
| ResetDependencies(Resource *resource) | Urho3D::ResourceCache | |
| ResourceCache(Context *context) | Urho3D::ResourceCache | explicit |
| resourceDirs_ | Urho3D::ResourceCache | private |
| resourceGroups_ | Urho3D::ResourceCache | private |
| resourceMutex_ | Urho3D::ResourceCache | mutableprivate |
| resourceRouters_ | Urho3D::ResourceCache | private |
| returnFailedResources_ | Urho3D::ResourceCache | private |
| SanitateResourceDirName(const String &name) const | Urho3D::ResourceCache | |
| SanitateResourceName(const String &name) const | Urho3D::ResourceCache | |
| SearchPackages(const String &name) | Urho3D::ResourceCache | private |
| searchPackagesFirst_ | Urho3D::ResourceCache | private |
| SearchResourceDirs(const String &name) | Urho3D::ResourceCache | private |
| SendEvent(StringHash eventType) | Urho3D::Object | |
| SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
| SendEvent(StringHash eventType, Args... args) | Urho3D::Object | inline |
| SetAutoReloadResources(bool enable) | Urho3D::ResourceCache | |
| SetBlockEvents(bool block) | Urho3D::Object | inline |
| SetFinishBackgroundResourcesMs(int ms) | Urho3D::ResourceCache | inline |
| SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
| SetMemoryBudget(StringHash type, unsigned long long budget) | Urho3D::ResourceCache | |
| SetReturnFailedResources(bool enable) | Urho3D::ResourceCache | inline |
| SetSearchPackagesFirst(bool value) | Urho3D::ResourceCache | inline |
| StoreResourceDependency(Resource *resource, const String &dependency) | Urho3D::ResourceCache | |
| SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
| SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
| SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
| SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
| UnsubscribeFromAllEvents() | Urho3D::Object | |
| UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
| UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
| UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
| UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
| UpdateResourceGroup(StringHash type) | Urho3D::ResourceCache | private |
| URHO3D_OBJECT(ResourceCache, Object) (defined in Urho3D::ResourceCache) | Urho3D::ResourceCache | private |
| WeakRefs() const | Urho3D::RefCounted | |
| ~Object() override | Urho3D::Object | |
| ~RefCounted() | Urho3D::RefCounted | virtual |
| ~ResourceCache() override | Urho3D::ResourceCache | |