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.
Loading...
Searching...
No Matches
MessageDialog Member List

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

_buttonCancelMessageDialogprivate
_buttonOkMessageDialogprivate
_lastDrawnVisibleUIElementprotected
_maxMsgLengthMessageDialogprivate
_messageMessageDialogprivate
_pageMessageDialogprivate
_severityMessageDialogprivate
_severityIconMessageDialogprivate
ActiveChildUIElement
Draw(bool redraw) overrideMessageDialogvirtual
HeightUIElement
HitTest(uint16_t x, uint16_t y)UIElementinline
IsInEditModeUIElement
KeyInput(Keys_t key) overrideMessageDialogvirtual
LocXUIElement
LocYUIElement
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
ParentUIElement
RecalculateDimensions() overrideMessageDialogvirtual
RecalculateLayout() overrideMessageDialogvirtual
TouchInput(uint16_t x, uint16_t y, TouchTypes touchType) overrideMessageDialogvirtual
TypeUIElement
UIElement(UIElementType type)UIElementinline
UIElement(uint16_t locX, uint16_t locY, UIElementType type)UIElementinline
VisibleUIElement
WidthUIElement