![]() |
Vivoe Lite 0.5.0
Lightweight GVA like HMI for military displays.
|
Struct definition of the Message. More...
#include <screen_gva.h>
Data Fields | ||
bool | visible | |
Message is visible. | ||
uint32_t | width | |
The message X position in pixels. | ||
widget::IconType | icon | |
The icon to display instead of text. | ||
struct { | ||
std::string | text | |
The label text. | ||
uint32_t | fontSize | |
The label font size. | ||
} | brief | |
The brief message. | ||
struct { | ||
std::string | text | |
The message text. | ||
uint32_t | fontSize | |
The font size. | ||
} | detail | |
The detail message. | ||
Struct definition of the Message.
struct { ... } gva::Message::brief |
The brief message.
struct { ... } gva::Message::detail |
The detail message.
widget::IconType gva::Message::icon |
The icon to display instead of text.
bool gva::Message::visible |
Message is visible.
uint32_t gva::Message::width |
The message X position in pixels.