|
stmm-games-doc
0.32.0
|
The data to initialize a RelSizedGameWidget. More...

Public Attributes | |
| double | m_fReferenceWFactor = -1.0 |
| The width compared to the reference widget's width. More... | |
| double | m_fReferenceHFactor = -1.0 |
| The height compared to the reference widget's height. More... | |
| double | m_fWHRatio = -1.0 |
| The width to height ratio. More... | |
The data to initialize a RelSizedGameWidget.
Of the values m_fReferenceWFactor, m_fReferenceHFactor, m_fWHRatio two have to be defined (< 0), one should have a negative value (which means not defined).
| double stmg::RelSizedGameWidget::LocalInit::m_fReferenceHFactor = -1.0 |
The height compared to the reference widget's height.
Default: -1.0 (not set).
| double stmg::RelSizedGameWidget::LocalInit::m_fReferenceWFactor = -1.0 |
The width compared to the reference widget's width.
Default: -1.0 (not set).
| double stmg::RelSizedGameWidget::LocalInit::m_fWHRatio = -1.0 |
The width to height ratio.
Default: -1.0 (not set).
1.8.13