Rebel Fork Framework
Urho3D::FileSystem Member List

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

AddRef()Urho3D::RefCounted
allowedPaths_Urho3D::FileSystemprivate
asyncExecQueue_Urho3D::FileSystemprivate
blockEvents_Urho3D::Objectprivate
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
CheckAccess(const ea::string &pathName) constUrho3D::FileSystem
context_Urho3D::Objectprotected
Copy(const ea::string &srcFileName, const ea::string &destFileName)Urho3D::FileSystem
CopyDir(const ea::string &directoryIn, const ea::string &directoryOut, StringVector *copiedFiles=nullptr)Urho3D::FileSystem
CreateDir(const ea::string &pathName)Urho3D::FileSystem
CreateDirs(const ea::string &root, const ea::string &subdirectory)Urho3D::FileSystem
CreateDirsRecursive(const ea::string &directoryIn)Urho3D::FileSystem
Delete(const ea::string &fileName)Urho3D::FileSystem
DirExists(const ea::string &pathName) constUrho3D::FileSystem
EraseEventHandler(ea::intrusive_list< EventHandler >::iterator handlerIter)Urho3D::Objectprivate
eventHandlers_Urho3D::Objectprivate
executeConsoleCommands_Urho3D::FileSystemprivate
Exists(const ea::string &pathName) constUrho3D::FileSysteminline
FileExists(const ea::string &fileName) constUrho3D::FileSystem
FileSystem(Context *context)Urho3D::FileSystemexplicit
FindEventHandler(StringHash eventType)Urho3D::Objectprivate
FindEventHandler(StringHash eventType) constUrho3D::Objectinlineprivate
FindResourcePrefixPath() constUrho3D::FileSystem
FindSpecificEventHandler(Object *sender)Urho3D::Objectprivate
FindSpecificEventHandler(Object *sender) constUrho3D::Objectinlineprivate
FindSpecificEventHandler(Object *sender, StringHash eventType)Urho3D::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType) constUrho3D::Objectinlineprivate
GetAppPreferencesDir(const ea::string &org, const ea::string &app) constUrho3D::FileSystem
GetBlockEvents() constUrho3D::Objectinline
GetCategory() constUrho3D::Object
GetContext() constUrho3D::Objectinline
GetCurrentDir() constUrho3D::FileSystem
GetEventDataMap() constUrho3D::Object
GetEventHandler() constUrho3D::Object
GetEventSender() constUrho3D::Object
GetExecuteConsoleCommands() constUrho3D::FileSysteminline
GetGlobalVar(StringHash key) constUrho3D::Object
GetGlobalVars() constUrho3D::Object
GetLastModifiedTime(const ea::string &fileName, bool creationIsModification=false) constUrho3D::FileSystem
GetProgramDir() constUrho3D::FileSystem
GetProgramFileName() constUrho3D::FileSystem
GetSubsystem(StringHash type) constUrho3D::Object
GetSubsystem() constUrho3D::Object
GetSubsystems() constUrho3D::Objectprivate
GetTemporaryDir() constUrho3D::FileSystem
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
GetUserDocumentsDir() constUrho3D::FileSystem
HandleBeginFrame(StringHash eventType, VariantMap &eventData)Urho3D::FileSystemprivate
HandleConsoleCommand(StringHash eventType, VariantMap &eventData)Urho3D::FileSystemprivate
HasEventHandlers() constUrho3D::Objectinline
HasRegisteredPaths() constUrho3D::FileSysteminline
HasScriptObject() constUrho3D::RefCountedinline
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
IsInstanceOf(StringHash type) constUrho3D::Object
IsInstanceOf(const TypeInfo *typeInfo) constUrho3D::Object
IsInstanceOf() constUrho3D::Objectinline
IsScriptStrongRef() constUrho3D::RefCountedinline
nextAsyncExecID_Urho3D::FileSystemprivate
Object(Context *context)Urho3D::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
operator=(const RefCounted &rhs)=deleteUrho3D::RefCounted
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr() constUrho3D::RefCountedinline
Refs() constUrho3D::RefCounted
RegisterPath(const ea::string &pathName)Urho3D::FileSystem
ReleaseRef()Urho3D::RefCounted
RemoveDir(const ea::string &directoryIn, bool recursive)Urho3D::FileSystem
RemoveEventSender(Object *sender)Urho3D::Objectprivate
Rename(const ea::string &srcFileName, const ea::string &destFileName)Urho3D::FileSystem
Reveal(const ea::string &path)Urho3D::FileSystem
ScanDir(ea::vector< ea::string > &result, const ea::string &pathName, const ea::string &filter, ScanFlags flags) constUrho3D::FileSystem
ScanDirInternal(ea::vector< ea::string > &result, ea::string path, const ea::string &startPath, const ea::string &filter, ScanFlags flags) constUrho3D::FileSystemprivate
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
SetCurrentDir(const ea::string &pathName)Urho3D::FileSystem
SetExecuteConsoleCommands(bool enable)Urho3D::FileSystem
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetLastModifiedTime(const ea::string &fileName, FileTime newTime)Urho3D::FileSystem
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
SystemCommand(const ea::string &commandLine, bool redirectStdOutToLog=false)Urho3D::FileSystem
SystemCommandAsync(const ea::string &commandLine)Urho3D::FileSystem
SystemOpen(const ea::string &fileName, const ea::string &mode=EMPTY_STRING)Urho3D::FileSystem
SystemRun(const ea::string &fileName, const ea::vector< ea::string > &arguments, ea::string &output)Urho3D::FileSystem
SystemRun(const ea::string &fileName, const ea::vector< ea::string > &arguments)Urho3D::FileSystem
SystemRunAsync(const ea::string &fileName, const ea::vector< ea::string > &arguments)Urho3D::FileSystem
SystemSpawn(const ea::string &fileName, const ea::vector< ea::string > &arguments)Urho3D::FileSystem
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
URHO3D_OBJECT(FileSystem, Object) (defined in Urho3D::FileSystem)Urho3D::FileSystemprivate
WeakRefs() constUrho3D::RefCounted
~FileSystem() overrideUrho3D::FileSystem
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual