|
enum class | CreatingSessionStatus { UNKNOWN
, WAIT_FOR_THE_HOST
, NOW_YOU_CAN_JOIN
, YOU_CAN_CREATE
} |
|
|
void | createdSession (const QString &gameId) |
|
void | joinedSession (const QString &sessionId) |
|
void | requestedSessionUpdate (const QString &sessionId) |
|
void | shownStartView () |
|
void | leftRoom () |
|
Definition at line 15 of file roomview.h.
◆ CreatingSessionStatus
enum class RoomView::CreatingSessionStatus |
|
strong |
◆ RoomView()
RoomView::RoomView |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~RoomView()
◆ clear
◆ gotGamesListUpdate
void RoomView::gotGamesListUpdate |
( |
const std::vector< GameInfo > & |
newGamesList | ) |
|
|
slot |
◆ updateRoomInfo
void RoomView::updateRoomInfo |
( |
const RoomInfo & |
roomInfo | ) |
|
|
slot |
◆ updateSessionInfo
void RoomView::updateSessionInfo |
( |
const SessionInfo & |
sessionInfo | ) |
|
|
slot |
The documentation for this class was generated from the following files: