|
Urho3D
|
This is the complete list of members for Dviglo::UI, including all inherited members.
| AddRef() | Dviglo::RefCounted | |
| batches_ | Dviglo::UI | private |
| blockEvents_ | Dviglo::Object | private |
| Cast() | Dviglo::Object | inline |
| Cast() const | Dviglo::Object | inline |
| Clear() | Dviglo::UI | |
| clickTimer_ | Dviglo::UI | private |
| clipBoard_ | Dviglo::UI | mutableprivate |
| context_ | Dviglo::Object | protected |
| ConvertSystemToUI(const IntVector2 &systemPos) const | Dviglo::UI | |
| ConvertUIToSystem(const IntVector2 &uiPos) const | Dviglo::UI | |
| cursor_ | Dviglo::UI | private |
| customSize_ | Dviglo::UI | private |
| DebugDraw(UIElement *element) | Dviglo::UI | |
| debugDrawBatches_ | Dviglo::UI | private |
| debugVertexBuffer_ | Dviglo::UI | private |
| debugVertexData_ | Dviglo::UI | private |
| defaultToolTipDelay_ | Dviglo::UI | private |
| doubleClickElement_ | Dviglo::UI | private |
| doubleClickFirstPos_ | Dviglo::UI | private |
| doubleClickInterval_ | Dviglo::UI | private |
| dragBeginDistance_ | Dviglo::UI | private |
| dragBeginInterval_ | Dviglo::UI | private |
| dragConfirmedCount_ | Dviglo::UI | private |
| DragElementErase(HashMap< WeakPtr< UIElement >, DragData * >::Iterator i) | Dviglo::UI | private |
| dragElements_ | Dviglo::UI | private |
| dragElementsConfirmed_ | Dviglo::UI | private |
| dragElementsCount_ | Dviglo::UI | private |
| eventHandlers_ | Dviglo::Object | 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 |
| focusElement_ | Dviglo::UI | private |
| fontHintLevel_ | Dviglo::UI | private |
| fontOversampling_ | Dviglo::UI | private |
| fontSubpixelThreshold_ | Dviglo::UI | private |
| forceAutoHint_ | Dviglo::UI | private |
| GetBatches(PODVector< UIBatch > &batches, PODVector< float > &vertexData, UIElement *element, IntRect currentScissor) | Dviglo::UI | private |
| GetBlockEvents() const | Dviglo::Object | inline |
| GetCategory() const | Dviglo::Object | |
| GetClipboardText() const | Dviglo::UI | |
| GetContext() const | Dviglo::Object | inline |
| GetCursor() const | Dviglo::UI | inline |
| GetCursorPosition() const | Dviglo::UI | |
| GetCursorPositionAndVisible(IntVector2 &pos, bool &visible) | Dviglo::UI | private |
| GetCustomSize() const | Dviglo::UI | inline |
| GetDefaultToolTipDelay() const | Dviglo::UI | inline |
| GetDoubleClickInterval() const | Dviglo::UI | inline |
| GetDragBeginDistance() const | Dviglo::UI | inline |
| GetDragBeginInterval() const | Dviglo::UI | inline |
| GetDragElement(unsigned index) | Dviglo::UI | |
| GetDragElements() | Dviglo::UI | |
| GetEffectiveRootElementSize(bool applyScale=true) const | Dviglo::UI | private |
| GetElementAt(const IntVector2 &position, bool enabledOnly=true) | Dviglo::UI | |
| GetElementAt(int x, int y, bool enabledOnly=true) | Dviglo::UI | |
| GetElementAt(UIElement *root, const IntVector2 &position, bool enabledOnly=true) | Dviglo::UI | |
| GetElementAt(const IntVector2 &position, bool enabledOnly, IntVector2 *elementScreenPosition) | Dviglo::UI | private |
| GetElementAt(UIElement *&result, UIElement *current, const IntVector2 &position, bool enabledOnly) | Dviglo::UI | private |
| GetEventDataMap() const | Dviglo::Object | |
| GetEventHandler() const | Dviglo::Object | |
| GetEventSender() const | Dviglo::Object | |
| GetFocusableElement(UIElement *element) | Dviglo::UI | private |
| GetFocusElement() const | Dviglo::UI | inline |
| GetFontHintLevel() const | Dviglo::UI | inline |
| GetFontOversampling() const | Dviglo::UI | inline |
| GetFontSubpixelThreshold() const | Dviglo::UI | inline |
| GetForceAutoHint() const | Dviglo::UI | inline |
| GetFrontElement() const | Dviglo::UI | |
| GetGlobalVar(StringHash key) const | Dviglo::Object | |
| GetGlobalVars() const | Dviglo::Object | |
| GetMaxDoubleClickDistance() const | Dviglo::UI | inline |
| GetMaxFontTextureSize() const | Dviglo::UI | inline |
| GetNumDragElements() const | Dviglo::UI | inline |
| GetRoot() const | Dviglo::UI | inline |
| GetRootModalElement() const | Dviglo::UI | inline |
| GetScale() const | Dviglo::UI | inline |
| GetSubsystem(StringHash type) const | Dviglo::Object | |
| GetSubsystem() const | Dviglo::Object | |
| 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 |
| GetUseMutableGlyphs() const | Dviglo::UI | inline |
| GetUseScreenKeyboard() const | Dviglo::UI | inline |
| GetUseSystemClipboard() const | Dviglo::UI | inline |
| graphics_ | Dviglo::UI | private |
| HandleBeginFrame(StringHash eventType, VariantMap &eventData) | Dviglo::UI | private |
| HandleDropFile(StringHash eventType, VariantMap &eventData) | Dviglo::UI | private |
| HandleKeyDown(StringHash eventType, VariantMap &eventData) | Dviglo::UI | private |
| HandleMouseButtonDown(StringHash eventType, VariantMap &eventData) | Dviglo::UI | private |
| HandleMouseButtonUp(StringHash eventType, VariantMap &eventData) | Dviglo::UI | private |
| HandleMouseMove(StringHash eventType, VariantMap &eventData) | Dviglo::UI | private |
| HandleMouseWheel(StringHash eventType, VariantMap &eventData) | Dviglo::UI | private |
| HandlePostUpdate(StringHash eventType, VariantMap &eventData) | Dviglo::UI | private |
| HandleRenderUpdate(StringHash eventType, VariantMap &eventData) | Dviglo::UI | private |
| HandleScreenMode(StringHash eventType, VariantMap &eventData) | Dviglo::UI | private |
| HandleTextInput(StringHash eventType, VariantMap &eventData) | Dviglo::UI | private |
| HandleTouchBegin(StringHash eventType, VariantMap &eventData) | Dviglo::UI | private |
| HandleTouchEnd(StringHash eventType, VariantMap &eventData) | Dviglo::UI | private |
| HandleTouchMove(StringHash eventType, VariantMap &eventData) | Dviglo::UI | private |
| HasEventHandlers() const | Dviglo::Object | inline |
| HasModalElement() const | Dviglo::UI | |
| HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
| HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
| hoveredElements_ | Dviglo::UI | private |
| Initialize() | Dviglo::UI | private |
| initialized_ | Dviglo::UI | private |
| IsDragging() const | Dviglo::UI | inline |
| IsInstanceOf(StringHash type) const | Dviglo::Object | |
| IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
| IsInstanceOf() const | Dviglo::Object | inline |
| IsNonFocusedMouseWheel() const | Dviglo::UI | inline |
| lastMouseButtons_ | Dviglo::UI | private |
| LoadLayout(Deserializer &source, XMLFile *styleFile=nullptr) | Dviglo::UI | |
| LoadLayout(XMLFile *file, XMLFile *styleFile=nullptr) | Dviglo::UI | |
| maxDoubleClickDist_ | Dviglo::UI | private |
| maxFontTextureSize_ | Dviglo::UI | private |
| mouseButtons_ | Dviglo::UI | private |
| nonFocusedMouseWheel_ | Dviglo::UI | private |
| nonModalBatchSize_ | Dviglo::UI | private |
| Object(Context *context) | Dviglo::Object | explicit |
| OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual |
| operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| ProcessClickBegin(const IntVector2 &windowCursorPos, MouseButton button, MouseButtonFlags buttons, QualifierFlags qualifiers, Cursor *cursor, bool cursorVisible) | Dviglo::UI | private |
| ProcessClickEnd(const IntVector2 &windowCursorPos, MouseButton button, MouseButtonFlags buttons, QualifierFlags qualifiers, Cursor *cursor, bool cursorVisible) | Dviglo::UI | private |
| ProcessDragCancel() | Dviglo::UI | private |
| ProcessHover(const IntVector2 &windowCursorPos, MouseButtonFlags buttons, QualifierFlags qualifiers, Cursor *cursor) | Dviglo::UI | private |
| ProcessMove(const IntVector2 &windowCursorPos, const IntVector2 &cursorDeltaPos, MouseButtonFlags buttons, QualifierFlags qualifiers, Cursor *cursor, bool cursorVisible) | Dviglo::UI | private |
| qualifiers_ | Dviglo::UI | private |
| refCount_ | Dviglo::RefCounted | private |
| RefCounted() | Dviglo::RefCounted | |
| RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| RefCountPtr() | Dviglo::RefCounted | inline |
| Refs() const | Dviglo::RefCounted | |
| ReleaseFontFaces() | Dviglo::UI | private |
| ReleaseRef() | Dviglo::RefCounted | |
| RemoveEventSender(Object *sender) | Dviglo::Object | private |
| Render(bool renderUICommand=false) | Dviglo::UI | |
| Render(VertexBuffer *buffer, const PODVector< UIBatch > &batches, unsigned batchStart, unsigned batchEnd) | Dviglo::UI | private |
| renderToTexture_ | Dviglo::UI | private |
| RenderUpdate() | Dviglo::UI | |
| ResizeRootElement() | Dviglo::UI | private |
| rootElement_ | Dviglo::UI | private |
| rootModalElement_ | Dviglo::UI | private |
| SaveLayout(Serializer &dest, UIElement *element) | Dviglo::UI | |
| SendClickEvent(StringHash eventType, UIElement *beginElement, UIElement *endElement, const IntVector2 &pos, MouseButton button, MouseButtonFlags buttons, QualifierFlags qualifiers) | Dviglo::UI | private |
| SendDoubleClickEvent(UIElement *beginElement, UIElement *endElement, const IntVector2 &firstPos, const IntVector2 &secondPos, MouseButton button, MouseButtonFlags buttons, QualifierFlags qualifiers) | Dviglo::UI | private |
| SendDragOrHoverEvent(StringHash eventType, UIElement *element, const IntVector2 &screenPos, const IntVector2 &deltaPos, UI::DragData *dragData) | Dviglo::UI | private |
| SendEvent(StringHash eventType) | Dviglo::Object | |
| SendEvent(StringHash eventType, VariantMap &eventData) | Dviglo::Object | |
| SendEvent(StringHash eventType, Args... args) | Dviglo::Object | inline |
| SetBlockEvents(bool block) | Dviglo::Object | inline |
| SetClipboardText(const String &text) | Dviglo::UI | |
| SetCursor(Cursor *cursor) | Dviglo::UI | |
| SetCursorShape(CursorShape shape) | Dviglo::UI | private |
| SetCustomSize(const IntVector2 &size) | Dviglo::UI | |
| SetCustomSize(int width, int height) | Dviglo::UI | |
| SetDefaultToolTipDelay(float delay) | Dviglo::UI | |
| SetDoubleClickInterval(float interval) | Dviglo::UI | |
| SetDragBeginDistance(int pixels) | Dviglo::UI | |
| SetDragBeginInterval(float interval) | Dviglo::UI | |
| SetElementRenderTexture(UIElement *element, Texture2D *texture) | Dviglo::UI | |
| SetFocusElement(UIElement *element, bool byKey=false) | Dviglo::UI | |
| SetFontHintLevel(FontHintLevel level) | Dviglo::UI | |
| SetFontOversampling(int oversampling) | Dviglo::UI | |
| SetFontSubpixelThreshold(float threshold) | Dviglo::UI | |
| SetForceAutoHint(bool enable) | Dviglo::UI | |
| SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Object | |
| SetHeight(float height) | Dviglo::UI | |
| SetMaxDoubleClickDistance(float distPixels) | Dviglo::UI | |
| SetMaxFontTextureSize(int size) | Dviglo::UI | |
| SetModalElement(UIElement *modalElement, bool enable) | Dviglo::UI | |
| SetNonFocusedMouseWheel(bool nonFocusedMouseWheel) | Dviglo::UI | |
| SetScale(float scale) | Dviglo::UI | |
| SetUseMutableGlyphs(bool enable) | Dviglo::UI | |
| SetUseScreenKeyboard(bool enable) | Dviglo::UI | |
| SetUseSystemClipboard(bool enable) | Dviglo::UI | |
| SetVertexData(VertexBuffer *dest, const PODVector< float > &vertexData) | Dviglo::UI | private |
| SetWidth(float width) | Dviglo::UI | |
| 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 | |
| SumTouchPositions(UI::DragData *dragData, const IntVector2 &oldSendPos) | Dviglo::UI | private |
| tempElements_ | Dviglo::UI | private |
| touchDragElements_ | Dviglo::UI | private |
| UI(Context *context) | Dviglo::UI | explicit |
| uiRendered_ | Dviglo::UI | private |
| uiScale_ | Dviglo::UI | 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(float timeStep) | Dviglo::UI | |
| Update(float timeStep, UIElement *element) | Dviglo::UI | private |
| URHO3D_OBJECT(UI, Object) (defined in Dviglo::UI) | Dviglo::UI | private |
| useMutableGlyphs_ | Dviglo::UI | private |
| useScreenKeyboard_ | Dviglo::UI | private |
| useSystemClipboard_ | Dviglo::UI | private |
| usingTouchInput_ | Dviglo::UI | private |
| vertexBuffer_ | Dviglo::UI | private |
| vertexData_ | Dviglo::UI | private |
| WeakRefs() const | Dviglo::RefCounted | |
| ~Object() override | Dviglo::Object | |
| ~RefCounted() | Dviglo::RefCounted | virtual |
| ~UI() override | Dviglo::UI |
1.8.17