|
enum class | CreatingGameStatus { UNKNOWN
, DOWNLOAD
, REQUESTED
, DONE
} |
|
|
void | createdGame () |
|
void | joinedCreatedGame () |
|
void | shownRoomView () |
|
void | leftSession () |
|
void | newRoleChosen (int roleId) |
|
Definition at line 13 of file sessionview.h.
◆ CreatingGameStatus
enum class SessionView::CreatingGameStatus |
|
strong |
◆ SessionView()
SessionView::SessionView |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~SessionView()
SessionView::~SessionView |
( |
| ) |
|
◆ clear
void SessionView::clear |
( |
| ) |
|
|
slot |
◆ gotRolesListUpdate
void SessionView::gotRolesListUpdate |
( |
const std::vector< Role > & |
newRolesList | ) |
|
|
slot |
◆ updateGameName
void SessionView::updateGameName |
( |
const QString & |
gameName | ) |
|
|
slot |
◆ updateSessionInfo
void SessionView::updateSessionInfo |
( |
const SessionInfo & |
sessionInfo | ) |
|
|
slot |
◆ updateStatus
void SessionView::updateStatus |
( |
CreatingGameStatus |
newStatus | ) |
|
|
slot |
◆ updateValidationResult
void SessionView::updateValidationResult |
( |
const ValidationResult & |
validationResult | ) |
|
|
slot |
The documentation for this class was generated from the following files: