stmm-games-doc  0.32.0
Classes | Public Attributes | List of all members
stmg::ThemeLoader::ThemeInfo Struct Reference

Classes

struct  Author
 

Public Attributes

File m_oThemeFile
 The file where the theme is defined, if available. More...
 
std::vector< Authorm_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...
 

Member Data Documentation

◆ m_aAuthors

std::vector<Author> stmg::ThemeLoader::ThemeInfo::m_aAuthors

All the authors.

◆ m_bLoaded

bool stmg::ThemeLoader::ThemeInfo::m_bLoaded

Whether tried to load the game at least once.

◆ m_bTesting

bool stmg::ThemeLoader::ThemeInfo::m_bTesting = false

Whether the theme should be hidden when not testing (see StdConfig).

◆ m_oThemeFile

File stmg::ThemeLoader::ThemeInfo::m_oThemeFile

The file where the theme is defined, if available.

Can be undefined.

◆ m_oThumbnailFile

File stmg::ThemeLoader::ThemeInfo::m_oThumbnailFile

The location of the thumbnail image of the theme.

Can be undefined.

◆ m_sThemeDescription

std::string stmg::ThemeLoader::ThemeInfo::m_sThemeDescription

Possibly multiline description of the theme.

◆ m_sThemeErrorString

std::string stmg::ThemeLoader::ThemeInfo::m_sThemeErrorString

The error if loading failed or empty.

Empty if m_bLoaded is false.