This is the complete list of members for Urho3D::FileWatcher, including all inherited members.
AddChange(const String &fileName) | Urho3D::FileWatcher | |
AddRef() | Urho3D::RefCounted | |
changes_ | Urho3D::FileWatcher | private |
changesMutex_ | Urho3D::FileWatcher | private |
context_ | Urho3D::Object | protected |
delay_ | Urho3D::FileWatcher | private |
fileSystem_ | Urho3D::FileWatcher | private |
FileWatcher(Context *context) | Urho3D::FileWatcher | |
GetBaseType() const =0 | Urho3D::Object | pure virtual |
GetCategory() const | Urho3D::Object | |
GetContext() const | Urho3D::Object | inline |
GetCurrentThreadID() | Urho3D::Thread | static |
GetDelay() const | Urho3D::FileWatcher | inline |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetNextChange(String &dest) | Urho3D::FileWatcher | |
GetPath() const | Urho3D::FileWatcher | inline |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
handle_ | Urho3D::Thread | protected |
HasEventHandlers() const | Urho3D::Object | inline |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
IsMainThread() | Urho3D::Thread | static |
IsStarted() const | Urho3D::Thread | inline |
mainThreadID | Urho3D::Thread | protectedstatic |
Object(Context *context) | Urho3D::Object | |
OBJECT(FileWatcher) (defined in Urho3D::FileWatcher) | Urho3D::FileWatcher | private |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
path_ | Urho3D::FileWatcher | private |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
ReleaseRef() | Urho3D::RefCounted | |
Run() | Urho3D::Thread | |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SetDelay(float interval) | Urho3D::FileWatcher | |
SetMainThread() | Urho3D::Thread | static |
SetPriority(int priority) | Urho3D::Thread | |
shouldRun_ | Urho3D::Thread | protected |
StartWatching(const String &pathName, bool watchSubDirs) | Urho3D::FileWatcher | |
Stop() | Urho3D::Thread | |
StopWatching() | Urho3D::FileWatcher | |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
Thread() | Urho3D::Thread | |
ThreadFunction() | Urho3D::FileWatcher | virtual |
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 | |
watchSubDirs_ | Urho3D::FileWatcher | private |
WeakRefs() const | Urho3D::RefCounted | |
~FileWatcher() | Urho3D::FileWatcher | virtual |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |
~Thread() | Urho3D::Thread | virtual |