Dry
Dry::EventProfiler Member List

This is the complete list of members for Dry::EventProfiler, including all inherited members.

activeDry::EventProfilerprivatestatic
AddRef()Dry::RefCounted
BeginBlock(StringHash eventID)Dry::EventProfilerinline
Dry::Profiler::BeginBlock(const char *name)Dry::Profilerinline
BeginFrame()Dry::Profiler
BeginInterval()Dry::Profiler
Cast()Dry::Objectinline
Cast() constDry::Objectinline
context_Dry::Objectprotected
current_Dry::Profilerprotected
DRY_OBJECT(EventProfiler, Profiler) (defined in Dry::EventProfiler)Dry::EventProfilerprivate
EndBlock()Dry::Profilerinline
EndFrame()Dry::Profiler
EventProfiler(Context *context)Dry::EventProfilerexplicit
GetBlockEvents() constDry::Objectinline
GetCategory() constDry::Object
GetContext() constDry::Objectinline
GetCurrentBlock()Dry::Profilerinline
GetEventDataMap() constDry::Object
GetEventHandler() constDry::Object
GetEventSender() constDry::Object
GetGlobalVar(StringHash key) constDry::Object
GetGlobalVars() constDry::Object
GetRootBlock()Dry::Profilerinline
GetSubsystem(StringHash type) constDry::Object
GetSubsystem() constDry::Object
GetType() const =0Dry::Objectpure virtual
GetTypeInfo() const =0Dry::Objectpure virtual
GetTypeInfoStatic()Dry::Objectinlinestatic
GetTypeName() const =0Dry::Objectpure virtual
HasEventHandlers() constDry::Objectinline
HasSubscribedToEvent(StringHash eventType) constDry::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDry::Object
intervalFrames_Dry::Profilerprotected
IsActive()Dry::EventProfilerinlinestatic
IsInstanceOf(StringHash type) constDry::Object
IsInstanceOf(const TypeInfo *typeInfo) constDry::Object
IsInstanceOf() constDry::Objectinline
Object(Context *context)Dry::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dry::Objectvirtual
operator=(const RefCounted &rhs)=deleteDry::RefCounted
PrintData(bool showUnused=false, bool showTotal=false, unsigned maxDepth=M_MAX_UNSIGNED) constDry::Profiler
PrintData(ProfilerBlock *block, String &output, unsigned depth, unsigned maxDepth, bool showUnused, bool showTotal) constDry::Profilerprotected
Profiler(Context *context)Dry::Profilerexplicit
RefCounted()Dry::RefCounted
RefCounted(const RefCounted &rhs)=deleteDry::RefCounted
RefCountPtr()Dry::RefCountedinline
Refs() constDry::RefCounted
ReleaseRef()Dry::RefCounted
root_Dry::Profilerprotected
SendEvent(StringHash eventType)Dry::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dry::Object
SendEvent(StringHash eventType, Args... args)Dry::Objectinline
SetActive(bool newActive)Dry::EventProfilerinlinestatic
SetBlockEvents(bool block)Dry::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Dry::Object
SubscribeToEvent(StringHash eventType, EventHandler *handler)Dry::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Dry::Object
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dry::Object
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dry::Object
UnsubscribeFromAllEvents()Dry::Object
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData)Dry::Object
UnsubscribeFromEvent(StringHash eventType)Dry::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Dry::Object
UnsubscribeFromEvents(Object *sender)Dry::Object
WeakRefs() constDry::RefCounted
~Object() overrideDry::Object
~Profiler() overrideDry::Profiler
~RefCounted()Dry::RefCountedvirtual