|
stmm-games-doc
0.32.0
|
Interface locating xml files related to games. More...

Public Member Functions | |
| virtual | ~XmlGameFiles ()=default |
| virtual const std::vector< File > & | getGameFiles () noexcept=0 |
| The game files. More... | |
| virtual const File & | getGameThumbnailFile (const File &oGameFile) noexcept=0 |
| The thumbnail file associated with a game file. More... | |
| virtual File | getHighscoreFile (const std::string &sGameName) noexcept=0 |
| The highscores file for a specific game. More... | |
| virtual File | getPreferencesFile ()=0 |
| The preferences file. More... | |
Protected Member Functions | |
| XmlGameFiles ()=default | |
Interface locating xml files related to games.
|
virtualdefault |
|
protecteddefault |
|
pure virtualnoexcept |
The game files.
Implemented in stmg::GameDiskFiles.
|
pure virtualnoexcept |
The thumbnail file associated with a game file.
| oGameFile | The game file. Must be one of the files returned by getGameFiles(). |
Implemented in stmg::GameDiskFiles.
|
pure virtualnoexcept |
The highscores file for a specific game.
The game name is usually defined somewhere in the contents of the xml files returned by getGameFiles().
| sGameName | The internal game name. Cannot be empty. |
Implemented in stmg::GameDiskFiles.
|
pure virtual |
The preferences file.
Implemented in stmg::GameDiskFiles.
1.8.13