stmm-games-doc  0.32.0
Public Attributes | List of all members
stmg::BoxWidget::LocalInit Struct Reference
Inheritance diagram for stmg::BoxWidget::LocalInit:
Inheritance graph
[legend]

Public Attributes

std::array< bool, g_nTotLayoutConfigs > m_aVertical = {{false, false}}
 Whether the children are stacked vertically or horizontally. More...
 
std::array< bool, g_nTotLayoutConfigs > m_aInvertChildren = {{false, false}}
 Whether the order of the children should be inverted. More...
 

Member Data Documentation

◆ m_aInvertChildren

std::array<bool, g_nTotLayoutConfigs> stmg::BoxWidget::LocalInit::m_aInvertChildren = {{false, false}}

Whether the order of the children should be inverted.

Default: false.

◆ m_aVertical

std::array<bool, g_nTotLayoutConfigs> stmg::BoxWidget::LocalInit::m_aVertical = {{false, false}}

Whether the children are stacked vertically or horizontally.

Default: false.