| AddRef() | Dviglo::RefCounted | |
| ApplyFrameLimit() | Dviglo::Engine | |
| audioPaused_ | Dviglo::Engine | private |
| autoExit_ | Dviglo::Engine | private |
| blockEvents_ | Dviglo::Object | private |
| Cast() | Dviglo::Object | inline |
| Cast() const | Dviglo::Object | inline |
| context_ | Dviglo::Object | protected |
| CreateConsole() | Dviglo::Engine | |
| CreateDebugHud() | Dviglo::Engine | |
| DoExit() | Dviglo::Engine | private |
| DumpMemory() | Dviglo::Engine | |
| DumpProfiler() | Dviglo::Engine | |
| DumpResources(bool dumpFileName=false) | Dviglo::Engine | |
| Engine(Context *context) | Dviglo::Engine | explicit |
| eventHandlers_ | Dviglo::Object | private |
| Exit() | Dviglo::Engine | |
| exiting_ | Dviglo::Engine | private |
| FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
| frameTimer_ | Dviglo::Engine | private |
| GetAutoExit() const | Dviglo::Engine | inline |
| GetBlockEvents() const | Dviglo::Object | inline |
| GetCategory() const | Dviglo::Object | |
| GetContext() const | Dviglo::Object | inline |
| GetEventDataMap() const | Dviglo::Object | |
| GetEventHandler() const | Dviglo::Object | |
| GetEventSender() const | Dviglo::Object | |
| GetGlobalVar(StringHash key) const | Dviglo::Object | |
| GetGlobalVars() const | Dviglo::Object | |
| GetMaxFps() const | Dviglo::Engine | inline |
| GetMaxInactiveFps() const | Dviglo::Engine | inline |
| GetMinFps() const | Dviglo::Engine | inline |
| GetNextTimeStep() const | Dviglo::Engine | inline |
| GetParameter(const VariantMap ¶meters, const String ¶meter, const Variant &defaultValue=Variant::EMPTY) | Dviglo::Engine | static |
| GetPauseMinimized() const | Dviglo::Engine | inline |
| GetSubsystem(StringHash type) const | Dviglo::Object | |
| GetSubsystem() const | Dviglo::Object | |
| GetTimeStepSmoothing() const | Dviglo::Engine | inline |
| GetType() const =0 | Dviglo::Object | pure virtual |
| GetTypeInfo() const =0 | Dviglo::Object | pure virtual |
| GetTypeInfoStatic() | Dviglo::Object | inlinestatic |
| GetTypeName() const =0 | Dviglo::Object | pure virtual |
| HandleExitRequested(StringHash eventType, VariantMap &eventData) | Dviglo::Engine | private |
| HasEventHandlers() const | Dviglo::Object | inline |
| HasParameter(const VariantMap ¶meters, const String ¶meter) | Dviglo::Engine | static |
| HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
| HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
| headless_ | Dviglo::Engine | private |
| Initialize(const VariantMap ¶meters) | Dviglo::Engine | |
| initialized_ | Dviglo::Engine | private |
| InitializeResourceCache(const VariantMap ¶meters, bool removeOld=true) | Dviglo::Engine | |
| IsExiting() const | Dviglo::Engine | inline |
| IsHeadless() const | Dviglo::Engine | inline |
| IsInitialized() const | Dviglo::Engine | inline |
| IsInstanceOf(StringHash type) const | Dviglo::Object | |
| IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
| IsInstanceOf() const | Dviglo::Object | inline |
| lastTimeSteps_ | Dviglo::Engine | private |
| maxFps_ | Dviglo::Engine | private |
| maxInactiveFps_ | Dviglo::Engine | private |
| minFps_ | Dviglo::Engine | private |
| Object(Context *context) | Dviglo::Object | explicit |
| OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual |
| operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| ParseParameters(const Vector< String > &arguments) | Dviglo::Engine | static |
| pauseMinimized_ | Dviglo::Engine | private |
| refCount_ | Dviglo::RefCounted | private |
| RefCounted() | Dviglo::RefCounted | |
| RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| RefCountPtr() | Dviglo::RefCounted | inline |
| Refs() const | Dviglo::RefCounted | |
| ReleaseRef() | Dviglo::RefCounted | |
| RemoveEventSender(Object *sender) | Dviglo::Object | private |
| Render() | Dviglo::Engine | |
| RunFrame() | Dviglo::Engine | |
| SendEvent(StringHash eventType) | Dviglo::Object | |
| SendEvent(StringHash eventType, VariantMap &eventData) | Dviglo::Object | |
| SendEvent(StringHash eventType, Args... args) | Dviglo::Object | inline |
| SetAutoExit(bool enable) | Dviglo::Engine | |
| SetBlockEvents(bool block) | Dviglo::Object | inline |
| 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::Engine | private |
| timeStepSmoothing_ | Dviglo::Engine | private |
| 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::Engine | private |
| WeakRefs() const | Dviglo::RefCounted | |
| ~Engine() override | Dviglo::Engine | |
| ~Object() override | Dviglo::Object | |
| ~RefCounted() | Dviglo::RefCounted | virtual |