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