|
|
void | finalizedGamesList (QJsonArray list) |
| |
|
void | gotGameUpdate (const QString &jsonField) |
| |
|
void | downloadedGameFile (QFile *file, const QString &gameId) |
| |
|
void | gotGameInfo (const GameInfo &gameInfo) |
| |
|
void | gotSessionInfo (const SessionInfo &sessionInfo) |
| |
|
void | gotValidationResult (const ValidationResult &validationResult) |
| |
|
void | gotDisplayName (const QString &displayName) |
| |
|
void | gotUserStatistics (const UserStatistics &userStatistics) |
| |
|
void | gotUserGameStatistics (const UserGameStatistics &userGameStatistics) |
| |
|
void | gotGameStatistics (const GameStatistics &gameStatistics) |
| |
|
void | gotRoomInfo (const RoomInfo &roomInfo) |
| |
|
| static const QUrl | DEFAULT_HOST {"https://develop.api.cavoke.wlko.me"} |
| |
Definition at line 23 of file network_manager.h.
◆ NetworkManager()
| NetworkManager::NetworkManager |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ changeHost()
| void NetworkManager::changeHost |
( |
const QUrl & |
newHost | ) |
|
◆ changeName
| void NetworkManager::changeName |
( |
const QString & |
new_name | ) |
|
|
slot |
◆ changeRoleInSession
| void NetworkManager::changeRoleInSession |
( |
int |
newRole | ) |
|
|
slot |
◆ createRoom
| void NetworkManager::createRoom |
( |
const QString & |
display_name | ) |
|
|
slot |
◆ getGamesClient
| void NetworkManager::getGamesClient |
( |
const QString & |
gameId | ) |
|
|
slot |
◆ getGamesConfig
| void NetworkManager::getGamesConfig |
( |
const QString & |
gameId | ) |
|
|
slot |
◆ getGamesList
| void NetworkManager::getGamesList |
( |
| ) |
|
|
slot |
◆ getGameStatistics
| void NetworkManager::getGameStatistics |
( |
const QString & |
gameId | ) |
|
|
slot |
◆ getHealth
| void NetworkManager::getHealth |
( |
| ) |
|
|
slot |
◆ getMe
| void NetworkManager::getMe |
( |
| ) |
|
|
slot |
◆ getMyUserGameStatistics
| void NetworkManager::getMyUserGameStatistics |
( |
const QString & |
gameId | ) |
|
|
slot |
◆ getMyUserStatistics
| void NetworkManager::getMyUserStatistics |
( |
| ) |
|
|
slot |
◆ getPlayState
| void NetworkManager::getPlayState |
( |
| ) |
|
|
slot |
◆ getRoomInfo
| void NetworkManager::getRoomInfo |
( |
| ) |
|
|
slot |
◆ getSessionInfo [1/2]
| void NetworkManager::getSessionInfo |
( |
| ) |
|
|
slot |
◆ getSessionInfo [2/2]
| void NetworkManager::getSessionInfo |
( |
const QString & |
sessionId | ) |
|
|
slot |
◆ getUserId()
| QString NetworkManager::getUserId |
( |
| ) |
|
◆ joinRoom
| void NetworkManager::joinRoom |
( |
const QString & |
invite_code | ) |
|
|
slot |
◆ joinSession
| void NetworkManager::joinSession |
( |
const QString & |
sessionId | ) |
|
|
slot |
◆ leaveRoom
| void NetworkManager::leaveRoom |
( |
| ) |
|
|
slot |
◆ leaveSession
| void NetworkManager::leaveSession |
( |
| ) |
|
|
slot |
◆ roomCreateSession
| void NetworkManager::roomCreateSession |
( |
const QString & |
game_id | ) |
|
|
slot |
◆ sendMove
| void NetworkManager::sendMove |
( |
const QString & |
jsonMove | ) |
|
|
slot |
◆ startGamePolling
| void NetworkManager::startGamePolling |
( |
| ) |
|
|
slot |
◆ startRoomPolling
| void NetworkManager::startRoomPolling |
( |
| ) |
|
|
slot |
◆ startSession
| void NetworkManager::startSession |
( |
| ) |
|
|
slot |
◆ startSessionPolling
| void NetworkManager::startSessionPolling |
( |
| ) |
|
|
slot |
◆ startValidationPolling
| void NetworkManager::startValidationPolling |
( |
| ) |
|
|
slot |
◆ stopGamePolling
| void NetworkManager::stopGamePolling |
( |
| ) |
|
|
slot |
◆ stopRoomPolling
| void NetworkManager::stopRoomPolling |
( |
| ) |
|
|
slot |
◆ stopSessionPolling
| void NetworkManager::stopSessionPolling |
( |
| ) |
|
|
slot |
◆ stopValidationPolling
| void NetworkManager::stopValidationPolling |
( |
| ) |
|
|
slot |
◆ validateSession
| void NetworkManager::validateSession |
( |
| ) |
|
|
slot |
◆ DEFAULT_HOST
| const QUrl NetworkManager::DEFAULT_HOST {"https://develop.api.cavoke.wlko.me"} |
|
inlinestatic |
The documentation for this struct was generated from the following files: