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 ButtonControl, including all inherited members.
_buttonText | ButtonControl | private |
_lastDrawnVisible | UIElement | protected |
ActiveChild | UIElement | |
ButtonControl(const char *buttonText, void *controlContext=NULL, void(*onClick)(void *controlContext)=NULL, uint16_t locX=0, uint16_t locY=0, int maxStringLength=DEFAULT_BUTTON_STRING_LENGTH) | ButtonControl | |
ControlContext | ButtonControl | |
Draw(bool redraw) override | ButtonControl | virtual |
Height | UIElement | |
HitTest(uint16_t x, uint16_t y) | UIElement | inline |
IsInEditMode | UIElement | |
KeyInput(Keys_t key) override | ButtonControl | virtual |
LocX | UIElement | |
LocY | UIElement | |
OnClick | ButtonControl | |
Parent | UIElement | |
RecalculateDimensions() override | ButtonControl | virtual |
RecalculateLayout() | UIElement | inlinevirtual |
TouchInput(uint16_t x, uint16_t y, TouchTypes touchType) override | ButtonControl | virtual |
Type | UIElement | |
UIElement(UIElementType type) | UIElement | inline |
UIElement(uint16_t locX, uint16_t locY, UIElementType type) | UIElement | inline |
Visible | UIElement | |
Width | UIElement | |
~ButtonControl() | ButtonControl | inline |