#include <dlg_filter_games.h>
◆ DlgFilterGames()
| DlgFilterGames::DlgFilterGames |
( |
const QMap< int, QString > & | _allGameTypes, |
|
|
const GamesProxyModel * | _gamesProxyModel, |
|
|
QWidget * | parent = nullptr ) |
◆ actOk
| void DlgFilterGames::actOk |
( |
| ) |
|
|
privateslot |
◆ getCreatorNameFilters()
| QStringList DlgFilterGames::getCreatorNameFilters |
( |
| ) |
const |
|
nodiscard |
◆ getGameNameFilter()
| QString DlgFilterGames::getGameNameFilter |
( |
| ) |
const |
|
nodiscard |
◆ getGameTypeFilter()
| QSet< int > DlgFilterGames::getGameTypeFilter |
( |
| ) |
const |
|
nodiscard |
◆ getHideBuddiesOnlyGames()
| bool DlgFilterGames::getHideBuddiesOnlyGames |
( |
| ) |
const |
|
nodiscard |
◆ getHideFullGames()
| bool DlgFilterGames::getHideFullGames |
( |
| ) |
const |
|
nodiscard |
◆ getHideGamesThatStarted()
| bool DlgFilterGames::getHideGamesThatStarted |
( |
| ) |
const |
|
nodiscard |
◆ getHideIgnoredUserGames()
| bool DlgFilterGames::getHideIgnoredUserGames |
( |
| ) |
const |
|
nodiscard |
◆ getHideNotBuddyCreatedGames()
| bool DlgFilterGames::getHideNotBuddyCreatedGames |
( |
| ) |
const |
|
nodiscard |
◆ getHideOpenDecklistGames()
| bool DlgFilterGames::getHideOpenDecklistGames |
( |
| ) |
const |
|
nodiscard |
◆ getHidePasswordProtectedGames()
| bool DlgFilterGames::getHidePasswordProtectedGames |
( |
| ) |
const |
|
nodiscard |
◆ getMaxGameAge()
| QTime DlgFilterGames::getMaxGameAge |
( |
| ) |
const |
|
nodiscard |
◆ getMaxPlayersFilterMax()
| int DlgFilterGames::getMaxPlayersFilterMax |
( |
| ) |
const |
|
nodiscard |
◆ getMaxPlayersFilterMin()
| int DlgFilterGames::getMaxPlayersFilterMin |
( |
| ) |
const |
|
nodiscard |
◆ getShowOnlyIfSpectatorsCanChat()
| bool DlgFilterGames::getShowOnlyIfSpectatorsCanChat |
( |
| ) |
const |
|
nodiscard |
◆ getShowOnlyIfSpectatorsCanSeeHands()
| bool DlgFilterGames::getShowOnlyIfSpectatorsCanSeeHands |
( |
| ) |
const |
|
nodiscard |
◆ getShowOnlyIfSpectatorsCanWatch()
| bool DlgFilterGames::getShowOnlyIfSpectatorsCanWatch |
( |
| ) |
const |
|
nodiscard |
◆ getShowSpectatorPasswordProtected()
| bool DlgFilterGames::getShowSpectatorPasswordProtected |
( |
| ) |
const |
|
nodiscard |
◆ setCreatorNameFilter()
| void DlgFilterGames::setCreatorNameFilter |
( |
const QString & | _creatorNameFilter | ) |
|
◆ setGameNameFilter()
| void DlgFilterGames::setGameNameFilter |
( |
const QString & | _gameNameFilter | ) |
|
◆ setGameTypeFilter()
| void DlgFilterGames::setGameTypeFilter |
( |
const QSet< int > & | _gameTypeFilter | ) |
|
◆ setHideBuddiesOnlyGames()
| void DlgFilterGames::setHideBuddiesOnlyGames |
( |
bool | _hideBuddiesOnlyGames | ) |
|
◆ setHideIgnoredUserGames()
| void DlgFilterGames::setHideIgnoredUserGames |
( |
bool | _hideIgnoredUserGames | ) |
|
◆ setHideOpenDecklistGames()
| void DlgFilterGames::setHideOpenDecklistGames |
( |
bool | _hideOpenDecklistGames | ) |
|
◆ setMaxPlayersFilter()
| void DlgFilterGames::setMaxPlayersFilter |
( |
int | _maxPlayersFilterMin, |
|
|
int | _maxPlayersFilterMax ) |
◆ setShowPasswordProtectedGames()
| void DlgFilterGames::setShowPasswordProtectedGames |
( |
bool | _passwordProtectedGamesHidden | ) |
|
◆ toggleSpectatorCheckboxEnabledness
| void DlgFilterGames::toggleSpectatorCheckboxEnabledness |
( |
bool | spectatorsEnabled | ) |
|
|
privateslot |
◆ allGameTypes
| const QMap<int, QString>& DlgFilterGames::allGameTypes |
|
private |
◆ creatorNameFilterEdit
| QLineEdit* DlgFilterGames::creatorNameFilterEdit |
|
private |
◆ gameAgeMap
| const QMap<QTime, QString> DlgFilterGames::gameAgeMap |
◆ gameNameFilterEdit
| QLineEdit* DlgFilterGames::gameNameFilterEdit |
|
private |
◆ gamesProxyModel
◆ gameTypeFilterCheckBoxes
| QMap<int, QCheckBox *> DlgFilterGames::gameTypeFilterCheckBoxes |
|
private |
◆ generalGroupBox
| QGroupBox* DlgFilterGames::generalGroupBox |
|
private |
◆ hideBuddiesOnlyGames
| QCheckBox* DlgFilterGames::hideBuddiesOnlyGames |
|
private |
◆ hideFullGames
| QCheckBox* DlgFilterGames::hideFullGames |
|
private |
◆ hideGamesThatStarted
| QCheckBox* DlgFilterGames::hideGamesThatStarted |
|
private |
◆ hideIgnoredUserGames
| QCheckBox* DlgFilterGames::hideIgnoredUserGames |
|
private |
◆ hideNotBuddyCreatedGames
| QCheckBox* DlgFilterGames::hideNotBuddyCreatedGames |
|
private |
◆ hideOpenDecklistGames
| QCheckBox* DlgFilterGames::hideOpenDecklistGames |
|
private |
◆ hidePasswordProtectedGames
| QCheckBox* DlgFilterGames::hidePasswordProtectedGames |
|
private |
◆ maxGameAgeComboBox
| QComboBox* DlgFilterGames::maxGameAgeComboBox |
|
private |
◆ maxPlayersFilterMaxSpinBox
| QSpinBox* DlgFilterGames::maxPlayersFilterMaxSpinBox |
|
private |
◆ maxPlayersFilterMinSpinBox
| QSpinBox* DlgFilterGames::maxPlayersFilterMinSpinBox |
|
private |
◆ showOnlyIfSpectatorsCanChat
| QCheckBox* DlgFilterGames::showOnlyIfSpectatorsCanChat |
|
private |
◆ showOnlyIfSpectatorsCanSeeHands
| QCheckBox* DlgFilterGames::showOnlyIfSpectatorsCanSeeHands |
|
private |
◆ showOnlyIfSpectatorsCanWatch
| QCheckBox* DlgFilterGames::showOnlyIfSpectatorsCanWatch |
|
private |
◆ showSpectatorPasswordProtected
| QCheckBox* DlgFilterGames::showSpectatorPasswordProtected |
|
private |
The documentation for this class was generated from the following files: