AddRef() | Urho3D::RefCounted | |
ApplyFrameLimit() | Urho3D::Engine | |
audioPaused_ | Urho3D::Engine | private |
autoExit_ | Urho3D::Engine | private |
blockEvents_ | Urho3D::Object | private |
Cast() | Urho3D::Object | inline |
Cast() const | Urho3D::Object | inline |
context_ | Urho3D::Object | protected |
CreateConsole() | Urho3D::Engine | |
CreateDebugHud() | Urho3D::Engine | |
DoExit() | Urho3D::Engine | private |
DumpMemory() | Urho3D::Engine | |
DumpProfiler() | Urho3D::Engine | |
DumpResources(bool dumpFileName=false) | Urho3D::Engine | |
Engine(Context *context) | Urho3D::Engine | explicit |
eventHandlers_ | Urho3D::Object | private |
Exit() | Urho3D::Engine | |
exiting_ | Urho3D::Engine | private |
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
frameTimer_ | Urho3D::Engine | private |
GetAutoExit() const | Urho3D::Engine | inline |
GetBlockEvents() const | Urho3D::Object | inline |
GetCategory() const | Urho3D::Object | |
GetContext() const | Urho3D::Object | inline |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetGlobalVar(StringHash key) const | Urho3D::Object | |
GetGlobalVars() const | Urho3D::Object | |
GetMaxFps() const | Urho3D::Engine | inline |
GetMaxInactiveFps() const | Urho3D::Engine | inline |
GetMinFps() const | Urho3D::Engine | inline |
GetNextTimeStep() const | Urho3D::Engine | inline |
GetParameter(const VariantMap ¶meters, const String ¶meter, const Variant &defaultValue=Variant::EMPTY) | Urho3D::Engine | static |
GetPauseMinimized() const | Urho3D::Engine | inline |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetTimeStepSmoothing() const | Urho3D::Engine | inline |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeInfo() const =0 | Urho3D::Object | pure virtual |
GetTypeInfoStatic() | Urho3D::Object | inlinestatic |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
HandleExitRequested(StringHash eventType, VariantMap &eventData) | Urho3D::Engine | private |
HasEventHandlers() const | Urho3D::Object | inline |
HasParameter(const VariantMap ¶meters, const String ¶meter) | Urho3D::Engine | static |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
headless_ | Urho3D::Engine | private |
Initialize(const VariantMap ¶meters) | Urho3D::Engine | |
initialized_ | Urho3D::Engine | private |
InitializeResourceCache(const VariantMap ¶meters, bool removeOld=true) | Urho3D::Engine | |
IsExiting() const | Urho3D::Engine | inline |
IsHeadless() const | Urho3D::Engine | inline |
IsInitialized() const | Urho3D::Engine | inline |
IsInstanceOf(StringHash type) const | Urho3D::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Urho3D::Object | |
IsInstanceOf() const | Urho3D::Object | inline |
lastTimeSteps_ | Urho3D::Engine | private |
maxFps_ | Urho3D::Engine | private |
maxInactiveFps_ | Urho3D::Engine | private |
minFps_ | Urho3D::Engine | private |
Object(Context *context) | Urho3D::Object | explicit |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
operator=(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
ParseParameters(const Vector< String > &arguments) | Urho3D::Engine | static |
pauseMinimized_ | Urho3D::Engine | private |
refCount_ | Urho3D::RefCounted | private |
RefCounted() | Urho3D::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
ReleaseRef() | Urho3D::RefCounted | |
RemoveEventSender(Object *sender) | Urho3D::Object | private |
Render() | Urho3D::Engine | |
RunFrame() | Urho3D::Engine | |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SendEvent(StringHash eventType, Args... args) | Urho3D::Object | inline |
SetAutoExit(bool enable) | Urho3D::Engine | |
SetBlockEvents(bool block) | Urho3D::Object | inline |
SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
SetMaxFps(int fps) | Urho3D::Engine | |
SetMaxInactiveFps(int fps) | Urho3D::Engine | |
SetMinFps(int fps) | Urho3D::Engine | |
SetNextTimeStep(float seconds) | Urho3D::Engine | |
SetPauseMinimized(bool enable) | Urho3D::Engine | |
SetTimeStepSmoothing(int frames) | Urho3D::Engine | |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
timeStep_ | Urho3D::Engine | private |
timeStepSmoothing_ | Urho3D::Engine | private |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const Vector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
Update() | Urho3D::Engine | |
URHO3D_OBJECT(Engine, Object) (defined in Urho3D::Engine) | Urho3D::Engine | private |
WeakRefs() const | Urho3D::RefCounted | |
~Engine() override | Urho3D::Engine | |
~Object() override | Urho3D::Object | |
~RefCounted() | Urho3D::RefCounted | virtual |