|
Urho3D
|
This is the complete list of members for Dviglo::FileSystem, including all inherited members.
| AddRef() | Dviglo::RefCounted | |
| allowedPaths_ | Dviglo::FileSystem | private |
| asyncExecQueue_ | Dviglo::FileSystem | private |
| blockEvents_ | Dviglo::Object | private |
| Cast() | Dviglo::Object | inline |
| Cast() const | Dviglo::Object | inline |
| CheckAccess(const String &pathName) const | Dviglo::FileSystem | |
| context_ | Dviglo::Object | protected |
| 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) const | Dviglo::FileSystem | |
| eventHandlers_ | Dviglo::Object | private |
| executeConsoleCommands_ | Dviglo::FileSystem | private |
| FileExists(const String &fileName) const | Dviglo::FileSystem | |
| FileSystem(Context *context) | Dviglo::FileSystem | explicit |
| FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| GetAppPreferencesDir(const String &org, const String &app) const | Dviglo::FileSystem | |
| GetBlockEvents() const | Dviglo::Object | inline |
| GetCategory() const | Dviglo::Object | |
| GetContext() const | Dviglo::Object | inline |
| GetCurrentDir() const | Dviglo::FileSystem | |
| GetEventDataMap() const | Dviglo::Object | |
| GetEventHandler() const | Dviglo::Object | |
| GetEventSender() const | Dviglo::Object | |
| GetExecuteConsoleCommands() const | Dviglo::FileSystem | inline |
| GetGlobalVar(StringHash key) const | Dviglo::Object | |
| GetGlobalVars() const | Dviglo::Object | |
| GetLastModifiedTime(const String &fileName) const | Dviglo::FileSystem | |
| GetProgramDir() const | Dviglo::FileSystem | |
| GetSubsystem(StringHash type) const | Dviglo::Object | |
| GetSubsystem() const | Dviglo::Object | |
| GetTemporaryDir() const | Dviglo::FileSystem | |
| GetType() const =0 | Dviglo::Object | pure virtual |
| GetTypeInfo() const =0 | Dviglo::Object | pure virtual |
| GetTypeInfoStatic() | Dviglo::Object | inlinestatic |
| GetTypeName() const =0 | Dviglo::Object | pure virtual |
| GetUserDocumentsDir() const | Dviglo::FileSystem | |
| HandleBeginFrame(StringHash eventType, VariantMap &eventData) | Dviglo::FileSystem | private |
| HandleConsoleCommand(StringHash eventType, VariantMap &eventData) | Dviglo::FileSystem | private |
| HasEventHandlers() const | Dviglo::Object | inline |
| HasRegisteredPaths() const | Dviglo::FileSystem | inline |
| HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
| HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
| IsInstanceOf(StringHash type) const | Dviglo::Object | |
| IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
| IsInstanceOf() const | Dviglo::Object | inline |
| nextAsyncExecID_ | Dviglo::FileSystem | private |
| Object(Context *context) | Dviglo::Object | explicit |
| OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual |
| operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| refCount_ | Dviglo::RefCounted | private |
| RefCounted() | Dviglo::RefCounted | |
| RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| RefCountPtr() | Dviglo::RefCounted | inline |
| Refs() const | Dviglo::RefCounted | |
| RegisterPath(const String &pathName) | Dviglo::FileSystem | |
| ReleaseRef() | Dviglo::RefCounted | |
| RemoveEventSender(Object *sender) | Dviglo::Object | private |
| Rename(const String &srcFileName, const String &destFileName) | Dviglo::FileSystem | |
| ScanDir(Vector< String > &result, const String &pathName, const String &filter, unsigned flags, bool recursive) const | Dviglo::FileSystem | |
| ScanDirInternal(Vector< String > &result, String path, const String &startPath, const String &filter, unsigned flags, bool recursive) const | Dviglo::FileSystem | private |
| SendEvent(StringHash eventType) | Dviglo::Object | |
| SendEvent(StringHash eventType, VariantMap &eventData) | Dviglo::Object | |
| SendEvent(StringHash eventType, Args... args) | Dviglo::Object | inline |
| SetBlockEvents(bool block) | Dviglo::Object | inline |
| 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::FileSystem | private |
| WeakRefs() const | Dviglo::RefCounted | |
| ~FileSystem() override | Dviglo::FileSystem | |
| ~Object() override | Dviglo::Object | |
| ~RefCounted() | Dviglo::RefCounted | virtual |
1.8.17