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 MessageDialog, including all inherited members.
_buttonCancel | MessageDialog | private |
_buttonOk | MessageDialog | private |
_lastDrawnVisible | UIElement | protected |
_maxMsgLength | MessageDialog | private |
_message | MessageDialog | private |
_page | MessageDialog | private |
_severity | MessageDialog | private |
_severityIcon | MessageDialog | private |
ActiveChild | UIElement | |
Draw(bool redraw) override | MessageDialog | virtual |
Height | UIElement | |
HitTest(uint16_t x, uint16_t y) | UIElement | inline |
IsInEditMode | UIElement | |
KeyInput(Keys_t key) override | MessageDialog | virtual |
LocX | UIElement | |
LocY | UIElement | |
MessageDialog(uint16_t locX, uint16_t locY, uint16_t width, uint16_t height, const char *message, MessageSeverity_t severity, MessageButtons_t buttons=MSG_BTN_OK, void *controlContext=NULL, void(*onOkClick)(void *controlContext)=NULL, void(*onCancelClick)(void *controlContext)=NULL, uint16_t maxMsgLength=DEFAULT_MAX_MSG_STRING_LENGTH) | MessageDialog | |
Parent | UIElement | |
RecalculateDimensions() override | MessageDialog | virtual |
RecalculateLayout() override | MessageDialog | virtual |
TouchInput(uint16_t x, uint16_t y, TouchTypes touchType) override | MessageDialog | virtual |
Type | UIElement | |
UIElement(UIElementType type) | UIElement | inline |
UIElement(uint16_t locX, uint16_t locY, UIElementType type) | UIElement | inline |
Visible | UIElement | |
Width | UIElement |