![]() |
Vivoe Lite 0.5.0
Lightweight GVA like HMI for military displays.
|
Struct definition of the Labels. More...
#include <screen_gva.h>

Data Fields | |
| bool | visible |
| Label is visible. | |
| std::string | text |
| Label text. | |
| uint32_t | x |
| The label X position in pixels. | |
| uint32_t | y |
| The label Y position in pixels. | |
| uint32_t | fontSize |
| The label font size. | |
Struct definition of the Labels.
| uint32_t gva::Label::fontSize |
The label font size.
| std::string gva::Label::text |
Label text.
| bool gva::Label::visible |
Label is visible.
| uint32_t gva::Label::x |
The label X position in pixels.
| uint32_t gva::Label::y |
The label Y position in pixels.