Urho3D
Dviglo::Engine Member List

This is the complete list of members for Dviglo::Engine, including all inherited members.

AddRef()Dviglo::RefCounted
ApplyFrameLimit()Dviglo::Engine
audioPaused_Dviglo::Engineprivate
autoExit_Dviglo::Engineprivate
blockEvents_Dviglo::Objectprivate
Cast()Dviglo::Objectinline
Cast() constDviglo::Objectinline
context_Dviglo::Objectprotected
CreateConsole()Dviglo::Engine
CreateDebugHud()Dviglo::Engine
DoExit()Dviglo::Engineprivate
DumpMemory()Dviglo::Engine
DumpProfiler()Dviglo::Engine
DumpResources(bool dumpFileName=false)Dviglo::Engine
Engine(Context *context)Dviglo::Engineexplicit
eventHandlers_Dviglo::Objectprivate
Exit()Dviglo::Engine
exiting_Dviglo::Engineprivate
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
frameTimer_Dviglo::Engineprivate
GetAutoExit() constDviglo::Engineinline
GetBlockEvents() constDviglo::Objectinline
GetCategory() constDviglo::Object
GetContext() constDviglo::Objectinline
GetEventDataMap() constDviglo::Object
GetEventHandler() constDviglo::Object
GetEventSender() constDviglo::Object
GetGlobalVar(StringHash key) constDviglo::Object
GetGlobalVars() constDviglo::Object
GetMaxFps() constDviglo::Engineinline
GetMaxInactiveFps() constDviglo::Engineinline
GetMinFps() constDviglo::Engineinline
GetNextTimeStep() constDviglo::Engineinline
GetParameter(const VariantMap &parameters, const String &parameter, const Variant &defaultValue=Variant::EMPTY)Dviglo::Enginestatic
GetPauseMinimized() constDviglo::Engineinline
GetSubsystem(StringHash type) constDviglo::Object
GetSubsystem() constDviglo::Object
GetTimeStepSmoothing() constDviglo::Engineinline
GetType() const =0Dviglo::Objectpure virtual
GetTypeInfo() const =0Dviglo::Objectpure virtual
GetTypeInfoStatic()Dviglo::Objectinlinestatic
GetTypeName() const =0Dviglo::Objectpure virtual
HandleExitRequested(StringHash eventType, VariantMap &eventData)Dviglo::Engineprivate
HasEventHandlers() constDviglo::Objectinline
HasParameter(const VariantMap &parameters, const String &parameter)Dviglo::Enginestatic
HasSubscribedToEvent(StringHash eventType) constDviglo::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDviglo::Object
headless_Dviglo::Engineprivate
Initialize(const VariantMap &parameters)Dviglo::Engine
initialized_Dviglo::Engineprivate
InitializeResourceCache(const VariantMap &parameters, bool removeOld=true)Dviglo::Engine
IsExiting() constDviglo::Engineinline
IsHeadless() constDviglo::Engineinline
IsInitialized() constDviglo::Engineinline
IsInstanceOf(StringHash type) constDviglo::Object
IsInstanceOf(const TypeInfo *typeInfo) constDviglo::Object
IsInstanceOf() constDviglo::Objectinline
lastTimeSteps_Dviglo::Engineprivate
maxFps_Dviglo::Engineprivate
maxInactiveFps_Dviglo::Engineprivate
minFps_Dviglo::Engineprivate
Object(Context *context)Dviglo::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dviglo::Objectvirtual
operator=(const RefCounted &rhs)=deleteDviglo::RefCounted
ParseParameters(const Vector< String > &arguments)Dviglo::Enginestatic
pauseMinimized_Dviglo::Engineprivate
refCount_Dviglo::RefCountedprivate
RefCounted()Dviglo::RefCounted
RefCounted(const RefCounted &rhs)=deleteDviglo::RefCounted
RefCountPtr()Dviglo::RefCountedinline
Refs() constDviglo::RefCounted
ReleaseRef()Dviglo::RefCounted
RemoveEventSender(Object *sender)Dviglo::Objectprivate
Render()Dviglo::Engine
RunFrame()Dviglo::Engine
SendEvent(StringHash eventType)Dviglo::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dviglo::Object
SendEvent(StringHash eventType, Args... args)Dviglo::Objectinline
SetAutoExit(bool enable)Dviglo::Engine
SetBlockEvents(bool block)Dviglo::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Dviglo::Object
SetMaxFps(int fps)Dviglo::Engine
SetMaxInactiveFps(int fps)Dviglo::Engine
SetMinFps(int fps)Dviglo::Engine
SetNextTimeStep(float seconds)Dviglo::Engine
SetPauseMinimized(bool enable)Dviglo::Engine
SetTimeStepSmoothing(int frames)Dviglo::Engine
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
timeStep_Dviglo::Engineprivate
timeStepSmoothing_Dviglo::Engineprivate
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
Update()Dviglo::Engine
URHO3D_OBJECT(Engine, Object) (defined in Dviglo::Engine)Dviglo::Engineprivate
WeakRefs() constDviglo::RefCounted
~Engine() overrideDviglo::Engine
~Object() overrideDviglo::Object
~RefCounted()Dviglo::RefCountedvirtual