![]() |
Lysa UI
0.0
Lysa UI —UI components for the Lysa Engine
|
This is the complete list of members for HScrollBar, including all inherited members.
| BOX enum value | Widget | |
| BUTTON enum value | Widget | |
| FRAME enum value | Widget | |
| HORIZONTAL enum value | ScrollBar | |
| HScrollBar(const float min=0, const float max=100, const float value=0, const float step=1) | HScrollBar | inline |
| IMAGE enum value | Widget | |
| LIFT_MINWIDTH | ScrollBar | staticconstexpr |
| LINE enum value | Widget | |
| LONGSTEP_MUX | ScrollBar | staticconstexpr |
| PANEL enum value | Widget | |
| SCROLLBAR enum value | Widget | |
| ScrollBar(Type type=HORIZONTAL, float min=0, float max=100, float value=0, float step=1) | ScrollBar | |
| TEXT enum value | Widget | |
| TEXTEDIT enum value | Widget | |
| TOGGLEBUTTON enum value | Widget | |
| TREEVIEW enum value | Widget | |
| Type enum name | ScrollBar | |
| VERTICAL enum value | ScrollBar | |
| ValueSelect(Type type, float min, float max, float value, float step) | ValueSelect | |
| WIDGET enum value | Widget | |
| Widget(Type type=WIDGET) | Widget | |
| add(std::shared_ptr< T > child, const Alignment alignment, const std::string &resource="", const bool overlap=false) | Widget | inline |
| alignment | Widget | protected |
| allowChildren | Widget | protected |
| allowFocus | Widget | protected |
| children | Widget | protected |
| create(const std::string &resource, const Alignment alignment, Args &&...args) | Widget | inline |
| create(const Alignment alignment, Args &&...args) | Widget | inline |
| defaultRect | Widget | protected |
| drawBackground | Widget | protected |
| enable(bool isEnabled=true) | Widget | |
| eventCreate() | Widget | virtual |
| eventDestroy() | Widget | virtual |
| eventDisable() | Widget | virtual |
| eventEnable() | Widget | virtual |
| eventGotFocus() | Widget | virtual |
| eventHide() | Widget | virtual |
| eventKeyDown(Key key) | Widget | virtual |
| eventKeyUp(Key key) | Widget | virtual |
| eventLostFocus() | Widget | virtual |
| eventMouseDown(MouseButton button, float x, float y) | Widget | virtual |
| eventMove(float x, float y) | Widget | virtual |
| eventResize() override | ValueSelect | overrideprotectedvirtual |
| eventShow() | Widget | virtual |
| eventTextInput(const std::string &text) | Widget | virtual |
| focused | Widget | protected |
| fontScale | Widget | protected |
| getAlignment() const | Widget | |
| getChildrenRect() const | Widget | |
| getFont() const | Widget | |
| getFontScale() const | Widget | |
| getGroupIndex() const | Widget | |
| getHBorder() const | Widget | |
| getHeight() const | Widget | inline |
| getMax() const | ValueSelect | inline |
| getMin() const | ValueSelect | inline |
| getPadding() const | Widget | |
| getParent() const | Widget | inline |
| getRect() const | Widget | |
| getScrollBarType() const | ScrollBar | inline |
| getStep() const | ValueSelect | inline |
| getTransparency() const | Widget | inline |
| getType() const | Widget | |
| getUserData() const | Widget | |
| getVBorder() const | Widget | |
| getValue() const | ValueSelect | inline |
| getWidth() const | Widget | inline |
| hborder | Widget | protected |
| isDrawBackground() const | Widget | |
| isEnabled() const | Widget | |
| isFocused() const | Widget | |
| isFreezed() const | Widget | |
| isOverlapping() const | Widget | inline |
| isPointed() const | Widget | |
| isPushed() const | Widget | |
| isRedrawOnMouseEvent() const | Widget | |
| isVisible() const | Widget | |
| max | ValueSelect | protected |
| min | ValueSelect | protected |
| mouseMoveOnFocus | Widget | protected |
| moveChildrenOnPush | Widget | protected |
| overlap | Widget | protected |
| padding | Widget | protected |
| parent | Widget | protected |
| rect | Widget | protected |
| redrawOnMouseEvent | Widget | protected |
| redrawOnMouseMove | Widget | protected |
| refresh() const | Widget | |
| remove(const std::shared_ptr< Widget > &child) | Widget | virtual |
| removeAll() | Widget | virtual |
| resizeChildren() | Widget | |
| resource | Widget | protected |
| setAlignment(Alignment alignment) | Widget | |
| setDrawBackground(bool drawBackground) | Widget | |
| setFocus(bool=true) | Widget | |
| setFont(const std::shared_ptr< Font > &font) | Widget | |
| setFontScale(float fontScale) | Widget | virtual |
| setFreezed(const bool f) | Widget | inline |
| setGroupIndex(int32 index) | Widget | |
| setHBorder(float size) | Widget | |
| setMax(float max) | ValueSelect | virtual |
| setMin(float min) | ValueSelect | virtual |
| setPadding(float padding) | Widget | |
| setPos(float x, float y) | Widget | |
| setPushed(const bool p) | Widget | inline |
| setRect(float x, float y, float width, float height) | Widget | |
| setRect(const Rect &rect) | Widget | |
| setResource(std::shared_ptr< UIResource > resource) | Widget | |
| setResources(const std::string &area, const std::string &cage) | ScrollBar | |
| setSize(float width, float height) | Widget | virtual |
| setStep(float step) | ValueSelect | virtual |
| setTransparency(float alpha) | Widget | |
| setUserData(void *data) | Widget | |
| setVBorder(float size) | Widget | |
| setValue(float value) | ValueSelect | virtual |
| show(bool show=true) | Widget | |
| step | ValueSelect | protected |
| style | Widget | protected |
| transparency | Widget | protected |
| value | ValueSelect | protected |
| vborder | Widget | protected |
| window | Widget | protected |
| ~Widget() = default | Widget | virtualdefault |