![]() |
Vivoe Lite 0.5.0
Lightweight GVA like HMI for military displays.
|
Struct definition of the Screen. More...
#include <screen_gva.h>
Data Fields | ||
struct { | ||
std::string | name | |
A textual description of this screen. | ||
ScreenMode | mode | |
The current ScreenMode. | ||
std::string | gpsDevice | |
The tty device connected to GPS. | ||
} | info | |
Screen information. | ||
GvaFunctionEnum | currentFunction | |
The current function. | ||
Canvas | canvas | |
The canvas. | ||
FunctionSelect * | function_top | |
The function select widget. | ||
CommonTaskKeys * | control | |
The function select widget. | ||
FunctionKeys | function_left | |
The function select widget. | ||
FunctionKeys | function_right | |
The function select widget. | ||
Label | label | |
The labels. | ||
Message | message | |
The message if any. | ||
LabelModeEnum | labels | |
The label enum. | ||
Struct definition of the Screen.
Canvas gva::Screen::canvas |
The canvas.
CommonTaskKeys* gva::Screen::control |
The function select widget.
GvaFunctionEnum gva::Screen::currentFunction |
The current function.
FunctionKeys gva::Screen::function_left |
The function select widget.
FunctionKeys gva::Screen::function_right |
The function select widget.
FunctionSelect* gva::Screen::function_top |
The function select widget.
struct { ... } gva::Screen::info |
Screen information.
Label gva::Screen::label |
The labels.
LabelModeEnum gva::Screen::labels |
The label enum.
Message gva::Screen::message |
The message if any.