AddManualResource(Resource *resource) | Urho3D::ResourceCache | |
AddPackageFile(PackageFile *package, bool addAsFirst=false) | Urho3D::ResourceCache | |
AddRef() | Urho3D::RefCounted | |
AddResourceDir(const String &pathName) | Urho3D::ResourceCache | |
autoReloadResources_ | Urho3D::ResourceCache | private |
context_ | Urho3D::Object | protected |
Exists(const String &name) const | Urho3D::ResourceCache | |
Exists(StringHash nameHash) const | Urho3D::ResourceCache | |
fileWatchers_ | Urho3D::ResourceCache | private |
FindResource(ShortStringHash type, StringHash nameHash) | Urho3D::ResourceCache | private |
GetAllResources() const | Urho3D::ResourceCache | inline |
GetAutoReloadResources() const | Urho3D::ResourceCache | inline |
GetContext() const | Urho3D::Object | inline |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetFile(const String &name) | Urho3D::ResourceCache | |
GetMemoryBudget(ShortStringHash type) const | Urho3D::ResourceCache | |
GetMemoryUse(ShortStringHash type) const | Urho3D::ResourceCache | |
GetPackageFiles() const | Urho3D::ResourceCache | inline |
GetPreferredResourceDir(const String &path) const | Urho3D::ResourceCache | |
GetResource(ShortStringHash type, const String &name) | Urho3D::ResourceCache | |
GetResource(ShortStringHash type, StringHash nameHash) | Urho3D::ResourceCache | |
GetResource(const String &name) | Urho3D::ResourceCache | |
GetResource(StringHash nameHash) | Urho3D::ResourceCache | |
GetResourceDirs() const | Urho3D::ResourceCache | inline |
GetResourceFileName(const String &name) const | Urho3D::ResourceCache | |
GetResourceName(StringHash nameHash) const | Urho3D::ResourceCache | |
GetResources(PODVector< Resource * > &result, ShortStringHash type) const | Urho3D::ResourceCache | |
GetResources(PODVector< T * > &result) const | Urho3D::ResourceCache | |
GetSubsystem(ShortStringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetTotalMemoryUse() const | Urho3D::ResourceCache | |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
HandleBeginFrame(StringHash eventType, VariantMap &eventData) | Urho3D::ResourceCache | private |
hashToName_ | Urho3D::ResourceCache | private |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
Object(Context *context) | Urho3D::Object | |
OBJECT(ResourceCache) (defined in Urho3D::ResourceCache) | Urho3D::ResourceCache | private |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
packages_ | Urho3D::ResourceCache | private |
RefCounted() | 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(ShortStringHash type, const String &name, bool force=false) | Urho3D::ResourceCache | |
ReleaseResource(ShortStringHash type, StringHash nameHash, bool force=false) | Urho3D::ResourceCache | |
ReleaseResources(ShortStringHash type, bool force=false) | Urho3D::ResourceCache | |
ReleaseResources(ShortStringHash type, const String &partialName, bool force=false) | Urho3D::ResourceCache | |
ReloadResource(Resource *resource) | Urho3D::ResourceCache | |
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 | |
ResourceCache(Context *context) | Urho3D::ResourceCache | |
resourceDirs_ | Urho3D::ResourceCache | private |
resourceGroups_ | Urho3D::ResourceCache | private |
SanitateResourceName(const String &name) const | Urho3D::ResourceCache | |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SetAutoReloadResources(bool enable) | Urho3D::ResourceCache | |
SetMemoryBudget(ShortStringHash type, unsigned budget) | Urho3D::ResourceCache | |
StoreNameHash(const String &name) | Urho3D::ResourceCache | |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | 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(ShortStringHash type) | Urho3D::ResourceCache | private |
WeakRefs() const | Urho3D::RefCounted | |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |
~ResourceCache() | Urho3D::ResourceCache | virtual |