|
MythTV master
|
#include <array>#include <QCoreApplication>#include <libmythbase/mythdb.h>#include <libmythbase/mythdirs.h>#include <libmythbase/mythlogging.h>#include "gamesettings.h"Go to the source code of this file.
Classes | |
| struct | GameTypes |
| struct | GameDBStorage |
| Game player database table reader/writer. More... | |
| struct | TextEdit |
| Base for Game textual settings. More... | |
| struct | Name |
| struct | Command |
| struct | GameType |
| struct | RomPath |
| struct | WorkingDirPath |
| struct | Extensions |
| struct | AllowMultipleRoms |
Macros | |
| #define | TR GameGeneralSettings::tr |
| #define | TR GamePlayerSetting::tr |
Functions | |
| QString | GetGameTypeName (const QString &GameType) |
| QString | GetGameTypeExtensions (const QString &GameType) |
| static HostTextEditSetting * | GameAllTreeLevels () |
| static HostTextEditSetting * | GameFavTreeLevels () |
| static HostCheckBoxSetting * | GameDeepScan () |
| static HostCheckBoxSetting * | GameRemovalPrompt () |
| static HostCheckBoxSetting * | GameShowFileNames () |
| static HostCheckBoxSetting * | GameTreeView () |
| static HostTextEditSetting * | GetScreenshotDir () |
| static HostTextEditSetting * | GetFanartDir () |
| static HostTextEditSetting * | GetBoxartDir () |
Variables | |
| const std::array< GameTypes, 12 > | GameTypeList |
| #define TR GameGeneralSettings::tr |
Definition at line 191 of file gamesettings.cpp.
| #define TR GamePlayerSetting::tr |
Definition at line 191 of file gamesettings.cpp.
|
static |
Definition at line 61 of file gamesettings.cpp.
Referenced by GameGeneralSettings::GameGeneralSettings().
|
static |
Definition at line 87 of file gamesettings.cpp.
Referenced by GameGeneralSettings::GameGeneralSettings().
|
static |
Definition at line 74 of file gamesettings.cpp.
Referenced by GameGeneralSettings::GameGeneralSettings().
|
static |
Definition at line 101 of file gamesettings.cpp.
Referenced by GameGeneralSettings::GameGeneralSettings().
|
static |
Definition at line 113 of file gamesettings.cpp.
Referenced by GameGeneralSettings::GameGeneralSettings().
|
static |
Definition at line 125 of file gamesettings.cpp.
Referenced by GameGeneralSettings::GameGeneralSettings().
|
static |
Definition at line 161 of file gamesettings.cpp.
Referenced by GameGeneralSettings::GameGeneralSettings().
|
static |
Definition at line 149 of file gamesettings.cpp.
Referenced by GameGeneralSettings::GameGeneralSettings().
| QString GetGameTypeExtensions | ( | const QString & | GameType | ) |
Definition at line 47 of file gamesettings.cpp.
| QString GetGameTypeName | ( | const QString & | GameType | ) |
Definition at line 37 of file gamesettings.cpp.
Referenced by GamePlayersList::Load().
|
static |
Definition at line 137 of file gamesettings.cpp.
Referenced by GameGeneralSettings::GameGeneralSettings().
| const std::array<GameTypes,12> GameTypeList |
Definition at line 21 of file gamesettings.cpp.
Referenced by GameType::GameType(), GetGameTypeExtensions(), and GetGameTypeName().