|
stmm-games-doc
0.32.0
|
Public Attributes | |
| shared_ptr< StdConfig > | m_refStdConfig |
| The configuration data. More... | |
| unique_ptr< GameLoader > | m_refGameLoader |
| The game loader. More... | |
| unique_ptr< HighscoresLoader > | m_refHighscoresLoader |
| The highscores loader. More... | |
| unique_ptr< ThemeLoader > | m_refThemeLoader |
| The theme loader. More... | |
| unique_ptr< AllPreferencesLoader > | m_refAllPreferencesLoader |
| The preferences loader. More... | |
| File | m_oIconFile |
| The icon file. More... | |
| File | m_oLogoFile |
| The logo file. More... | |
| std::string | m_sCopyright |
| The Copyright string. More... | |
| std::string | m_sWebSite |
| The web site. More... | |
| std::vector< MainAuthorData > | m_aAuthors |
| The authors. More... | |
| bool | m_bPauseIfWindowDeactivated = true |
| Whether to automatically pause the game when window deactivated. More... | |
| bool | m_bFullscreen = false |
| Whether to run in fullscreen mode. More... | |
| bool | m_bShowHighscores = true |
| Whether highscores menu item should be shown. More... | |
| NSize | m_oInitialSize = NSize{400, 600} |
| The initial window size. More... | |
| std::vector<MainAuthorData> stmg::MainWindowData::m_aAuthors |
The authors.
| bool stmg::MainWindowData::m_bFullscreen = false |
Whether to run in fullscreen mode.
| bool stmg::MainWindowData::m_bPauseIfWindowDeactivated = true |
Whether to automatically pause the game when window deactivated.
| bool stmg::MainWindowData::m_bShowHighscores = true |
Whether highscores menu item should be shown.
| File stmg::MainWindowData::m_oIconFile |
The icon file.
Can be undefined.
The initial window size.
Default: 400x600 pixel.
| File stmg::MainWindowData::m_oLogoFile |
The logo file.
Can be undefined.
| unique_ptr<AllPreferencesLoader> stmg::MainWindowData::m_refAllPreferencesLoader |
The preferences loader.
Can be null.
| unique_ptr<GameLoader> stmg::MainWindowData::m_refGameLoader |
The game loader.
Cannot be null.
| unique_ptr<HighscoresLoader> stmg::MainWindowData::m_refHighscoresLoader |
The highscores loader.
Can be null.
| shared_ptr<StdConfig> stmg::MainWindowData::m_refStdConfig |
The configuration data.
Cannot be null.
| unique_ptr<ThemeLoader> stmg::MainWindowData::m_refThemeLoader |
The theme loader.
Cannot be null.
| std::string stmg::MainWindowData::m_sCopyright |
The Copyright string.
If empty "stmm-games © 2019 Stefano Marsili" will be shown.
| std::string stmg::MainWindowData::m_sWebSite |
The web site.
If empty "http://www.efanomars.com/libraries/stmm-games" will be shown.
1.8.13