|
stmm-games-doc
0.32.0
|
Instance initialization data. More...

Public Member Functions | |
| void | setHorizExpand (bool bExpand) noexcept |
| void | setVertExpand (bool bExpand) noexcept |
| void | setExpand (bool bExpand) noexcept |
| void | setHorizAlign (WidgetAxisFit::ALIGN eAlign) noexcept |
| void | setVertAlign (WidgetAxisFit::ALIGN eAlign) noexcept |
| void | setAlign (WidgetAxisFit::ALIGN eAlign) noexcept |
Public Attributes | |
| std::array< WidgetAxisFit, g_nTotLayoutConfigs > | m_aHorizAxisFit = {{WidgetAxisFit(), WidgetAxisFit()}} |
| Widget alignment for the x axis for each layout config. More... | |
| std::array< WidgetAxisFit, g_nTotLayoutConfigs > | m_aVertAxisFit = {{WidgetAxisFit{}, WidgetAxisFit{}}} |
| Widget alignment for the y axis. More... | |
| int32_t | m_nTeam = -1 |
| The team the widget belongs to. More... | |
| int32_t | m_nMate = -1 |
| The mate the widget belongs to. More... | |
| int32_t | m_nViewWidgetNameIdx = -1 |
| The name that might be used to select the view (ThemeWidget). More... | |
| std::string | m_sName |
| The name of the widget. More... | |
Instance initialization data.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
| std::array<WidgetAxisFit, g_nTotLayoutConfigs> stmg::GameWidget::Init::m_aHorizAxisFit = {{WidgetAxisFit(), WidgetAxisFit()}} |
Widget alignment for the x axis for each layout config.
| std::array<WidgetAxisFit, g_nTotLayoutConfigs> stmg::GameWidget::Init::m_aVertAxisFit = {{WidgetAxisFit{}, WidgetAxisFit{}}} |
Widget alignment for the y axis.
| int32_t stmg::GameWidget::Init::m_nMate = -1 |
The mate the widget belongs to.
Default: -1.
| int32_t stmg::GameWidget::Init::m_nTeam = -1 |
The team the widget belongs to.
Default: -1.
| int32_t stmg::GameWidget::Init::m_nViewWidgetNameIdx = -1 |
The name that might be used to select the view (ThemeWidget).
Index into Named::widgets(). Default: -1.
| std::string stmg::GameWidget::Init::m_sName |
The name of the widget.
Can be empty.
1.8.13