| AddEventReceiver(Object *receiver, StringHash eventType) | Dviglo::Context | private |
| AddEventReceiver(Object *receiver, Object *sender, StringHash eventType) | Dviglo::Context | private |
| AddRef() | Dviglo::RefCounted | |
| attributes_ | Dviglo::Context | private |
| BeginSendEvent(Object *sender, StringHash eventType) | Dviglo::Context | private |
| Context() | Dviglo::Context | |
| CopyBaseAttributes(StringHash baseType, StringHash derivedType) | Dviglo::Context | |
| CopyBaseAttributes() | Dviglo::Context | |
| CreateObject() | Dviglo::Context | inline |
| CreateObject(StringHash objectType) | Dviglo::Context | |
| EndSendEvent() | Dviglo::Context | private |
| eventDataMaps_ | Dviglo::Context | private |
| eventHandler_ | Dviglo::Context | private |
| eventReceivers_ | Dviglo::Context | private |
| eventSenders_ | Dviglo::Context | private |
| factories_ | Dviglo::Context | private |
| GetAllAttributes() const | Dviglo::Context | inline |
| GetAttribute(StringHash objectType, const char *name) | Dviglo::Context | |
| GetAttribute(const char *name) | Dviglo::Context | |
| GetAttributes(StringHash type) const | Dviglo::Context | inline |
| GetEventDataMap() | Dviglo::Context | |
| GetEventHandler() const | Dviglo::Context | inline |
| GetEventReceivers(Object *sender, StringHash eventType) | Dviglo::Context | inline |
| GetEventReceivers(StringHash eventType) | Dviglo::Context | inline |
| GetEventSender() const | Dviglo::Context | |
| GetGlobalVar(StringHash key) const | Dviglo::Context | |
| GetGlobalVars() const | Dviglo::Context | inline |
| GetNetworkAttributes(StringHash type) const | Dviglo::Context | inline |
| GetObjectCategories() const | Dviglo::Context | inline |
| GetObjectFactories() const | Dviglo::Context | inline |
| GetSubsystem(StringHash type) const | Dviglo::Context | |
| GetSubsystem() const | Dviglo::Context | |
| GetSubsystems() const | Dviglo::Context | inline |
| GetTypeName(StringHash objectType) const | Dviglo::Context | |
| globalVars_ | Dviglo::Context | private |
| networkAttributes_ | Dviglo::Context | private |
| Object (defined in Dviglo::Context) | Dviglo::Context | friend |
| objectCategories_ | Dviglo::Context | private |
| operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| refCount_ | Dviglo::RefCounted | private |
| RefCounted() | Dviglo::RefCounted | |
| RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| RefCountPtr() | Dviglo::RefCounted | inline |
| Refs() const | Dviglo::RefCounted | |
| RegisterAttribute(StringHash objectType, const AttributeInfo &attr) | Dviglo::Context | |
| RegisterAttribute(const AttributeInfo &attr) | Dviglo::Context | |
| RegisterFactory(ObjectFactory *factory) | Dviglo::Context | |
| RegisterFactory(ObjectFactory *factory, const char *category) | Dviglo::Context | |
| RegisterFactory() | Dviglo::Context | |
| RegisterFactory(const char *category) | Dviglo::Context | |
| RegisterSubsystem(Object *object) | Dviglo::Context | |
| RegisterSubsystem() | Dviglo::Context | |
| ReleaseRef() | Dviglo::RefCounted | |
| ReleaseSDL() | Dviglo::Context | |
| RemoveAllAttributes(StringHash objectType) | Dviglo::Context | |
| RemoveAllAttributes() | Dviglo::Context | |
| RemoveAttribute(StringHash objectType, const char *name) | Dviglo::Context | |
| RemoveAttribute(const char *name) | Dviglo::Context | |
| RemoveEventReceiver(Object *receiver, Object *sender, StringHash eventType) | Dviglo::Context | private |
| RemoveEventReceiver(Object *receiver, StringHash eventType) | Dviglo::Context | private |
| RemoveEventSender(Object *sender) | Dviglo::Context | private |
| RemoveSubsystem(StringHash objectType) | Dviglo::Context | |
| RemoveSubsystem() | Dviglo::Context | |
| RequireSDL(unsigned int sdlFlags) | Dviglo::Context | |
| SetEventHandler(EventHandler *handler) | Dviglo::Context | inlineprivate |
| SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Context | |
| specificEventReceivers_ | Dviglo::Context | private |
| subsystems_ | Dviglo::Context | private |
| UpdateAttributeDefaultValue(StringHash objectType, const char *name, const Variant &defaultValue) | Dviglo::Context | |
| UpdateAttributeDefaultValue(const char *name, const Variant &defaultValue) | Dviglo::Context | |
| WeakRefs() const | Dviglo::RefCounted | |
| ~Context() override | Dviglo::Context | |
| ~RefCounted() | Dviglo::RefCounted | virtual |