| _context | Rmlui::Resource::UIContext | private |
| _debuggerInitialized | Rmlui::Resource::UIContext | private |
| _document | Rmlui::Resource::UIContext | private |
| _eventListeners | Rmlui::Resource::UIContext | private |
| _inputCallbackIds | Rmlui::Resource::UIContext | private |
| _inputCallbacksRegistered | Rmlui::Resource::UIContext | private |
| _isReady() const | Rmlui::Resource::UIContext | private |
| _lateUpdateRequested | Rmlui::Resource::UIContext | private |
| _overlayDocuments | Rmlui::Resource::UIContext | private |
| _renderInterface | Rmlui::Resource::AUIContext | private |
| _setup(Engine::Core &core) override | Rmlui::Resource::UIContext | protectedvirtual |
| _systemInterface | Rmlui::Resource::AUIContext | private |
| _titleCache | Rmlui::Resource::UIContext | private |
| AreInputCallbacksRegistered() const | Rmlui::Resource::UIContext | |
| AUIContext()=default | Rmlui::Resource::AUIContext | |
| AUIContext(const AUIContext &)=delete | Rmlui::Resource::AUIContext | |
| AUIContext(AUIContext &&) noexcept=default | Rmlui::Resource::AUIContext | |
| Destroy(Engine::Core &core) override | Rmlui::Resource::UIContext | virtual |
| EnableDebugger(bool enable) | Rmlui::Resource::UIContext | |
| GetDocument() | Rmlui::Resource::UIContext | |
| GetDocument() const | Rmlui::Resource::UIContext | |
| GetElementById(const std::string &elementId) | Rmlui::Resource::UIContext | |
| GetOverlayDocument(const std::string &docPath) | Rmlui::Resource::UIContext | |
| GetOverlayDocument(const std::string &docPath) const | Rmlui::Resource::UIContext | |
| GetRenderInterface() | Rmlui::Resource::AUIContext | inlineprotected |
| GetRenderInterface() const | Rmlui::Resource::AUIContext | inlineprotected |
| GetSystemInterface() | Rmlui::Resource::AUIContext | inlineprotected |
| GetSystemInterface() const | Rmlui::Resource::AUIContext | inlineprotected |
| GetTitle() const override | Rmlui::Resource::UIContext | virtual |
| Init(Engine::Core &core) | Rmlui::Resource::AUIContext | inline |
| LoadDocument(const std::string &docPath) override | Rmlui::Resource::UIContext | virtual |
| LoadOverlayDocument(const std::string &docPath) | Rmlui::Resource::UIContext | |
| operator=(const UIContext &)=delete | Rmlui::Resource::UIContext | |
| operator=(UIContext &&) noexcept=default | Rmlui::Resource::UIContext | |
| Rmlui::Resource::AUIContext::operator=(const AUIContext &)=delete | Rmlui::Resource::AUIContext | |
| Rmlui::Resource::AUIContext::operator=(AUIContext &&) noexcept=default | Rmlui::Resource::AUIContext | |
| ProcessKey(int key, int action, int mods) override | Rmlui::Resource::UIContext | virtual |
| ProcessMouseButton(int button, int action, int mods) override | Rmlui::Resource::UIContext | virtual |
| ProcessMouseMove(double x, double y, int mods) override | Rmlui::Resource::UIContext | virtual |
| ProcessMouseWheel(double xoffset, double yoffset, int mods) override | Rmlui::Resource::UIContext | virtual |
| ProcessText(unsigned int codepoint) override | Rmlui::Resource::UIContext | virtual |
| RegisterEventListener(Rml::Element &element, const Rml::String &eventType, std::function< void(Rml::Event &)> callback, bool useCapture=false) | Rmlui::Resource::UIContext | |
| Render(Engine::Core &core) override | Rmlui::Resource::UIContext | virtual |
| RequestLateUpdate() | Rmlui::Resource::UIContext | |
| SetFont(const std::string &fontPath) override | Rmlui::Resource::UIContext | virtual |
| SetInputCallbackIds(const InputCallbackIds &ids) | Rmlui::Resource::UIContext | |
| SetInputCallbacksRegistered(bool registered) | Rmlui::Resource::UIContext | |
| UIContext()=default | Rmlui::Resource::UIContext | |
| UIContext(const UIContext &)=delete | Rmlui::Resource::UIContext | |
| UIContext(UIContext &&) noexcept=default | Rmlui::Resource::UIContext | |
| UnloadOverlayDocument(const std::string &docPath) | Rmlui::Resource::UIContext | |
| UnregisterEventListener(Rml::Element &element, const Rml::String &eventType) | Rmlui::Resource::UIContext | |
| Update(Engine::Core &core) override | Rmlui::Resource::UIContext | virtual |
| UpdateMouseMoveEvent(Engine::Core &core) override | Rmlui::Resource::UIContext | virtual |
| ~AUIContext()=default | Rmlui::Resource::AUIContext | virtual |
| ~UIContext() override=default | Rmlui::Resource::UIContext | |