Vivoe Lite 0.5.0
Lightweight GVA like HMI for military displays.
Loading...
Searching...
No Matches
gva::Label Struct Reference

Struct definition of the Labels. More...

#include <screen_gva.h>

Collaboration diagram for gva::Label:
Collaboration graph

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.
 

Detailed Description

Struct definition of the Labels.

Field Documentation

◆ fontSize

uint32_t gva::Label::fontSize

The label font size.

◆ text

std::string gva::Label::text

Label text.

◆ visible

bool gva::Label::visible

Label is visible.

◆ x

uint32_t gva::Label::x

The label X position in pixels.

◆ y

uint32_t gva::Label::y

The label Y position in pixels.


The documentation for this struct was generated from the following file: