This is the complete list of members for GamesModel, including all inherited members.
| columnCount(const QModelIndex &=QModelIndex()) const override | GamesModel | inline |
| data(const QModelIndex &index, int role) const override | GamesModel | |
| gameList | GamesModel | private |
| GamesModel(const QMap< int, QString > &_rooms, const QMap< int, GameTypeMap > &_gameTypes, QObject *parent=nullptr) | GamesModel | |
| gameTypes | GamesModel | private |
| getGame(int row) | GamesModel | |
| getGameCreatedString(const int secs) | GamesModel | static |
| getGameTypes() | GamesModel | inline |
| headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override | GamesModel | |
| NUM_COLS | GamesModel | privatestatic |
| roomColIndex() | GamesModel | inline |
| rooms | GamesModel | private |
| rowCount(const QModelIndex &parent=QModelIndex()) const override | GamesModel | inline |
| SORT_ROLE | GamesModel | static |
| startTimeColIndex() | GamesModel | inline |
| updateGameList(const ServerInfo_Game &game) | GamesModel |