#include <game_filters_settings.h>
|
| bool | isHideBuddiesOnlyGames () const |
| bool | isHideFullGames () const |
| bool | isHideGamesThatStarted () const |
| bool | isHidePasswordProtectedGames () const |
| bool | isHideIgnoredUserGames () const |
| bool | isHideNotBuddyCreatedGames () const |
| bool | isHideOpenDecklistGames () const |
| QString | getGameNameFilter () const |
| QStringList | getHostNameFilters () const |
| int | getMinPlayers () const |
| int | getMaxPlayers () const |
| QTime | getMaxGameAge () const |
| bool | isGameTypeEnabled (QString gametype) const |
| bool | isShowOnlyIfSpectatorsCanWatch () const |
| bool | isShowSpectatorPasswordProtected () const |
| bool | isShowOnlyIfSpectatorsCanChat () const |
| bool | isShowOnlyIfSpectatorsCanSeeHands () const |
| void | setHideBuddiesOnlyGames (bool hide) |
| void | setHideIgnoredUserGames (bool hide) |
| void | setHideOpenDecklistGames (bool hide) |
| void | setHideFullGames (bool hide) |
| void | setHideGamesThatStarted (bool hide) |
| void | setHidePasswordProtectedGames (bool hide) |
| void | setHideNotBuddyCreatedGames (bool hide) |
| void | setGameNameFilter (QString gameName) |
| void | setHostNameFilters (QStringList hostName) |
| void | setMinPlayers (int min) |
| void | setMaxPlayers (int max) |
| void | setMaxGameAge (const QTime &maxGameAge) |
| void | setGameTypeEnabled (QString gametype, bool enabled) |
| void | setGameHashedTypeEnabled (QString gametypeHASHED, bool enabled) |
| void | setShowOnlyIfSpectatorsCanWatch (bool show) |
| void | setShowSpectatorPasswordProtected (bool show) |
| void | setShowOnlyIfSpectatorsCanChat (bool show) |
| void | setShowOnlyIfSpectatorsCanSeeHands (bool show) |
| | SettingsManager (const QString &settingPath, const QString &defaultGroup=QString(), const QString &defaultSubGroup=QString(), QObject *parent=nullptr) |
| QVariant | getValue (const QString &name) const |
| QVariant | getValue (const QString &name, const QString &group, const QString &subGroup=QString()) const |
| QVariant | getValue (const QString &name, const QString &group, const QString &subGroup, const QVariant &defaultValue) const |
| void | batchWrite (std::function< void(QSettings &)> batchWriteFunction) |
| void | sync () |
◆ GameFiltersSettings() [1/2]
| GameFiltersSettings::GameFiltersSettings |
( |
const QString & | settingPath, |
|
|
QObject * | parent = nullptr ) |
|
explicitprivate |
◆ GameFiltersSettings() [2/2]
◆ getGameNameFilter()
| QString GameFiltersSettings::getGameNameFilter |
( |
| ) |
const |
◆ getHostNameFilters()
| QStringList GameFiltersSettings::getHostNameFilters |
( |
| ) |
const |
◆ getMaxGameAge()
| QTime GameFiltersSettings::getMaxGameAge |
( |
| ) |
const |
◆ getMaxPlayers()
| int GameFiltersSettings::getMaxPlayers |
( |
| ) |
const |
◆ getMinPlayers()
| int GameFiltersSettings::getMinPlayers |
( |
| ) |
const |
◆ isGameTypeEnabled()
| bool GameFiltersSettings::isGameTypeEnabled |
( |
QString | gametype | ) |
const |
◆ isHideBuddiesOnlyGames()
| bool GameFiltersSettings::isHideBuddiesOnlyGames |
( |
| ) |
const |
◆ isHideFullGames()
| bool GameFiltersSettings::isHideFullGames |
( |
| ) |
const |
◆ isHideGamesThatStarted()
| bool GameFiltersSettings::isHideGamesThatStarted |
( |
| ) |
const |
◆ isHideIgnoredUserGames()
| bool GameFiltersSettings::isHideIgnoredUserGames |
( |
| ) |
const |
◆ isHideNotBuddyCreatedGames()
| bool GameFiltersSettings::isHideNotBuddyCreatedGames |
( |
| ) |
const |
◆ isHideOpenDecklistGames()
| bool GameFiltersSettings::isHideOpenDecklistGames |
( |
| ) |
const |
◆ isHidePasswordProtectedGames()
| bool GameFiltersSettings::isHidePasswordProtectedGames |
( |
| ) |
const |
◆ isShowOnlyIfSpectatorsCanChat()
| bool GameFiltersSettings::isShowOnlyIfSpectatorsCanChat |
( |
| ) |
const |
◆ isShowOnlyIfSpectatorsCanSeeHands()
| bool GameFiltersSettings::isShowOnlyIfSpectatorsCanSeeHands |
( |
| ) |
const |
◆ isShowOnlyIfSpectatorsCanWatch()
| bool GameFiltersSettings::isShowOnlyIfSpectatorsCanWatch |
( |
| ) |
const |
◆ isShowSpectatorPasswordProtected()
| bool GameFiltersSettings::isShowSpectatorPasswordProtected |
( |
| ) |
const |
◆ setGameHashedTypeEnabled()
| void GameFiltersSettings::setGameHashedTypeEnabled |
( |
QString | gametypeHASHED, |
|
|
bool | enabled ) |
◆ setGameNameFilter()
| void GameFiltersSettings::setGameNameFilter |
( |
QString | gameName | ) |
|
◆ setGameTypeEnabled()
| void GameFiltersSettings::setGameTypeEnabled |
( |
QString | gametype, |
|
|
bool | enabled ) |
◆ setHideBuddiesOnlyGames()
| void GameFiltersSettings::setHideBuddiesOnlyGames |
( |
bool | hide | ) |
|
◆ setHideFullGames()
| void GameFiltersSettings::setHideFullGames |
( |
bool | hide | ) |
|
◆ setHideGamesThatStarted()
| void GameFiltersSettings::setHideGamesThatStarted |
( |
bool | hide | ) |
|
◆ setHideIgnoredUserGames()
| void GameFiltersSettings::setHideIgnoredUserGames |
( |
bool | hide | ) |
|
◆ setHideNotBuddyCreatedGames()
| void GameFiltersSettings::setHideNotBuddyCreatedGames |
( |
bool | hide | ) |
|
◆ setHideOpenDecklistGames()
| void GameFiltersSettings::setHideOpenDecklistGames |
( |
bool | hide | ) |
|
◆ setHidePasswordProtectedGames()
| void GameFiltersSettings::setHidePasswordProtectedGames |
( |
bool | hide | ) |
|
◆ setHostNameFilters()
| void GameFiltersSettings::setHostNameFilters |
( |
QStringList | hostName | ) |
|
◆ setMaxGameAge()
| void GameFiltersSettings::setMaxGameAge |
( |
const QTime & | maxGameAge | ) |
|
◆ setMaxPlayers()
| void GameFiltersSettings::setMaxPlayers |
( |
int | max | ) |
|
◆ setMinPlayers()
| void GameFiltersSettings::setMinPlayers |
( |
int | min | ) |
|
◆ setShowOnlyIfSpectatorsCanChat()
| void GameFiltersSettings::setShowOnlyIfSpectatorsCanChat |
( |
bool | show | ) |
|
◆ setShowOnlyIfSpectatorsCanSeeHands()
| void GameFiltersSettings::setShowOnlyIfSpectatorsCanSeeHands |
( |
bool | show | ) |
|
◆ setShowOnlyIfSpectatorsCanWatch()
| void GameFiltersSettings::setShowOnlyIfSpectatorsCanWatch |
( |
bool | show | ) |
|
◆ setShowSpectatorPasswordProtected()
| void GameFiltersSettings::setShowSpectatorPasswordProtected |
( |
bool | show | ) |
|
◆ SettingsCache
The documentation for this class was generated from the following files: