This is the complete list of members for Urho3D::Engine, including all inherited members.
AddRef() | Urho3D::RefCounted | |
ApplyFrameLimit() | Urho3D::Engine | |
audioPaused_ | Urho3D::Engine | private |
context_ | Urho3D::Object | protected |
CreateConsole() | Urho3D::Engine | |
CreateDebugHud() | Urho3D::Engine | |
DumpMemory() | Urho3D::Engine | |
DumpProfilingData() | Urho3D::Engine | |
DumpResources() | Urho3D::Engine | |
Engine(Context *context) | Urho3D::Engine | |
Exit() | Urho3D::Engine | |
exiting_ | Urho3D::Engine | private |
frameTimer_ | Urho3D::Engine | private |
GetContext() const | Urho3D::Object | inline |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetMaxFps() const | Urho3D::Engine | inline |
GetMaxInactiveFps() const | Urho3D::Engine | inline |
GetMinFps() const | Urho3D::Engine | inline |
GetPauseMinimized() const | Urho3D::Engine | inline |
GetSubsystem(ShortStringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
headless_ | Urho3D::Engine | private |
Initialize(const String &windowTitle="Urho3D", const String &logName="Urho3D.log", const Vector< String > &arguments=Vector< String >(), void *externalWindow=0) | Urho3D::Engine | |
initialized_ | Urho3D::Engine | private |
InitializeScripting() | Urho3D::Engine | |
IsExiting() const | Urho3D::Engine | inline |
IsHeadless() const | Urho3D::Engine | inline |
IsInitialized() const | Urho3D::Engine | inline |
maxFps_ | Urho3D::Engine | private |
maxInactiveFps_ | Urho3D::Engine | private |
minFps_ | Urho3D::Engine | private |
Object(Context *context) | Urho3D::Object | |
OBJECT(Engine) (defined in Urho3D::Engine) | Urho3D::Engine | private |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
pauseMinimized_ | Urho3D::Engine | private |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObjects() | Urho3D::Engine | private |
RegisterSubsystems() | Urho3D::Engine | private |
ReleaseRef() | Urho3D::RefCounted | |
Render() | Urho3D::Engine | |
RunFrame() | Urho3D::Engine | |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SetMaxFps(int fps) | Urho3D::Engine | |
SetMaxInactiveFps(int fps) | Urho3D::Engine | |
SetMinFps(int fps) | Urho3D::Engine | |
SetPauseMinimized(bool enable) | Urho3D::Engine | |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
timeStep_ | 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 |