Lysa UI  0.0
Lysa UI —UI components for the Lysa Engine
ProgressBar Member List

This is the complete list of members for ProgressBar, including all inherited members.

BOX enum valueWidget
BUTTON enum valueWidget
Display enum nameProgressBar
FRAME enum valueWidget
HORIZONTAL enum valueProgressBar
IMAGE enum valueWidget
LINE enum valueWidget
LIST enum valueWidget
LISTBOX enum valueWidget
NONE enum valueProgressBar
Orientation enum nameProgressBar
PANEL enum valueWidget
PERCENT enum valueProgressBar
POPUP enum valueWidget
PROGRESSBAR enum valueWidget
ProgressBar(Orientation orientation=HORIZONTAL, float min=0, float max=0, float value=0, float step=1)ProgressBar
SCROLLBAR enum valueWidget
SCROLLBOX enum valueWidget
SELECTION enum valueWidget
TEXT enum valueWidget
TEXTEDIT enum valueWidget
TOGGLEBUTTON enum valueWidget
TREEVIEW enum valueWidget
Type enum nameWidget
VALUE enum valueProgressBar
VERTICAL enum valueProgressBar
ValueSelect(Type type, float min, float max, float value, float step)ValueSelect
WIDGET enum valueWidget
Widget(Type type=WIDGET)Widget
add(std::shared_ptr< T > child, const Alignment alignment, const std::string &resource="", const bool overlap=false)Widgetinline
alignmentWidgetprotected
allowChildrenWidgetprotected
allowFocusWidgetprotected
childrenWidgetprotected
childrenOffsetXWidgetprotected
childrenOffsetYWidgetprotected
consumeMouseEventWidgetprotected
create(const std::string &resource, const Alignment alignment, Args &&...args)Widgetinline
create(const Alignment alignment, Args &&...args)Widgetinline
drawBackgroundWidgetprotected
eventCreate()Widgetvirtual
eventDestroy(Vector2DRenderer &renderer)Widgetvirtual
eventDisable()Widgetvirtual
eventEnable()Widgetvirtual
eventGotFocus()Widgetvirtual
eventHide()Widgetvirtual
eventKeyDown(Key key)Widgetvirtual
eventKeyUp(Key key)Widgetvirtual
eventLostFocus()Widgetvirtual
eventMouseDown(MouseButton button, float x, float y)Widgetvirtual
eventMouseMove(uint32 buttonsState, float x, float y)Widgetvirtual
eventMouseUp(MouseButton button, float x, float y)Widgetvirtual
eventMove(float x, float y)Widgetvirtual
eventRangeChange()ValueSelectprotectedvirtual
eventResize() overrideValueSelectoverrideprotectedvirtual
eventShow()Widgetvirtual
eventTextInput(const std::string &text)Widgetvirtual
eventValueChange(float prev)ValueSelectprotectedvirtual
focusedWidgetprotected
fontScaleWidgetprotected
getAlignment() constWidget
getChildren() constWidgetinline
getChildrenOffsetX() constWidgetinline
getChildrenOffsetY() constWidgetinline
getChildrenRect() constWidget
getConsumeMouseEvent() constWidgetinline
getDisplay() constProgressBarinline
getFont() constWidget
getFontScale() constWidget
getGroupIndex() constWidget
getHBorder() constWidget
getHeight() constWidgetinline
getMax() constValueSelectinline
getMin() constValueSelectinline
getOrientation() constProgressBarinline
getPadding() constWidget
getParent() constWidgetinline
getRect() constWidget
getStep() constValueSelectinline
getTransparency() constWidgetinline
getType() constWidget
getUserData() constWidget
getVBorder() constWidget
getValue() constValueSelectinline
getWidth() constWidgetinline
hborderWidgetprotected
isDrawBackground() constWidget
isEnabled() constWidget
isFocused() constWidget
isFreezed() constWidget
isOverlapping() constWidgetinline
isPointed() constWidget
isPushed() constWidget
isRedrawOnMouseEvent() constWidget
isVisible() constWidget
maxValueSelectprotected
minValueSelectprotected
mouseMoveOnFocusWidgetprotected
moveChildrenOnPushWidgetprotected
overlapWidgetprotected
paddingWidgetprotected
parentWidgetprotected
rectWidgetprotected
redrawOnMouseEventWidgetprotected
redrawOnMouseMoveWidgetprotected
refresh()Widget
remove(const std::shared_ptr< Widget > &child)Widgetvirtual
removeAll()Widgetvirtual
resizeChildren()Widget
resourceWidgetprotected
setAlignment(Alignment alignment)Widget
setChildrenOffset(float x, float y)Widget
setConsumeMouseEvent(const bool consumeMouseEvent)Widgetinline
setDisplay(Display display)ProgressBar
setDrawBackground(bool drawBackground)Widget
setEnabled(bool isEnabled=true)Widget
setFocus(bool focus=true)Widget
setFont(const std::shared_ptr< Font > &font)Widget
setFontScale(float fontScale)Widgetvirtual
setFreezed(const bool f)Widgetinline
setGroupIndex(int32 index)Widget
setHBorder(float size)Widget
setHeight(const float height)Widgetinline
setMax(float max)ValueSelectvirtual
setMin(float min)ValueSelectvirtual
setOrientation(Orientation orientation)ProgressBar
setPadding(float padding)Widget
setPos(float x, float y)Widgetvirtual
setPushed(const bool p)Widgetinline
setRect(float x, float y, float width, float height)Widget
setRect(const Rect &rect)Widget
setResource(std::shared_ptr< UIResource > res)Widget
setResources(const std::string &resBox)ProgressBar
setSize(float width, float height)Widgetvirtual
setStep(float step)ValueSelectvirtual
setTransparency(float alpha)Widget
setUserData(void *data)Widget
setVBorder(float size)Widget
setValue(float value)ValueSelectvirtual
setVisible(bool show=true)Widget
setWidth(const float width)Widgetinline
stepValueSelectprotected
styleWidgetprotected
transparencyWidgetprotected
typeWidgetprotected
valueValueSelectprotected
vborderWidgetprotected
windowWidgetprotected
~Widget() override = defaultWidgetoverridedefault