|
stmm-games-doc
0.32.0
|

Additional Inherited Members | |
Public Member Functions inherited from stmg::GameWidget::Init | |
| 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 inherited from stmg::GameWidget::Init | |
| 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... | |
Public Attributes inherited from stmg::ContainerWidget::LocalInit | |
| std::vector< shared_ptr< GameWidget > > | m_aChildWidgets |
| The child widgets. More... | |
Public Attributes inherited from stmg::VolatileWidget::LocalInit | |
| int32_t | m_nVarId = -1 |
| The variable id. More... | |
| OwnerType | m_eVarOwnerType = OwnerType::GAME |
| The variable owner type. More... | |
| int32_t | m_nDefaultImgId = -1 |
| The default image to be drawn as background or -1 if nothing should be drawn. More... | |
| std::vector< ValueImg > | m_aValueImgs |
| The value images. More... | |
1.8.13