| AddChange(const String &fileName) | Dviglo::FileWatcher | |
| AddRef() | Dviglo::RefCounted | |
| blockEvents_ | Dviglo::Object | private |
| Cast() | Dviglo::Object | inline |
| Cast() const | Dviglo::Object | inline |
| changes_ | Dviglo::FileWatcher | private |
| changesMutex_ | Dviglo::FileWatcher | private |
| context_ | Dviglo::Object | protected |
| delay_ | Dviglo::FileWatcher | private |
| eventHandlers_ | Dviglo::Object | private |
| fileSystem_ | Dviglo::FileWatcher | private |
| FileWatcher(Context *context) | Dviglo::FileWatcher | 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 |
| GetBlockEvents() const | Dviglo::Object | inline |
| GetCategory() const | Dviglo::Object | |
| GetContext() const | Dviglo::Object | inline |
| GetCurrentThreadID() | Dviglo::Thread | static |
| GetDelay() const | Dviglo::FileWatcher | inline |
| GetEventDataMap() const | Dviglo::Object | |
| GetEventHandler() const | Dviglo::Object | |
| GetEventSender() const | Dviglo::Object | |
| GetGlobalVar(StringHash key) const | Dviglo::Object | |
| GetGlobalVars() const | Dviglo::Object | |
| GetNextChange(String &dest) | Dviglo::FileWatcher | |
| GetPath() const | Dviglo::FileWatcher | inline |
| GetSubsystem(StringHash type) const | Dviglo::Object | |
| GetSubsystem() const | Dviglo::Object | |
| 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 |
| handle_ | Dviglo::Thread | protected |
| HasEventHandlers() const | Dviglo::Object | 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 |
| IsMainThread() | Dviglo::Thread | static |
| IsStarted() const | Dviglo::Thread | inline |
| mainThreadID | Dviglo::Thread | protectedstatic |
| Object(Context *context) | Dviglo::Object | explicit |
| OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual |
| operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| path_ | Dviglo::FileWatcher | private |
| refCount_ | Dviglo::RefCounted | private |
| RefCounted() | Dviglo::RefCounted | |
| RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| RefCountPtr() | Dviglo::RefCounted | inline |
| Refs() const | Dviglo::RefCounted | |
| ReleaseRef() | Dviglo::RefCounted | |
| RemoveEventSender(Object *sender) | Dviglo::Object | private |
| Run() | Dviglo::Thread | |
| 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 |
| SetDelay(float interval) | Dviglo::FileWatcher | |
| SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Object | |
| SetMainThread() | Dviglo::Thread | static |
| SetPriority(int priority) | Dviglo::Thread | |
| shouldRun_ | Dviglo::Thread | protected |
| StartWatching(const String &pathName, bool watchSubDirs) | Dviglo::FileWatcher | |
| Stop() | Dviglo::Thread | |
| StopWatching() | Dviglo::FileWatcher | |
| 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 | |
| Thread() | Dviglo::Thread | |
| ThreadFunction() override | Dviglo::FileWatcher | virtual |
| 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(FileWatcher, Object) (defined in Dviglo::FileWatcher) | Dviglo::FileWatcher | private |
| watchSubDirs_ | Dviglo::FileWatcher | private |
| WeakRefs() const | Dviglo::RefCounted | |
| ~FileWatcher() override | Dviglo::FileWatcher | |
| ~Object() override | Dviglo::Object | |
| ~RefCounted() | Dviglo::RefCounted | virtual |
| ~Thread() | Dviglo::Thread | virtual |