Documentation
Urho3D::UI Member List
This is the complete list of members for Urho3D::UI, including all inherited members.
AddRef() | Urho3D::RefCounted | |
batches_ | Urho3D::UI | private |
Clear() | Urho3D::UI | |
clickTimer_ | Urho3D::UI | private |
clipBoard_ | Urho3D::UI | mutableprivate |
context_ | Urho3D::Object | protected |
cursor_ | 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 |
doubleClickInterval_ | Urho3D::UI | private |
dragBeginDistance_ | Urho3D::UI | private |
dragBeginInterval_ | Urho3D::UI | private |
dragConfirmedCount_ | Urho3D::UI | private |
DragElementErase(HashMap< WeakPtr< UIElement >, DragData * >::Iterator dragElement) | Urho3D::UI | private |
dragElements_ | Urho3D::UI | private |
dragElementsConfirmed_ | Urho3D::UI | private |
dragElementsCount_ | Urho3D::UI | private |
focusElement_ | Urho3D::UI | private |
forceAutoHint_ | Urho3D::UI | private |
GetBaseType() const =0 | Urho3D::Object | pure virtual |
GetBatches(UIElement *element, IntRect currentScissor) | Urho3D::UI | private |
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 |
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 | |
GetElementAt(const IntVector2 &position, bool enabledOnly=true) | Urho3D::UI | |
GetElementAt(int x, int y, bool enabledOnly=true) | Urho3D::UI | |
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 |
GetForceAutoHint() const | Urho3D::UI | inline |
GetFrontElement() const | Urho3D::UI | |
GetMaxFontTextureSize() const | Urho3D::UI | inline |
GetNumDragElements() const | Urho3D::UI | inline |
GetRoot() const | Urho3D::UI | inline |
GetRootModalElement() const | Urho3D::UI | inline |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetType() const =0 | Urho3D::Object | pure virtual |
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 |
IsNonFocusedMouseWheel() const | Urho3D::UI | inline |
lastMouseButtons_ | Urho3D::UI | private |
LoadLayout(Deserializer &source, XMLFile *styleFile=0) | Urho3D::UI | |
LoadLayout(XMLFile *file, XMLFile *styleFile=0) | Urho3D::UI | |
maxFontTextureSize_ | Urho3D::UI | private |
mouseButtons_ | Urho3D::UI | private |
nonFocusedMouseWheel_ | Urho3D::UI | private |
nonModalBatchSize_ | Urho3D::UI | private |
OBJECT(UI) (defined in Urho3D::UI) | Urho3D::UI | private |
Object(Context *context) | Urho3D::Object | |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
ProcessClickBegin(const IntVector2 &cursorPos, int button, int buttons, int qualifiers, Cursor *cursor, bool cursorVisible) | Urho3D::UI | private |
ProcessClickEnd(const IntVector2 &cursorPos, int button, int buttons, int qualifiers, Cursor *cursor, bool cursorVisible) | Urho3D::UI | private |
ProcessDragCancel() | Urho3D::UI | private |
ProcessHover(const IntVector2 &cursorPos, int buttons, int qualifiers, Cursor *cursor) | Urho3D::UI | private |
ProcessMove(const IntVector2 &cursorPos, const IntVector2 &cursorDeltaPos, int buttons, int qualifiers, Cursor *cursor, bool cursorVisible) | Urho3D::UI | private |
qualifiers_ | Urho3D::UI | private |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
ReleaseFontFaces() | Urho3D::UI | private |
ReleaseRef() | Urho3D::RefCounted | |
Render(bool resetRenderTargets=true) | Urho3D::UI | |
Render(bool resetRenderTargets, VertexBuffer *buffer, const PODVector< UIBatch > &batches, unsigned batchStart, unsigned batchEnd) | Urho3D::UI | private |
RenderUpdate() | Urho3D::UI | |
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, int button, int buttons, int 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 | |
SetClipboardText(const String &text) | Urho3D::UI | |
SetCursor(Cursor *cursor) | Urho3D::UI | |
SetCursorShape(CursorShape shape) | Urho3D::UI | private |
SetDefaultToolTipDelay(float delay) | Urho3D::UI | |
SetDoubleClickInterval(float interval) | Urho3D::UI | |
SetDragBeginDistance(int pixels) | Urho3D::UI | |
SetDragBeginInterval(float interval) | Urho3D::UI | |
SetFocusElement(UIElement *element, bool byKey=false) | Urho3D::UI | |
SetForceAutoHint(bool enable) | Urho3D::UI | |
SetMaxFontTextureSize(int size) | Urho3D::UI | |
SetModalElement(UIElement *modalElement, bool enable) | Urho3D::UI | |
SetNonFocusedMouseWheel(bool nonFocusedMouseWheel) | Urho3D::UI | |
SetUseMutableGlyphs(bool enable) | Urho3D::UI | |
SetUseScreenKeyboard(bool enable) | Urho3D::UI | |
SetUseSystemClipboard(bool enable) | Urho3D::UI | |
SetVertexData(VertexBuffer *dest, const PODVector< float > &vertexData) | Urho3D::UI | private |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | 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 | |
uiRendered_ | Urho3D::UI | private |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const PODVector< 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 |
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() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |
~UI() | Urho3D::UI | virtual |