AddRef() | Urho3D::RefCounted | |
ApplyFrameLimit() | Urho3D::Engine | |
audioPaused_ | Urho3D::Engine | private |
autoExit_ | Urho3D::Engine | private |
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 | |
Exit() | Urho3D::Engine | |
exiting_ | Urho3D::Engine | private |
frameTimer_ | Urho3D::Engine | private |
GetAutoExit() const | Urho3D::Engine | inline |
GetBaseType() const =0 | Urho3D::Object | pure virtual |
GetCategory() const | Urho3D::Object | |
GetContext() const | Urho3D::Object | inline |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() 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 |
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 |
IsExiting() const | Urho3D::Engine | inline |
IsHeadless() const | Urho3D::Engine | inline |
IsInitialized() const | Urho3D::Engine | inline |
lastTimeSteps_ | Urho3D::Engine | private |
maxFps_ | Urho3D::Engine | private |
maxInactiveFps_ | Urho3D::Engine | private |
minFps_ | Urho3D::Engine | private |
OBJECT(Engine) (defined in Urho3D::Engine) | Urho3D::Engine | private |
Object(Context *context) | Urho3D::Object | |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
ParseParameters(const Vector< String > &arguments) | Urho3D::Engine | static |
pauseMinimized_ | Urho3D::Engine | private |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
ReleaseRef() | Urho3D::RefCounted | |
Render() | Urho3D::Engine | |
RunFrame() | Urho3D::Engine | |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SetAutoExit(bool enable) | Urho3D::Engine | |
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 | |
timeStep_ | Urho3D::Engine | private |
timeStepSmoothing_ | Urho3D::Engine | private |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const PODVector< 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 | |
WeakRefs() const | Urho3D::RefCounted | |
~Engine() | Urho3D::Engine | virtual |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |