Rebel Fork Framework
Urho3D::VirtualFileSystem Member List

This is the complete list of members for Urho3D::VirtualFileSystem, including all inherited members.

AddRef()Urho3D::RefCounted
aliasMountPoint_Urho3D::VirtualFileSystemprivate
AutomountDir(const ea::string &path)Urho3D::VirtualFileSystem
AutomountDir(const ea::string &scheme, const ea::string &path)Urho3D::VirtualFileSystem
blockEvents_Urho3D::Objectprivate
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
context_Urho3D::Objectprotected
EraseEventHandler(ea::intrusive_list< EventHandler >::iterator handlerIter)Urho3D::Objectprivate
eventHandlers_Urho3D::Objectprivate
Exists(const FileIdentifier &fileName) constUrho3D::VirtualFileSystem
FindEventHandler(StringHash eventType)Urho3D::Objectprivate
FindEventHandler(StringHash eventType) constUrho3D::Objectinlineprivate
FindSpecificEventHandler(Object *sender)Urho3D::Objectprivate
FindSpecificEventHandler(Object *sender) constUrho3D::Objectinlineprivate
FindSpecificEventHandler(Object *sender, StringHash eventType)Urho3D::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType) constUrho3D::Objectinlineprivate
GetAbsoluteNameFromIdentifier(const FileIdentifier &fileName) constUrho3D::VirtualFileSystem
GetBlockEvents() constUrho3D::Objectinline
GetCanonicalIdentifier(const FileIdentifier &fileName) constUrho3D::VirtualFileSystem
GetCategory() constUrho3D::Object
GetContext() constUrho3D::Objectinline
GetEventDataMap() constUrho3D::Object
GetEventHandler() constUrho3D::Object
GetEventSender() constUrho3D::Object
GetGlobalVar(StringHash key) constUrho3D::Object
GetGlobalVars() constUrho3D::Object
GetIdentifierFromAbsoluteName(const ea::string &absoluteFileName) constUrho3D::VirtualFileSystem
GetIdentifierFromAbsoluteName(const ea::string &scheme, const ea::string &absoluteFileName) constUrho3D::VirtualFileSystem
GetLastModifiedTime(const FileIdentifier &fileName, bool creationIsModification) constUrho3D::VirtualFileSystem
GetMountPoint(unsigned index) constUrho3D::VirtualFileSystem
GetOrCreateAliasRoot()Urho3D::VirtualFileSystemprivate
GetSubsystem(StringHash type) constUrho3D::Object
GetSubsystem() constUrho3D::Object
GetSubsystems() constUrho3D::Objectprivate
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
HasEventHandlers() constUrho3D::Objectinline
HasScriptObject() constUrho3D::RefCountedinline
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
IsInstanceOf(StringHash type) const =0Urho3D::Objectpure virtual
IsInstanceOf() constUrho3D::Objectinline
IsScriptStrongRef() constUrho3D::RefCountedinline
IsWatching() constUrho3D::VirtualFileSysteminline
isWatching_Urho3D::VirtualFileSystemprivate
Mount(MountPoint *mountPoint)Urho3D::VirtualFileSystem
MountAlias(const ea::string &alias, MountPoint *mountPoint, const ea::string &scheme=EMPTY_STRING)Urho3D::VirtualFileSystem
MountAliasRoot()Urho3D::VirtualFileSystem
MountDir(const ea::string &path)Urho3D::VirtualFileSystem
MountDir(const ea::string &scheme, const ea::string &path)Urho3D::VirtualFileSystem
MountExistingDirectoriesOrPackages(const StringVector &prefixPaths, const StringVector &relativePaths)Urho3D::VirtualFileSystem
MountExistingPackages(const StringVector &prefixPaths, const StringVector &relativePaths)Urho3D::VirtualFileSystem
mountMutex_Urho3D::VirtualFileSystemmutableprivate
MountPackageFile(const ea::string &path)Urho3D::VirtualFileSystem
mountPoints_Urho3D::VirtualFileSystemprivate
MountRoot()Urho3D::VirtualFileSystem
NumMountPoints() constUrho3D::VirtualFileSysteminline
Object(Context *context)Urho3D::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
OpenFile(const FileIdentifier &fileName, FileMode mode) constUrho3D::VirtualFileSystem
operator=(const RefCounted &rhs)=deleteUrho3D::RefCounted
ReadAllText(const FileIdentifier &fileName) constUrho3D::VirtualFileSystem
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr() constUrho3D::RefCountedinline
Refs() constUrho3D::RefCounted
ReleaseRef()Urho3D::RefCounted
RemoveEventSender(Object *sender)Urho3D::Objectprivate
Scan(ea::vector< ea::string > &result, const ea::string &scheme, const ea::string &pathName, const ea::string &filter, ScanFlags flags) constUrho3D::VirtualFileSystem
Scan(ea::vector< ea::string > &result, const FileIdentifier &pathName, const ea::string &filter, ScanFlags flags) const (defined in Urho3D::VirtualFileSystem)Urho3D::VirtualFileSystem
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
SendEvent(StringHash eventType, const Args &... args)Urho3D::Objectinline
SendEvent(StringHash eventType, const VariantMap &eventData)Urho3D::Object
SerializeInBlock(Archive &archive)Urho3D::Objectvirtual
SetBlockEvents(bool block)Urho3D::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetWatching(bool enable)Urho3D::VirtualFileSystem
SubscribeToEvent(StringHash eventType, T handler)Urho3D::Objectinline
SubscribeToEvent(Object *sender, StringHash eventType, T handler)Urho3D::Objectinline
SubscribeToEventManual(StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEventManual(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object
TypeHierarchyUrho3D::Objectinlinestatic
Unmount(MountPoint *mountPoint)Urho3D::VirtualFileSystem
UnmountAll()Urho3D::VirtualFileSystem
UnsubscribeFromAllEvents()Urho3D::Object
UnsubscribeFromAllEventsExcept(const ea::vector< StringHash > &exceptions)Urho3D::Object
UnsubscribeFromAllEventsExcept(const ea::vector< Object * > &exceptions)Urho3D::Object
UnsubscribeFromEvent(StringHash eventType)Urho3D::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Urho3D::Object
UnsubscribeFromEvents(Object *sender)Urho3D::Object
VirtualFileSystem(Context *context)Urho3D::VirtualFileSystemexplicit
WeakRefs() constUrho3D::RefCounted
WriteAllText(const FileIdentifier &fileName, const ea::string &text) constUrho3D::VirtualFileSystem
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual
~VirtualFileSystem() overrideUrho3D::VirtualFileSystem