This is the complete list of members for Server_Room, including all inherited members.
| addClient(Server_ProtocolHandler *client) | Server_Room | |
| addExternalUser(const ServerInfo_User &userInfo) | Server_Room | |
| addGame(Server_Game *game) | Server_Room | |
| autoJoin | Server_Room | private |
| broadcastGameListUpdate(const ServerInfo_Game &gameInfo, bool sendToIsl=true) | Server_Room | privateslot |
| chatHistory | Server_Room | private |
| chatHistorySize | Server_Room | private |
| description | Server_Room | private |
| externalGames | Server_Room | private |
| externalUsers | Server_Room | private |
| gameListChanged(const ServerInfo_Game &gameInfo) | Server_Room | signal |
| games | Server_Room | private |
| gamesLock | Server_Room | mutable |
| gameTypes | Server_Room | private |
| getAutoJoin() const | Server_Room | inline |
| getChatHistory() | Server_Room | inline |
| getDescription() const | Server_Room | inline |
| getExternalGames() const | Server_Room | inline |
| getExternalUsers() const | Server_Room | inline |
| getGames() const | Server_Room | inline |
| getGamesCreatedByUser(const QString &name) const | Server_Room | |
| getGamesOfUser(const QString &name) const | Server_Room | |
| getGameTypes() const | Server_Room | inline |
| getId() const | Server_Room | inline |
| getInfo(ServerInfo_Room &result, bool complete, bool showGameTypes=false, bool includeExternalData=true) const | Server_Room | |
| getJoinMessage() const | Server_Room | inline |
| getName() const | Server_Room | inline |
| getRoomPermission() const | Server_Room | inline |
| getRoomPrivilege() const | Server_Room | inline |
| getServer() const | Server_Room | |
| historyLock | Server_Room | mutable |
| id | Server_Room | private |
| joinMessage | Server_Room | private |
| name | Server_Room | private |
| permissionLevel | Server_Room | private |
| prepareRoomEvent(const ::google::protobuf::Message &roomEvent) | Server_Room | |
| privilegeLevel | Server_Room | private |
| processJoinGameCommand(const Command_JoinGame &cmd, ResponseContainer &rc, Server_AbstractUserInterface *userInterface) | Server_Room | |
| removeClient(Server_ProtocolHandler *client) | Server_Room | |
| removeExternalUser(const QString &_name) | Server_Room | |
| removeGame(Server_Game *game) | Server_Room | |
| removeSaidMessages(const QString &userName, int amount, bool sendToIsl=true) | Server_Room | |
| roomInfoChanged(const ServerInfo_Room &roomInfo) | Server_Room | signal |
| say(const QString &userName, const QString &s, bool sendToIsl=true) | Server_Room | |
| sendRoomEvent(RoomEvent *event, bool sendToIsl=true) | Server_Room | |
| Server_Room(int _id, int _chatHistorySize, const QString &_name, const QString &_description, const QString &_permissionLevel, const QString &_privilegeLevel, bool _autoJoin, const QString &_joinMessage, const QStringList &_gameTypes, Server *parent) | Server_Room | |
| updateExternalGameList(const ServerInfo_Game &gameInfo) | Server_Room | |
| userMayJoin(const ServerInfo_User &userInfo) | Server_Room | |
| users | Server_Room | private |
| usersLock | Server_Room | mutable |
| ~Server_Room() override | Server_Room |