|
stmm-games-doc
0.32.0
|
Public Attributes | |
| int32_t | m_nFrom = 0 |
| The min value. More... | |
| int32_t | m_nTo = -1 |
| The max value. More... | |
| std::vector< unique_ptr< StdThemeModifier > > | m_aModifiers |
| The modifiers painted if m_nFrom, m_nTo select the variable's value. More... | |
| std::vector< unique_ptr<StdThemeModifier> > stmg::SelectVarModifier::VarCase::m_aModifiers |
The modifiers painted if m_nFrom, m_nTo select the variable's value.
| int32_t stmg::SelectVarModifier::VarCase::m_nFrom = 0 |
The min value.
| int32_t stmg::SelectVarModifier::VarCase::m_nTo = -1 |
The max value.
If smaller than m_nFrom selects the undefined value.
1.8.13