stmm-games-doc  0.32.0
Public Attributes | List of all members
stmg::SelectVarModifier::VarCase Struct Reference

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...
 

Member Data Documentation

◆ m_aModifiers

std::vector< unique_ptr<StdThemeModifier> > stmg::SelectVarModifier::VarCase::m_aModifiers

The modifiers painted if m_nFrom, m_nTo select the variable's value.

◆ m_nFrom

int32_t stmg::SelectVarModifier::VarCase::m_nFrom = 0

The min value.

◆ m_nTo

int32_t stmg::SelectVarModifier::VarCase::m_nTo = -1

The max value.

If smaller than m_nFrom selects the undefined value.