AddChild(UIElement *element) | Dviglo::UIElement | |
AddRef() | Dviglo::RefCounted | |
AddTag(const String &tag) | Dviglo::UIElement | |
AddTags(const String &tags, char separator=';') | Dviglo::UIElement | |
AddTags(const StringVector &tags) | Dviglo::UIElement | |
AdjustScissor(IntRect ¤tScissor) | Dviglo::UIElement | |
AllocateNetworkState() | Dviglo::Serializable | |
anchorMax_ | Dviglo::UIElement | private |
anchorMin_ | Dviglo::UIElement | private |
Animatable(Context *context) | Dviglo::Animatable | explicit |
animatedNetworkAttributes_ | Dviglo::Animatable | protected |
animationEnabled_ | Dviglo::Animatable | protected |
appliedStyle_ | Dviglo::UIElement | protected |
appliedStyleFile_ | Dviglo::UIElement | private |
ApplyAttributes() override | Dviglo::ScrollView | virtual |
ApplyStyleRecursive(UIElement *element) | Dviglo::UIElement | private |
attributeAnimationInfos_ | Dviglo::Animatable | protected |
autoDisableChildren_ | Dviglo::ScrollView | protected |
autoDisableThreshold_ | Dviglo::ScrollView | protected |
barScrolling_ | Dviglo::ScrollView | protected |
blockEvents_ | Dviglo::Object | private |
bringToBack_ | Dviglo::UIElement | protected |
BringToFront() | Dviglo::UIElement | |
bringToFront_ | Dviglo::UIElement | protected |
CalculateLayout(PODVector< int > &positions, PODVector< int > &sizes, const PODVector< int > &minSizes, const PODVector< int > &maxSizes, const PODVector< float > &flexScales, int targetSize, int begin, int end, int spacing) | Dviglo::UIElement | private |
CalculateLayoutParentSize(const PODVector< int > &sizes, int begin, int end, int spacing) | Dviglo::UIElement | private |
Cast() | Dviglo::Object | inline |
Cast() const | Dviglo::Object | inline |
childOffset_ | Dviglo::UIElement | private |
children_ | Dviglo::UIElement | protected |
clipBorder_ | Dviglo::UIElement | protected |
clipChildren_ | Dviglo::UIElement | protected |
colorGradient_ | Dviglo::UIElement | private |
colors_ | Dviglo::UIElement | protected |
contentElement_ | Dviglo::ScrollView | protected |
context_ | Dviglo::Object | protected |
CreateChild(StringHash type, const String &name=String::EMPTY, unsigned index=M_MAX_UNSIGNED) | Dviglo::UIElement | |
CreateChild(const String &name=String::EMPTY, unsigned index=M_MAX_UNSIGNED) | Dviglo::UIElement | |
defaultStyle_ | Dviglo::UIElement | private |
derivedColor_ | Dviglo::UIElement | mutableprivate |
derivedColorDirty_ | Dviglo::UIElement | mutableprivate |
derivedOpacity_ | Dviglo::UIElement | mutableprivate |
Detach() | Dviglo::UIElement | private |
DisableLayoutUpdate() | Dviglo::UIElement | |
dragButtonCombo_ | Dviglo::UIElement | protected |
dragButtonCount_ | Dviglo::UIElement | protected |
dragDropMode_ | Dviglo::UIElement | protected |
editable_ | Dviglo::UIElement | protected |
elementEventSender_ | Dviglo::UIElement | private |
ElementToScreen(const IntVector2 &position) | Dviglo::UIElement | virtual |
enableAnchor_ | Dviglo::UIElement | private |
enabled_ | Dviglo::UIElement | protected |
enabledPrev_ | Dviglo::UIElement | protected |
EnableLayoutUpdate() | Dviglo::UIElement | |
eventHandlers_ | Dviglo::Object | private |
FilterAttributes(XMLElement &dest) const | Dviglo::UIElement | |
FilterImplicitAttributes(XMLElement &dest) const override | Dviglo::ScrollView | protectedvirtual |
FilterScrollBarImplicitAttributes(XMLElement &dest, const String &name) const | Dviglo::ScrollView | protected |
FilterUIStyleAttributes(XMLElement &dest, const XMLElement &styleElem) const | Dviglo::UIElement | protected |
FindAttributeAnimationTarget(const String &name, String &outName) override | Dviglo::UIElement | protectedvirtual |
FindChild(UIElement *element) const | Dviglo::UIElement | |
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 |
focusMode_ | Dviglo::UIElement | protected |
GetAnimationEnabled() const | Dviglo::Animatable | inline |
GetAppliedStyle() const | Dviglo::UIElement | |
GetAttribute(unsigned index) const | Dviglo::Serializable | |
GetAttribute(const String &name) const | Dviglo::Serializable | |
GetAttributeAnimation(const String &name) const | Dviglo::Animatable | |
GetAttributeAnimationInfo(const String &name) const | Dviglo::Animatable | protected |
GetAttributeAnimationSpeed(const String &name) const | Dviglo::Animatable | |
GetAttributeAnimationTime(const String &name) const | Dviglo::Animatable | |
GetAttributeAnimationWrapMode(const String &name) const | Dviglo::Animatable | |
GetAttributeDefault(unsigned index) const | Dviglo::Serializable | |
GetAttributeDefault(const String &name) const | Dviglo::Serializable | |
GetAttributes() const | Dviglo::Serializable | virtual |
GetAutoDisableChildren() const | Dviglo::ScrollView | inline |
GetAutoDisableThreshold() const | Dviglo::ScrollView | inline |
GetBatches(PODVector< UIBatch > &batches, PODVector< float > &vertexData, const IntRect ¤tScissor) | Dviglo::UIElement | virtual |
GetBatchesWithOffset(IntVector2 &offset, PODVector< UIBatch > &batches, PODVector< float > &vertexData, IntRect currentScissor) | Dviglo::UIElement | |
GetBlockEvents() const | Dviglo::Object | inline |
GetBringToBack() const | Dviglo::UIElement | inline |
GetBringToFront() const | Dviglo::UIElement | inline |
GetCategory() const | Dviglo::Object | |
GetChild(unsigned index) const | Dviglo::UIElement | |
GetChild(const String &name, bool recursive=false) const | Dviglo::UIElement | |
GetChild(const StringHash &key, const Variant &value=Variant::EMPTY, bool recursive=false) const | Dviglo::UIElement | |
GetChildDynamicCast(unsigned index) const | Dviglo::UIElement | |
GetChildDynamicCast(const String &name, bool recursive=false) const | Dviglo::UIElement | |
GetChildDynamicCast(const StringHash &key, const Variant &value=Variant::EMPTY, bool recursive=false) const | Dviglo::UIElement | |
GetChildOffset() const | Dviglo::UIElement | inline |
GetChildren() const | Dviglo::UIElement | inline |
GetChildren(PODVector< UIElement * > &dest, bool recursive=false) const | Dviglo::UIElement | |
GetChildren(bool recursive) const | Dviglo::UIElement | |
GetChildrenRecursive(PODVector< UIElement * > &dest) const | Dviglo::UIElement | private |
GetChildrenWithTag(PODVector< UIElement * > &dest, const String &tag, bool recursive=false) const | Dviglo::UIElement | |
GetChildrenWithTag(const String &tag, bool recursive=false) const | Dviglo::UIElement | |
GetChildrenWithTagRecursive(PODVector< UIElement * > &dest, const String &tag) const | Dviglo::UIElement | private |
GetChildStaticCast(unsigned index) const | Dviglo::UIElement | |
GetChildStaticCast(const String &name, bool recursive=false) const | Dviglo::UIElement | |
GetChildStaticCast(const StringHash &key, const Variant &value=Variant::EMPTY, bool recursive=false) const | Dviglo::UIElement | |
GetClipBorder() const | Dviglo::UIElement | inline |
GetClipChildren() const | Dviglo::UIElement | inline |
GetColor(Corner corner) const | Dviglo::UIElement | inline |
GetColorAttr() const | Dviglo::UIElement | inline |
GetCombinedScreenRect() | Dviglo::UIElement | |
GetContentElement() const | Dviglo::ScrollView | inline |
GetContext() const | Dviglo::Object | inline |
GetDebugDrawBatches(PODVector< UIBatch > &batches, PODVector< float > &vertexData, const IntRect ¤tScissor) | Dviglo::UIElement | virtual |
GetDefaultStyle(bool recursiveUp=true) const | Dviglo::UIElement | |
GetDerivedColor() const | Dviglo::UIElement | |
GetDerivedOpacity() const | Dviglo::UIElement | |
GetDragButtonCombo() const | Dviglo::UIElement | inline |
GetDragButtonCount() const | Dviglo::UIElement | inline |
GetDragDropMode() const | Dviglo::UIElement | inline |
GetEffectiveMinSize() const | Dviglo::UIElement | |
GetElementEventSender() const | Dviglo::UIElement | |
GetEnableAnchor() const | Dviglo::UIElement | inline |
GetEventDataMap() const | Dviglo::Object | |
GetEventHandler() const | Dviglo::Object | |
GetEventSender() const | Dviglo::Object | |
GetFocusMode() const | Dviglo::UIElement | inline |
GetGlobalVar(StringHash key) const | Dviglo::Object | |
GetGlobalVars() const | Dviglo::Object | |
GetHeight() const | Dviglo::UIElement | inline |
GetHorizontalAlignment() const | Dviglo::UIElement | |
GetHorizontalScrollBar() const | Dviglo::ScrollView | inline |
GetHorizontalScrollBarVisible() const | Dviglo::ScrollView | |
GetIndent() const | Dviglo::UIElement | inline |
GetIndentSpacing() const | Dviglo::UIElement | inline |
GetIndentWidth() const | Dviglo::UIElement | inline |
GetInstanceDefault(const String &name) const | Dviglo::Serializable | private |
GetInterceptNetworkUpdate(const String &attributeName) const | Dviglo::Serializable | |
GetLayoutBorder() const | Dviglo::UIElement | inline |
GetLayoutChildPosition(UIElement *child) | Dviglo::UIElement | private |
GetLayoutElementMaxSize() const | Dviglo::UIElement | inline |
GetLayoutFlexScale() const | Dviglo::UIElement | inline |
GetLayoutMode() const | Dviglo::UIElement | inline |
GetLayoutSpacing() const | Dviglo::UIElement | inline |
GetMaxAnchor() const | Dviglo::UIElement | inline |
GetMaxHeight() const | Dviglo::UIElement | inline |
GetMaxOffset() const (defined in Dviglo::UIElement) | Dviglo::UIElement | inline |
GetMaxSize() const | Dviglo::UIElement | inline |
GetMaxWidth() const | Dviglo::UIElement | inline |
GetMinAnchor() const | Dviglo::UIElement | inline |
GetMinHeight() const | Dviglo::UIElement | inline |
GetMinOffset() const (defined in Dviglo::UIElement) | Dviglo::UIElement | inline |
GetMinSize() const | Dviglo::UIElement | inline |
GetMinWidth() const | Dviglo::UIElement | inline |
GetName() const | Dviglo::UIElement | inline |
GetNetworkAttributes() const | Dviglo::Serializable | virtual |
GetNetworkState() const | Dviglo::Serializable | inline |
GetNumAttributes() const | Dviglo::Serializable | |
GetNumChildren(bool recursive=false) const | Dviglo::UIElement | |
GetNumNetworkAttributes() const | Dviglo::Serializable | |
GetObjectAnimation() const | Dviglo::Animatable | |
GetObjectAnimationAttr() const | Dviglo::Animatable | |
GetOpacity() const | Dviglo::UIElement | inline |
GetPageStep() const | Dviglo::ScrollView | inline |
GetParent() const | Dviglo::UIElement | inline |
GetPivot() const | Dviglo::UIElement | inline |
GetPosition() const | Dviglo::UIElement | inline |
GetPriority() const | Dviglo::UIElement | inline |
GetRoot() const | Dviglo::UIElement | |
GetScreenPosition() const | Dviglo::UIElement | virtual |
GetScrollBarsAutoVisible() const | Dviglo::ScrollView | inline |
GetScrollDeceleration() const | Dviglo::ScrollView | inline |
GetScrollPanel() const | Dviglo::ScrollView | inline |
GetScrollSnapEpsilon() const | Dviglo::ScrollView | inline |
GetScrollStep() const | Dviglo::ScrollView | |
GetSize() const | Dviglo::UIElement | inline |
GetSortChildren() const | Dviglo::UIElement | inline |
GetSubsystem(StringHash type) const | Dviglo::Object | |
GetSubsystem() const | Dviglo::Object | |
GetTags() const | Dviglo::UIElement | inline |
GetTraversalMode() const | Dviglo::UIElement | inline |
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 |
GetUseDerivedOpacity() const | Dviglo::UIElement | inline |
GetVar(const StringHash &key) const | Dviglo::UIElement | |
GetVars() const | Dviglo::UIElement | inline |
GetVerticalAlignment() const | Dviglo::UIElement | |
GetVerticalScrollBar() const | Dviglo::ScrollView | inline |
GetVerticalScrollBarVisible() const | Dviglo::ScrollView | |
GetViewPosition() const | Dviglo::ScrollView | inline |
GetWidth() const | Dviglo::UIElement | inline |
HandleAttributeAnimationAdded(StringHash eventType, VariantMap &eventData) | Dviglo::Animatable | protected |
HandleAttributeAnimationRemoved(StringHash eventType, VariantMap &eventData) | Dviglo::Animatable | protected |
HandleElementResized(StringHash eventType, VariantMap &eventData) | Dviglo::ScrollView | private |
HandlePostUpdate(StringHash eventType, VariantMap &eventData) | Dviglo::UIElement | private |
HandleScrollBarChanged(StringHash eventType, VariantMap &eventData) | Dviglo::ScrollView | private |
HandleScrollBarVisibleChanged(StringHash eventType, VariantMap &eventData) | Dviglo::ScrollView | private |
HandleTouchMove(StringHash eventType, VariantMap &eventData) | Dviglo::ScrollView | private |
HasColorGradient() const | Dviglo::UIElement | inline |
HasEventHandlers() const | Dviglo::Object | inline |
HasFocus() const | Dviglo::UIElement | |
HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
HasTag(const String &tag) const | Dviglo::UIElement | |
horizontalScrollBar_ | Dviglo::ScrollView | protected |
hovering_ | Dviglo::UIElement | protected |
ignoreEvents_ | Dviglo::ScrollView | protected |
indent_ | Dviglo::UIElement | protected |
indentSpacing_ | Dviglo::UIElement | protected |
InsertChild(unsigned index, UIElement *element) | Dviglo::UIElement | |
instanceDefaultValues_ | Dviglo::Serializable | private |
internal_ | Dviglo::UIElement | protected |
IsAnimatedNetworkAttribute(const AttributeInfo &attrInfo) const | Dviglo::Animatable | protected |
IsChildOf(UIElement *element) const | Dviglo::UIElement | |
IsEditable() const | Dviglo::UIElement | inline |
IsElementEventSender() const | Dviglo::UIElement | inline |
IsEnabled() const | Dviglo::UIElement | inline |
IsEnabledSelf() const | Dviglo::UIElement | inline |
IsFixedHeight() const | Dviglo::UIElement | inline |
IsFixedSize() const | Dviglo::UIElement | inline |
IsFixedWidth() const | Dviglo::UIElement | inline |
IsHovering() const | Dviglo::UIElement | inline |
IsInside(IntVector2 position, bool isScreen) | Dviglo::UIElement | |
IsInsideCombined(IntVector2 position, bool isScreen) | Dviglo::UIElement | |
IsInstanceOf(StringHash type) const | Dviglo::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
IsInstanceOf() const | Dviglo::Object | inline |
IsInternal() const | Dviglo::UIElement | inline |
IsSelected() const | Dviglo::UIElement | inline |
IsTemporary() const | Dviglo::Serializable | inline |
IsVisible() const | Dviglo::UIElement | inline |
IsVisibleEffective() const | Dviglo::UIElement | |
IsWheelHandler() const override | Dviglo::ScrollView | inlinevirtual |
IsWithinScissor(const IntRect ¤tScissor) | Dviglo::UIElement | virtual |
layoutBorder_ | Dviglo::UIElement | protected |
layoutElementMaxSize_ | Dviglo::UIElement | protected |
layoutFlexScale_ | Dviglo::UIElement | protected |
layoutMinSize_ | Dviglo::UIElement | private |
layoutMode_ | Dviglo::UIElement | protected |
layoutNestingLevel_ | Dviglo::UIElement | protected |
layoutSpacing_ | Dviglo::UIElement | protected |
Load(Deserializer &source) | Dviglo::Serializable | virtual |
LoadChildXML(const XMLElement &childElem, XMLFile *styleFile) | Dviglo::UIElement | virtual |
LoadJSON(const JSONValue &source) override | Dviglo::Animatable | virtual |
LoadXML(const XMLElement &source) override | Dviglo::UIElement | virtual |
LoadXML(const XMLElement &source, XMLFile *styleFile) | Dviglo::UIElement | virtual |
LoadXML(Deserializer &source) | Dviglo::UIElement | |
MarkDirty() | Dviglo::UIElement | protected |
MarkNetworkUpdate() | Dviglo::Serializable | inlinevirtual |
maxOffset_ | Dviglo::UIElement | private |
maxSize_ | Dviglo::UIElement | private |
minOffset_ | Dviglo::UIElement | private |
minSize_ | Dviglo::UIElement | private |
name_ | Dviglo::UIElement | protected |
networkState_ | Dviglo::Serializable | protected |
Object(Context *context) | Dviglo::Object | explicit |
objectAnimation_ | Dviglo::Animatable | protected |
OnAttributeAnimationAdded() override | Dviglo::UIElement | protectedvirtual |
OnAttributeAnimationRemoved() override | Dviglo::UIElement | protectedvirtual |
OnClickBegin(const IntVector2 &position, const IntVector2 &screenPosition, MouseButton button, MouseButtonFlags buttons, QualifierFlags qualifiers, Cursor *cursor) | Dviglo::UIElement | inlinevirtual |
OnClickEnd(const IntVector2 &position, const IntVector2 &screenPosition, MouseButton button, MouseButtonFlags buttons, QualifierFlags qualifiers, Cursor *cursor, UIElement *beginElement) | Dviglo::UIElement | inlinevirtual |
OnDoubleClick(const IntVector2 &position, const IntVector2 &screenPosition, MouseButton button, MouseButtonFlags buttons, QualifierFlags qualifiers, Cursor *cursor) | Dviglo::UIElement | inlinevirtual |
OnDragBegin(const IntVector2 &position, const IntVector2 &screenPosition, MouseButtonFlags buttons, QualifierFlags qualifiers, Cursor *cursor) | Dviglo::UIElement | virtual |
OnDragCancel(const IntVector2 &position, const IntVector2 &screenPosition, MouseButtonFlags dragButtons, MouseButtonFlags cancelButtons, Cursor *cursor) | Dviglo::UIElement | virtual |
OnDragDropFinish(UIElement *source) | Dviglo::UIElement | virtual |
OnDragDropTest(UIElement *source) | Dviglo::UIElement | virtual |
OnDragEnd(const IntVector2 &position, const IntVector2 &screenPosition, MouseButtonFlags dragButtons, MouseButtonFlags releaseButtons, Cursor *cursor) | Dviglo::UIElement | virtual |
OnDragMove(const IntVector2 &position, const IntVector2 &screenPosition, const IntVector2 &deltaPos, MouseButtonFlags buttons, QualifierFlags qualifiers, Cursor *cursor) | Dviglo::UIElement | virtual |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual |
OnGetAttribute(const AttributeInfo &attr, Variant &dest) const | Dviglo::Serializable | virtual |
OnHover(const IntVector2 &position, const IntVector2 &screenPosition, MouseButtonFlags buttons, QualifierFlags qualifiers, Cursor *cursor) | Dviglo::UIElement | virtual |
OnIndentSet() | Dviglo::UIElement | inlinevirtual |
OnKey(Key key, MouseButtonFlags buttons, QualifierFlags qualifiers) override | Dviglo::ScrollView | virtual |
OnObjectAnimationAdded(ObjectAnimation *objectAnimation) | Dviglo::Animatable | protected |
OnObjectAnimationRemoved(ObjectAnimation *objectAnimation) | Dviglo::Animatable | protected |
OnPositionSet(const IntVector2 &newPosition) | Dviglo::UIElement | inlinevirtual |
OnResize(const IntVector2 &newSize, const IntVector2 &delta) override | Dviglo::ScrollView | virtual |
OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Dviglo::Serializable | virtual |
OnSetEditable() | Dviglo::UIElement | inlinevirtual |
OnTextInput(const String &text) | Dviglo::UIElement | inlinevirtual |
OnWheel(int delta, MouseButtonFlags buttons, QualifierFlags qualifiers) override | Dviglo::ScrollView | virtual |
opacity_ | Dviglo::UIElement | private |
opacityDirty_ | Dviglo::UIElement | mutableprivate |
operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
pageStep_ | Dviglo::ScrollView | protected |
parent_ | Dviglo::UIElement | protected |
pivot_ | Dviglo::UIElement | private |
pivotSet_ | Dviglo::UIElement | private |
position_ | Dviglo::UIElement | protected |
positionDirty_ | Dviglo::UIElement | mutableprotected |
priority_ | Dviglo::UIElement | protected |
ReadDeltaUpdate(Deserializer &source) | Dviglo::Serializable | |
ReadLatestDataUpdate(Deserializer &source) | Dviglo::Serializable | |
refCount_ | Dviglo::RefCounted | private |
RefCounted() | Dviglo::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
RefCountPtr() | Dviglo::RefCounted | inline |
Refs() const | Dviglo::RefCounted | |
RegisterObject(Context *context) | Dviglo::ScrollView | static |
ReleaseRef() | Dviglo::RefCounted | |
Remove() | Dviglo::UIElement | |
RemoveAllChildren() | Dviglo::UIElement | |
RemoveAllTags() | Dviglo::UIElement | |
RemoveAttributeAnimation(const String &name) | Dviglo::Animatable | |
RemoveChild(UIElement *element, unsigned index=0) | Dviglo::UIElement | |
RemoveChildAtIndex(unsigned index) | Dviglo::UIElement | |
RemoveChildXML(XMLElement &parent, const String &name) const | Dviglo::UIElement | protected |
RemoveChildXML(XMLElement &parent, const String &name, const String &value) const | Dviglo::UIElement | protected |
RemoveEventSender(Object *sender) | Dviglo::Object | private |
RemoveInstanceDefault() | Dviglo::Serializable | |
RemoveObjectAnimation() | Dviglo::Animatable | |
RemoveTag(const String &tag) | Dviglo::UIElement | |
ResetDeepEnabled() | Dviglo::UIElement | |
ResetToDefault() | Dviglo::Serializable | |
resizeContentWidth_ | Dviglo::ScrollView | protected |
resizeNestingLevel_ | Dviglo::UIElement | protected |
Save(Serializer &dest) const | Dviglo::Serializable | virtual |
SaveDefaultAttributes() const | Dviglo::Serializable | inlinevirtual |
SaveJSON(JSONValue &dest) const override | Dviglo::Animatable | virtual |
SaveXML(XMLElement &dest) const override | Dviglo::UIElement | virtual |
SaveXML(Serializer &dest, const String &indentation="\t") const | Dviglo::UIElement | |
screenPosition_ | Dviglo::UIElement | mutableprotected |
ScreenToElement(const IntVector2 &screenPosition) | Dviglo::UIElement | virtual |
scrollBarsAutoVisible_ | Dviglo::ScrollView | protected |
scrollChildrenDisable_ | Dviglo::ScrollView | protected |
scrollDeceleration_ | Dviglo::ScrollView | protected |
scrollPanel_ | Dviglo::ScrollView | protected |
ScrollSmooth(float timeStep) | Dviglo::ScrollView | private |
scrollSnapEpsilon_ | Dviglo::ScrollView | protected |
scrollTouchDown_ | Dviglo::ScrollView | protected |
ScrollView(Context *context) | Dviglo::ScrollView | explicit |
selected_ | Dviglo::UIElement | protected |
SendEvent(StringHash eventType) | Dviglo::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Dviglo::Object | |
SendEvent(StringHash eventType, Args... args) | Dviglo::Object | inline |
Serializable(Context *context) | Dviglo::Serializable | explicit |
SetAlignment(HorizontalAlignment hAlign, VerticalAlignment vAlign) | Dviglo::UIElement | |
SetAnimationEnabled(bool enable) | Dviglo::Animatable | |
SetAnimationTime(float time) | Dviglo::Animatable | |
SetAttribute(unsigned index, const Variant &value) | Dviglo::Serializable | |
SetAttribute(const String &name, const Variant &value) | Dviglo::Serializable | |
SetAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode=WM_LOOP, float speed=1.0f) | Dviglo::Animatable | |
SetAttributeAnimationSpeed(const String &name, float speed) | Dviglo::Animatable | |
SetAttributeAnimationTime(const String &name, float time) | Dviglo::Animatable | |
SetAttributeAnimationWrapMode(const String &name, WrapMode wrapMode) | Dviglo::Animatable | |
SetAutoDisableChildren(bool disable) | Dviglo::ScrollView | inline |
SetAutoDisableThreshold(float amount) | Dviglo::ScrollView | inline |
SetBlockEvents(bool block) | Dviglo::Object | inline |
SetBringToBack(bool enable) | Dviglo::UIElement | |
SetBringToFront(bool enable) | Dviglo::UIElement | |
SetChildOffset(const IntVector2 &offset) | Dviglo::UIElement | |
SetClipBorder(const IntRect &rect) | Dviglo::UIElement | |
SetClipChildren(bool enable) | Dviglo::UIElement | |
SetColor(const Color &color) | Dviglo::UIElement | |
SetColor(Corner corner, const Color &color) | Dviglo::UIElement | |
SetContentElement(UIElement *element) | Dviglo::ScrollView | |
SetDeepEnabled(bool enable) | Dviglo::UIElement | |
SetDefaultStyle(XMLFile *style) | Dviglo::UIElement | |
SetDragDropMode(DragAndDropModeFlags mode) | Dviglo::UIElement | |
SetEditable(bool enable) | Dviglo::UIElement | |
SetElementEventSender(bool flag) | Dviglo::UIElement | |
SetEnableAnchor(bool enable) | Dviglo::UIElement | |
SetEnabled(bool enable) | Dviglo::UIElement | |
SetEnabledRecursive(bool enable) | Dviglo::UIElement | |
SetFixedHeight(int height) | Dviglo::UIElement | |
SetFixedSize(const IntVector2 &size) | Dviglo::UIElement | |
SetFixedSize(int width, int height) | Dviglo::UIElement | |
SetFixedWidth(int width) | Dviglo::UIElement | |
SetFocus(bool enable) | Dviglo::UIElement | |
SetFocusMode(FocusMode mode) | Dviglo::UIElement | |
SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Object | |
SetHeight(int height) | Dviglo::UIElement | |
SetHorizontalAlignment(HorizontalAlignment align) | Dviglo::UIElement | |
SetHorizontalScrollBarVisible(bool visible) | Dviglo::ScrollView | |
SetHovering(bool enable) | Dviglo::UIElement | |
SetIndent(int indent) | Dviglo::UIElement | |
SetIndentSpacing(int indentSpacing) | Dviglo::UIElement | |
SetInstanceDefault(bool enable) | Dviglo::Serializable | inline |
SetInstanceDefault(const String &name, const Variant &defaultValue) | Dviglo::Serializable | private |
setInstanceDefault_ | Dviglo::Serializable | private |
SetInterceptNetworkUpdate(const String &attributeName, bool enable) | Dviglo::Serializable | |
SetInternal(bool enable) | Dviglo::UIElement | |
SetLayout(LayoutMode mode, int spacing=0, const IntRect &border=IntRect::ZERO) | Dviglo::UIElement | |
SetLayoutBorder(const IntRect &border) | Dviglo::UIElement | |
SetLayoutFlexScale(const Vector2 &scale) | Dviglo::UIElement | |
SetLayoutMode(LayoutMode mode) | Dviglo::UIElement | |
SetLayoutSpacing(int spacing) | Dviglo::UIElement | |
SetMaxAnchor(const Vector2 &anchor) | Dviglo::UIElement | |
SetMaxAnchor(float x, float y) | Dviglo::UIElement | |
SetMaxHeight(int height) | Dviglo::UIElement | |
SetMaxOffset(const IntVector2 &offset) | Dviglo::UIElement | |
SetMaxSize(const IntVector2 &maxSize) | Dviglo::UIElement | |
SetMaxSize(int width, int height) | Dviglo::UIElement | |
SetMaxWidth(int width) | Dviglo::UIElement | |
SetMinAnchor(const Vector2 &anchor) | Dviglo::UIElement | |
SetMinAnchor(float x, float y) | Dviglo::UIElement | |
SetMinHeight(int height) | Dviglo::UIElement | |
SetMinOffset(const IntVector2 &offset) | Dviglo::UIElement | |
SetMinSize(const IntVector2 &minSize) | Dviglo::UIElement | |
SetMinSize(int width, int height) | Dviglo::UIElement | |
SetMinWidth(int width) | Dviglo::UIElement | |
SetName(const String &name) | Dviglo::UIElement | |
SetObjectAnimation(ObjectAnimation *objectAnimation) | Dviglo::Animatable | |
SetObjectAnimationAttr(const ResourceRef &value) | Dviglo::Animatable | |
SetObjectAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode, float speed) | Dviglo::Animatable | protected |
SetOpacity(float opacity) | Dviglo::UIElement | |
SetPageStep(float step) | Dviglo::ScrollView | |
SetParent(UIElement *parent, unsigned index=M_MAX_UNSIGNED) | Dviglo::UIElement | |
SetPivot(const Vector2 &pivot) | Dviglo::UIElement | |
SetPivot(float x, float y) | Dviglo::UIElement | |
SetPosition(const IntVector2 &position) | Dviglo::UIElement | |
SetPosition(int x, int y) | Dviglo::UIElement | |
SetPriority(int priority) | Dviglo::UIElement | |
SetRenderTexture(Texture2D *texture) | Dviglo::UIElement | |
SetScrollBarsAutoVisible(bool enable) | Dviglo::ScrollView | |
SetScrollBarsVisible(bool horizontal, bool vertical) | Dviglo::ScrollView | |
SetScrollDeceleration(float deceleration) | Dviglo::ScrollView | inline |
SetScrollSnapEpsilon(float snap) | Dviglo::ScrollView | inline |
SetScrollStep(float step) | Dviglo::ScrollView | |
SetSelected(bool enable) | Dviglo::UIElement | |
SetSize(const IntVector2 &size) | Dviglo::UIElement | |
SetSize(int width, int height) | Dviglo::UIElement | |
SetSortChildren(bool enable) | Dviglo::UIElement | |
SetStyle(const String &styleName, XMLFile *file=nullptr) | Dviglo::UIElement | |
SetStyle(const XMLElement &element) | Dviglo::UIElement | |
SetStyleAuto(XMLFile *file=nullptr) | Dviglo::UIElement | |
SetTags(const StringVector &tags) | Dviglo::UIElement | |
SetTemporary(bool enable) | Dviglo::Serializable | |
SetTraversalMode(TraversalMode traversalMode) | Dviglo::UIElement | |
SetUseDerivedOpacity(bool enable) | Dviglo::UIElement | |
SetVar(StringHash key, const Variant &value) | Dviglo::UIElement | |
SetVerticalAlignment(VerticalAlignment align) | Dviglo::UIElement | |
SetVerticalScrollBarVisible(bool visible) | Dviglo::ScrollView | |
SetViewPosition(const IntVector2 &position) | Dviglo::ScrollView | |
SetViewPosition(int x, int y) | Dviglo::ScrollView | |
SetViewPositionAttr(const IntVector2 &value) | Dviglo::ScrollView | |
SetVisible(bool enable) | Dviglo::UIElement | |
SetWidth(int width) | Dviglo::UIElement | |
size_ | Dviglo::UIElement | private |
SortChildren() | Dviglo::UIElement | |
sortChildren_ | Dviglo::UIElement | protected |
sortOrderDirty_ | Dviglo::UIElement | private |
styleXPathQuery_ | Dviglo::UIElement | privatestatic |
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 | |
tags_ | Dviglo::UIElement | private |
temporary_ | Dviglo::Serializable | private |
touchDistanceSum_ | Dviglo::ScrollView | protected |
touchScrollSpeed_ | Dviglo::ScrollView | protected |
touchScrollSpeedMax_ | Dviglo::ScrollView | protected |
traversalMode_ | Dviglo::UIElement | private |
UIElement(Context *context) | Dviglo::UIElement | explicit |
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) override | Dviglo::ScrollView | virtual |
UpdateAnchoring() | Dviglo::UIElement | protected |
UpdateAttributeAnimations(float timeStep) | Dviglo::Animatable | protected |
UpdateLayout() | Dviglo::UIElement | |
UpdatePanelSize() | Dviglo::ScrollView | protected |
UpdateScrollBars() | Dviglo::ScrollView | protected |
UpdateView(const IntVector2 &position) | Dviglo::ScrollView | protected |
UpdateViewSize() | Dviglo::ScrollView | protected |
URHO3D_OBJECT(ScrollView, UIElement) (defined in Dviglo::ScrollView) | Dviglo::ScrollView | private |
useDerivedOpacity_ | Dviglo::UIElement | protected |
vars_ | Dviglo::UIElement | protected |
VerifyChildAlignment() | Dviglo::UIElement | private |
verticalScrollBar_ | Dviglo::ScrollView | protected |
viewPosition_ | Dviglo::ScrollView | protected |
viewPositionAttr_ | Dviglo::ScrollView | protected |
viewSize_ | Dviglo::ScrollView | protected |
visible_ | Dviglo::UIElement | protected |
WeakRefs() const | Dviglo::RefCounted | |
WriteDeltaUpdate(Serializer &dest, const DirtyBits &attributeBits, unsigned char timeStamp) | Dviglo::Serializable | |
WriteInitialDeltaUpdate(Serializer &dest, unsigned char timeStamp) | Dviglo::Serializable | |
WriteLatestDataUpdate(Serializer &dest, unsigned char timeStamp) | Dviglo::Serializable | |
~Animatable() override | Dviglo::Animatable | |
~Object() override | Dviglo::Object | |
~RefCounted() | Dviglo::RefCounted | virtual |
~ScrollView() override | Dviglo::ScrollView | |
~Serializable() override | Dviglo::Serializable | |
~UIElement() override | Dviglo::UIElement | |