addChild(UIElement *child) | ln::UIElement | |
addInto(UIElement *parent=nullptr) | ln::UIElement | |
arrangeOverride(UILayoutContext *layoutContext, const Rect &finalArea) override | ln::UIElement | virtual |
backgroundColor() const | ln::UIElement | |
backgroundDrawMode() const | ln::UIElement | |
backgroundImage() const | ln::UIElement | |
backgroundImageBorder() const | ln::UIElement | |
backgroundImageRect() const | ln::UIElement | |
backgroundShader() const | ln::UIElement | |
blendColor() const | ln::UIElement | |
blendMode() const | ln::UIElement | |
borderColor() const | ln::UIElement | |
borderThickness() const | ln::UIElement | |
centerPoint() const | ln::UIElement | |
colorScale() const | ln::UIElement | |
cornerRadius() const | ln::UIElement | |
data() const | ln::UIElement | |
focusable() const | ln::UIElement | inline |
fontFamily() const | ln::UIElement | |
fontSize() const | ln::UIElement | |
fontStyle() const | ln::UIElement | |
fontWeight() const | ln::UIElement | |
hAlignment() const | ln::UIElement | |
height() const | ln::UIElement | |
isEnabled() const | ln::UIElement | |
margin() const | ln::UIElement | |
measureOverride(UILayoutContext *layoutContext, const Size &constraint) override | ln::UIElement | virtual |
onRender(UIRenderingContext *context) | ln::UIElement | virtual |
opacity() const | ln::UIElement | |
padding() const | ln::UIElement | |
position() const | ln::UIElement | |
rotation() const | ln::UIElement | |
scale() const | ln::UIElement | |
setAlignments(UIHAlignment halign, UIVAlignment valign) | ln::UIElement | |
setBackgroundColor(const Color &value) | ln::UIElement | |
setBackgroundDrawMode(Sprite9DrawMode value) | ln::UIElement | |
setBackgroundImage(Texture *value) | ln::UIElement | |
setBackgroundImageBorder(const Thickness &value) | ln::UIElement | |
setBackgroundImageRect(const Rect &value) | ln::UIElement | |
setBackgroundShader(Shader *value) | ln::UIElement | |
setBlendColor(const Color &value) | ln::UIElement | |
setBlendMode(const Optional< BlendMode > &value) | ln::UIElement | |
setBorderColor(const Color &value) | ln::UIElement | |
setBorderThickness(const Thickness &value) | ln::UIElement | |
setCenterPoint(const Vector3 &value) | ln::UIElement | |
setCenterPoint(float x, float y, float z=0.0f) | ln::UIElement | inline |
setColorScale(const Color &value) | ln::UIElement | |
setCornerRadius(const CornerRadius &value) | ln::UIElement | |
setData(Variant *value) | ln::UIElement | |
setEnabled(bool value) | ln::UIElement | |
setEulerAngles(float x, float y, float z) | ln::UIElement | inline |
setFocusable(bool value) | ln::UIElement | inline |
setFontFamily(const String &value) | ln::UIElement | |
setFontSize(float value) | ln::UIElement | |
setFontStyle(UIFontStyle value) | ln::UIElement | |
setFontWeight(UIFontWeight value) | ln::UIElement | |
setHAlignment(UIHAlignment value) | ln::UIElement | |
setHeight(float value) | ln::UIElement | |
setMargin(const Thickness &margin) | ln::UIElement | |
setOpacity(float value) | ln::UIElement | |
setPadding(const Thickness &padding) | ln::UIElement | |
setPosition(const Vector3 &pos) | ln::UIElement | |
setPosition(float x, float y, float z=0.0f) | ln::UIElement | inline |
setRotation(const Quaternion &rot) | ln::UIElement | |
setScale(const Vector3 &scale) | ln::UIElement | |
setScale(float xyz) | ln::UIElement | inline |
setScale(float x, float y) | ln::UIElement | inline |
setSize(const Size &size) | ln::UIElement | inline |
setSize(float width, float height) | ln::UIElement | inline |
setTextColor(const Color &value) | ln::UIElement | |
setTone(const ColorTone &value) | ln::UIElement | |
setVAlignment(UIVAlignment value) | ln::UIElement | |
setVisibility(UIVisibility value) | ln::UIElement | |
setWidth(float value) | ln::UIElement | |
textColor() const | ln::UIElement | |
tone() const | ln::UIElement | |
vAlignment() const | ln::UIElement | |
visibility() const | ln::UIElement | |
width() const | ln::UIElement | |