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.
|
Containing a class for a message dialog with optional Ok and Cancel buttons. More...
#include "../Core/UIElement.h"
#include "../Containers/ContainerPage.h"
#include "../Indicators/Label.h"
#include "../Indicators/Icon.h"
#include "../Controls/ButtonControl.h"
#include "../Core/UI_Icons.h"
Go to the source code of this file.
Classes | |
class | MessageDialog |
Class for a message dialog with optional Ok and Cancel buttons. More... | |
Macros | |
#define | DEFAULT_MAX_MSG_STRING_LENGTH 55 |
Default string length for the message dialog text. | |
#define | DEFAULT_MSG_BUTTON_HEIGHT 20 |
Default height for the message box buttons. | |
#define | MSG_INFO_COLOR RGB565(0x00, 0x66, 0xCC) |
Color for the info icon in the message box. | |
#define | MSG_WARNING_COLOR RGB565(0xFF, 0xFF, 0x00) |
Color for the warning icon in the message box. | |
#define | MSG_ERR_COLOR RGB565(0xFF, 0x00, 0x00) |
Color for the error icon in the message box. | |
Typedefs | |
typedef enum MessageSeverity | MessageSeverity_t |
Available message dialog severity types. | |
typedef enum MessageButtons | MessageButtons_t |
Available message dialog buttons. | |
Enumerations | |
enum | MessageSeverity { MSG_INFO , MSG_WARNING , MSG_ERROR } |
Available message dialog severity types. More... | |
enum | MessageButtons { MSG_BTN_NONE , MSG_BTN_OK , MSG_BTN_OK_CANCEL } |
Available message dialog buttons. More... | |
Containing a class for a message dialog with optional Ok and Cancel buttons.
enum MessageButtons |
enum MessageSeverity |