|
stmm-games-doc
0.32.0
|

Public Attributes | |
| std::vector< int32_t > | m_aColumns |
| Column weights in the action grid. More... | |
| std::vector< int32_t > | m_aRows |
| Row weights in the action grid. More... | |
| std::vector< BoxCell > | m_aActionCells |
The cells (nIndex = nRow * nTotCols + nCol). More... | |
| std::vector<BoxCell> stmg::ActionsBoxWidget::LocalInit::m_aActionCells |
The cells (nIndex = nRow * nTotCols + nCol).
If cells are missing ACTION_NONE is inserted.
| std::vector<int32_t> stmg::ActionsBoxWidget::LocalInit::m_aColumns |
Column weights in the action grid.
If empty, one column (with weight value 1) is created. Must all be >1.
| std::vector<int32_t> stmg::ActionsBoxWidget::LocalInit::m_aRows |
Row weights in the action grid.
If empty, one row (with weight value 1) is created. Must all be >1.
1.8.13