AddRef() | Dviglo::RefCounted | |
blockEvents_ | Dviglo::Object | private |
Cast() | Dviglo::Object | inline |
Cast() const | Dviglo::Object | inline |
Close() | Dviglo::Log | |
context_ | Dviglo::Object | protected |
eventHandlers_ | Dviglo::Object | private |
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 |
GetEventDataMap() const | Dviglo::Object | |
GetEventHandler() const | Dviglo::Object | |
GetEventSender() const | Dviglo::Object | |
GetGlobalVar(StringHash key) const | Dviglo::Object | |
GetGlobalVars() const | Dviglo::Object | |
GetLastMessage() const | Dviglo::Log | inline |
GetLevel() const | Dviglo::Log | inline |
GetSubsystem(StringHash type) const | Dviglo::Object | |
GetSubsystem() const | Dviglo::Object | |
GetTimeStamp() const | Dviglo::Log | inline |
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 |
HandleEndFrame(StringHash eventType, VariantMap &eventData) | Dviglo::Log | private |
HasEventHandlers() const | Dviglo::Object | inline |
HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
inWrite_ | Dviglo::Log | private |
IsInstanceOf(StringHash type) const | Dviglo::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
IsInstanceOf() const | Dviglo::Object | inline |
IsQuiet() const | Dviglo::Log | inline |
lastMessage_ | Dviglo::Log | private |
level_ | Dviglo::Log | private |
Log(Context *context) | Dviglo::Log | explicit |
logFile_ | Dviglo::Log | private |
logMutex_ | Dviglo::Log | private |
Object(Context *context) | Dviglo::Object | explicit |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual |
Open(const String &fileName) | Dviglo::Log | |
operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
quiet_ | Dviglo::Log | 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 |
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 |
SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Object | |
SetLevel(int level) | Dviglo::Log | |
SetQuiet(bool quiet) | Dviglo::Log | |
SetTimeStamp(bool enable) | Dviglo::Log | |
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 | |
threadMessages_ | Dviglo::Log | private |
timeStamp_ | Dviglo::Log | private |
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(Log, Object) (defined in Dviglo::Log) | Dviglo::Log | private |
WeakRefs() const | Dviglo::RefCounted | |
Write(int level, const String &message) | Dviglo::Log | static |
WriteFormat(int level, const char *format,...) | Dviglo::Log | static |
WriteRaw(const String &message, bool error=false) | Dviglo::Log | static |
~Log() override | Dviglo::Log | |
~Object() override | Dviglo::Object | |
~RefCounted() | Dviglo::RefCounted | virtual |