![]() |
Vivoe Lite 0.5.0
Lightweight GVA like HMI for military displays.
|
Base class implementing basic label state changes and checks. More...
#include <gva.h>


Public Member Functions | |
| bool | IsActive (const LabelStates *state) const |
| Check if the label is active. | |
| void | StateEnabledSelectedChanging (LabelStates *state) const |
| Set the label to EnabledSelectedChanging. | |
| void | StateEnabledSelected (LabelStates *state) const |
| Set the label to EnabledSelected. | |
| void | ResetEnabled (LabelStates *state) const |
| Reset the label from 'enabled selected' to 'enabled'. | |
| void | ResetEnabledSelected (LabelStates *state) const |
| Reset the label from 'enabled selected' to 'enabled'. | |
| void | ResetEnabledSelectedChanging (LabelStates *state) const |
| Reset the label from 'enabled selected changing' to 'enabled'. | |
Base class implementing basic label state changes and checks.
Class definitions
|
inline |
Check if the label is active.
| state |
|
inline |
Reset the label from 'enabled selected' to 'enabled'.
| state |
|
inline |
Reset the label from 'enabled selected' to 'enabled'.
| state |
|
inline |
Reset the label from 'enabled selected changing' to 'enabled'.
| state |
|
inline |
Set the label to EnabledSelected.
| state |
|
inline |
Set the label to EnabledSelectedChanging.
| state |