![]() |
Vivoe Lite 0.5.0
Lightweight GVA like HMI for military displays.
|
Class defining the view. More...
#include <view_gva.h>
Public Member Functions | |
void | Bind (std::function< int(int parentId, GvaKeyEnum key)> fn) |
Bind a key to a callback. | |
Data Fields | |
ToggleInfo | toggle_ |
Toggle info. | |
std::function< int(int parentId, GvaKeyEnum key)> | privateCallback |
Callback. | |
Class defining the view.
|
inline |
Bind a key to a callback.
fn |