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 String &pathName) constUrho3D::FileSystem
context_Urho3D::Objectprotected
Copy(const String &srcFileName, const String &destFileName)Urho3D::FileSystem
CreateDir(const String &pathName)Urho3D::FileSystem
Delete(const String &fileName)Urho3D::FileSystem
DirExists(const String &pathName) constUrho3D::FileSystem
eventHandlers_Urho3D::Objectprivate
executeConsoleCommands_Urho3D::FileSystemprivate
FileExists(const String &fileName) constUrho3D::FileSystem
FileSystem(Context *context)Urho3D::FileSystemexplicit
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) constUrho3D::Objectprivate
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) constUrho3D::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) constUrho3D::Objectprivate
GetAppPreferencesDir(const String &org, const 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 String &fileName) constUrho3D::FileSystem
GetProgramDir() constUrho3D::FileSystem
GetSubsystem(StringHash type) constUrho3D::Object
GetSubsystem() constUrho3D::Object
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
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
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()Urho3D::RefCountedinline
Refs() constUrho3D::RefCounted
RegisterPath(const String &pathName)Urho3D::FileSystem
ReleaseRef()Urho3D::RefCounted
RemoveEventSender(Object *sender)Urho3D::Objectprivate
Rename(const String &srcFileName, const String &destFileName)Urho3D::FileSystem
ScanDir(Vector< String > &result, const String &pathName, const String &filter, unsigned flags, bool recursive) constUrho3D::FileSystem
ScanDirInternal(Vector< String > &result, String path, const String &startPath, const String &filter, unsigned flags, bool recursive) constUrho3D::FileSystemprivate
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
SendEvent(StringHash eventType, Args... args)Urho3D::Objectinline
SetBlockEvents(bool block)Urho3D::Objectinline
SetCurrentDir(const String &pathName)Urho3D::FileSystem
SetExecuteConsoleCommands(bool enable)Urho3D::FileSystem
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetLastModifiedTime(const String &fileName, unsigned newTime)Urho3D::FileSystem
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
SystemCommand(const String &commandLine, bool redirectStdOutToLog=false)Urho3D::FileSystem
SystemCommandAsync(const String &commandLine)Urho3D::FileSystem
SystemOpen(const String &fileName, const String &mode=String::EMPTY)Urho3D::FileSystem
SystemRun(const String &fileName, const Vector< String > &arguments)Urho3D::FileSystem
SystemRunAsync(const String &fileName, const Vector< String > &arguments)Urho3D::FileSystem
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
URHO3D_OBJECT(FileSystem, Object) (defined in Urho3D::FileSystem)Urho3D::FileSystemprivate
WeakRefs() constUrho3D::RefCounted
~FileSystem() overrideUrho3D::FileSystem
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual