#include <MRUITestEngine.h>
Public Member Functions | |
| Value () | |
Public Attributes | |
| T | value = 0 |
| The current value. | |
| T | min = 0 |
| Min/max bounds, INCLUSIVE. If none, those are set to the min/max values representable in this type. | |
| T | max = 0 |
| std::optional< T > | simulatedValue |
| Set to override the value. | |
|
inline |
| T MR::UI::TestEngine::ValueEntry::Value< T >::max = 0 |
| T MR::UI::TestEngine::ValueEntry::Value< T >::min = 0 |
Min/max bounds, INCLUSIVE. If none, those are set to the min/max values representable in this type.
|
mutable |
Set to override the value.
| T MR::UI::TestEngine::ValueEntry::Value< T >::value = 0 |
The current value.