Dry
Dry::Time Member List

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

AddRef()Dry::RefCounted
BeginFrame(float timeStep)Dry::Time
Cast()Dry::Objectinline
Cast() constDry::Objectinline
context_Dry::Objectprotected
DRY_OBJECT(Time, Object) (defined in Dry::Time)Dry::Timeprivate
elapsedTime_Dry::Timeprivate
EndFrame()Dry::Time
frameNumber_Dry::Timeprivate
GetBlockEvents() constDry::Objectinline
GetCategory() constDry::Object
GetContext() constDry::Objectinline
GetElapsedTime()Dry::Time
GetEventDataMap() constDry::Object
GetEventHandler() constDry::Object
GetEventSender() constDry::Object
GetFrameNumber() constDry::Timeinline
GetFramesPerSecond() constDry::Time
GetGlobalVar(StringHash key) constDry::Object
GetGlobalVars() constDry::Object
GetSubsystem(StringHash type) constDry::Object
GetSubsystem() constDry::Object
GetSystemTime()Dry::Timestatic
GetTimerPeriod() constDry::Timeinline
GetTimeSinceEpoch()Dry::Timestatic
GetTimeStamp()Dry::Timestatic
GetTimeStep() constDry::Timeinline
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
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
RefCounted()Dry::RefCounted
RefCounted(const RefCounted &rhs)=deleteDry::RefCounted
RefCountPtr()Dry::RefCountedinline
Refs() constDry::RefCounted
ReleaseRef()Dry::RefCounted
SendEvent(StringHash eventType)Dry::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dry::Object
SendEvent(StringHash eventType, Args... args)Dry::Objectinline
SetBlockEvents(bool block)Dry::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Dry::Object
SetTimerPeriod(unsigned mSec)Dry::Time
Sleep(unsigned mSec)Dry::Timestatic
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
Time(Context *context)Dry::Timeexplicit
timerPeriod_Dry::Timeprivate
timeStep_Dry::Timeprivate
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
~RefCounted()Dry::RefCountedvirtual
~Time() overrideDry::Time