|
stmm-games-doc
0.32.0
|
Classes | |
| struct | Author |
Public Attributes | |
| File | m_oThemeFile |
| The file where the theme is defined, if available. More... | |
| std::vector< Author > | m_aAuthors |
| All the authors. More... | |
| std::string | m_sThemeDescription |
| Possibly multiline description of the theme. More... | |
| File | m_oThumbnailFile |
| The location of the thumbnail image of the theme. More... | |
| bool | m_bTesting = false |
| Whether the theme should be hidden when not testing (see StdConfig). More... | |
| bool | m_bLoaded |
| Whether tried to load the game at least once. More... | |
| std::string | m_sThemeErrorString |
| The error if loading failed or empty. More... | |
| std::vector<Author> stmg::ThemeLoader::ThemeInfo::m_aAuthors |
All the authors.
| bool stmg::ThemeLoader::ThemeInfo::m_bLoaded |
Whether tried to load the game at least once.
| bool stmg::ThemeLoader::ThemeInfo::m_bTesting = false |
Whether the theme should be hidden when not testing (see StdConfig).
| File stmg::ThemeLoader::ThemeInfo::m_oThemeFile |
The file where the theme is defined, if available.
Can be undefined.
| File stmg::ThemeLoader::ThemeInfo::m_oThumbnailFile |
The location of the thumbnail image of the theme.
Can be undefined.
| std::string stmg::ThemeLoader::ThemeInfo::m_sThemeDescription |
Possibly multiline description of the theme.
| std::string stmg::ThemeLoader::ThemeInfo::m_sThemeErrorString |
The error if loading failed or empty.
Empty if m_bLoaded is false.
1.8.13