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

Struct definition of the Message. More...

#include <screen_gva.h>

Collaboration diagram for gva::Message:
Collaboration graph

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.
 

Detailed Description

Struct definition of the Message.

Field Documentation

◆ [struct]

struct { ... } gva::Message::brief

The brief message.

◆ [struct]

struct { ... } gva::Message::detail

The detail message.

◆ icon

widget::IconType gva::Message::icon

The icon to display instead of text.

◆ visible

bool gva::Message::visible

Message is visible.

◆ width

uint32_t gva::Message::width

The message X position in pixels.


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