UI_Lib
a1366e08a59cc549a65fa26081e6409aa12f26d5
This is a user interface library for graphical LCDs. It offers many different controls and indicators that can be nested depending on the element types.
|
This is the complete list of members for Label, including all inherited members.
_color | Label | private |
_font | Label | private |
_lastDrawnVisible | UIElement | protected |
_maxStringLength | Label | private |
ActiveChild | UIElement | |
Draw(bool redraw) override | Label | virtual |
Height | UIElement | |
HitTest(uint16_t x, uint16_t y) | UIElement | inline |
IsInEditMode | UIElement | |
KeyInput(Keys_t key) | UIElement | inlinevirtual |
Label(const char *text, uint16_t color=LABEL_COLOR_NOTSET, const GFXfont *font=NULL, uint16_t locX=0, uint16_t locY=0, uint16_t maxStringLength=DEFAULT_LABEL_STRING_LENGTH) | Label | |
LocX | UIElement | |
LocY | UIElement | |
Parent | UIElement | |
RecalculateDimensions() override | Label | virtual |
RecalculateLayout() | UIElement | inlinevirtual |
SetText(const char *text) | Label | |
Text | Label | |
TouchInput(uint16_t x, uint16_t y, TouchTypes touchType) | UIElement | inlinevirtual |
Type | UIElement | |
UIElement(UIElementType type) | UIElement | inline |
UIElement(uint16_t locX, uint16_t locY, UIElementType type) | UIElement | inline |
Visible | UIElement | |
WasTextChangedSinceLastDraw | Label | |
Width | UIElement | |
~Label() | Label | inline |