Urho3D
Dviglo::FileSystem Member List

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

AddRef()Dviglo::RefCounted
allowedPaths_Dviglo::FileSystemprivate
asyncExecQueue_Dviglo::FileSystemprivate
blockEvents_Dviglo::Objectprivate
Cast()Dviglo::Objectinline
Cast() constDviglo::Objectinline
CheckAccess(const String &pathName) constDviglo::FileSystem
context_Dviglo::Objectprotected
Copy(const String &srcFileName, const String &destFileName)Dviglo::FileSystem
CreateDir(const String &pathName)Dviglo::FileSystem
Delete(const String &fileName)Dviglo::FileSystem
DirExists(const String &pathName) constDviglo::FileSystem
eventHandlers_Dviglo::Objectprivate
executeConsoleCommands_Dviglo::FileSystemprivate
FileExists(const String &fileName) constDviglo::FileSystem
FileSystem(Context *context)Dviglo::FileSystemexplicit
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
GetAppPreferencesDir(const String &org, const String &app) constDviglo::FileSystem
GetBlockEvents() constDviglo::Objectinline
GetCategory() constDviglo::Object
GetContext() constDviglo::Objectinline
GetCurrentDir() constDviglo::FileSystem
GetEventDataMap() constDviglo::Object
GetEventHandler() constDviglo::Object
GetEventSender() constDviglo::Object
GetExecuteConsoleCommands() constDviglo::FileSysteminline
GetGlobalVar(StringHash key) constDviglo::Object
GetGlobalVars() constDviglo::Object
GetLastModifiedTime(const String &fileName) constDviglo::FileSystem
GetProgramDir() constDviglo::FileSystem
GetSubsystem(StringHash type) constDviglo::Object
GetSubsystem() constDviglo::Object
GetTemporaryDir() constDviglo::FileSystem
GetType() const =0Dviglo::Objectpure virtual
GetTypeInfo() const =0Dviglo::Objectpure virtual
GetTypeInfoStatic()Dviglo::Objectinlinestatic
GetTypeName() const =0Dviglo::Objectpure virtual
GetUserDocumentsDir() constDviglo::FileSystem
HandleBeginFrame(StringHash eventType, VariantMap &eventData)Dviglo::FileSystemprivate
HandleConsoleCommand(StringHash eventType, VariantMap &eventData)Dviglo::FileSystemprivate
HasEventHandlers() constDviglo::Objectinline
HasRegisteredPaths() constDviglo::FileSysteminline
HasSubscribedToEvent(StringHash eventType) constDviglo::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDviglo::Object
IsInstanceOf(StringHash type) constDviglo::Object
IsInstanceOf(const TypeInfo *typeInfo) constDviglo::Object
IsInstanceOf() constDviglo::Objectinline
nextAsyncExecID_Dviglo::FileSystemprivate
Object(Context *context)Dviglo::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dviglo::Objectvirtual
operator=(const RefCounted &rhs)=deleteDviglo::RefCounted
refCount_Dviglo::RefCountedprivate
RefCounted()Dviglo::RefCounted
RefCounted(const RefCounted &rhs)=deleteDviglo::RefCounted
RefCountPtr()Dviglo::RefCountedinline
Refs() constDviglo::RefCounted
RegisterPath(const String &pathName)Dviglo::FileSystem
ReleaseRef()Dviglo::RefCounted
RemoveEventSender(Object *sender)Dviglo::Objectprivate
Rename(const String &srcFileName, const String &destFileName)Dviglo::FileSystem
ScanDir(Vector< String > &result, const String &pathName, const String &filter, unsigned flags, bool recursive) constDviglo::FileSystem
ScanDirInternal(Vector< String > &result, String path, const String &startPath, const String &filter, unsigned flags, bool recursive) constDviglo::FileSystemprivate
SendEvent(StringHash eventType)Dviglo::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dviglo::Object
SendEvent(StringHash eventType, Args... args)Dviglo::Objectinline
SetBlockEvents(bool block)Dviglo::Objectinline
SetCurrentDir(const String &pathName)Dviglo::FileSystem
SetExecuteConsoleCommands(bool enable)Dviglo::FileSystem
SetGlobalVar(StringHash key, const Variant &value)Dviglo::Object
SetLastModifiedTime(const String &fileName, unsigned newTime)Dviglo::FileSystem
SubscribeToEvent(StringHash eventType, EventHandler *handler)Dviglo::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Dviglo::Object
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dviglo::Object
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dviglo::Object
SystemCommand(const String &commandLine, bool redirectStdOutToLog=false)Dviglo::FileSystem
SystemCommandAsync(const String &commandLine)Dviglo::FileSystem
SystemOpen(const String &fileName, const String &mode=String::EMPTY)Dviglo::FileSystem
SystemRun(const String &fileName, const Vector< String > &arguments)Dviglo::FileSystem
SystemRunAsync(const String &fileName, const Vector< String > &arguments)Dviglo::FileSystem
UnsubscribeFromAllEvents()Dviglo::Object
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData)Dviglo::Object
UnsubscribeFromEvent(StringHash eventType)Dviglo::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Dviglo::Object
UnsubscribeFromEvents(Object *sender)Dviglo::Object
URHO3D_OBJECT(FileSystem, Object) (defined in Dviglo::FileSystem)Dviglo::FileSystemprivate
WeakRefs() constDviglo::RefCounted
~FileSystem() overrideDviglo::FileSystem
~Object() overrideDviglo::Object
~RefCounted()Dviglo::RefCountedvirtual