Cavoke  1.1.0
A Platform for creating and hosting multiplayer turn-based board games
Loading...
Searching...
No Matches
StatisticsView Class Reference
Inheritance diagram for StatisticsView:
[legend]

Public Slots

void gotGamesListUpdate (const std::vector< GameInfo > &newGamesList)
 
void gotUserStatisticsUpdate (const UserStatistics &userStatistics)
 
void gotUserGameStatisticsUpdate (const UserGameStatistics &userGameStatistics)
 
void requestUpdates ()
 

Signals

void shownStartView ()
 
void requestedRefresh ()
 
void statisticsGameChanged (const QString &gameId)
 

Public Member Functions

 StatisticsView (QWidget *parent=nullptr)
 

Detailed Description

Definition at line 13 of file statisticsview.h.

Constructor & Destructor Documentation

◆ StatisticsView()

StatisticsView::StatisticsView ( QWidget *  parent = nullptr)
explicit

Definition at line 6 of file statisticsview.cpp.

◆ ~StatisticsView()

StatisticsView::~StatisticsView ( )

Definition at line 36 of file statisticsview.cpp.

Member Function Documentation

◆ gotGamesListUpdate

void StatisticsView::gotGamesListUpdate ( const std::vector< GameInfo > &  newGamesList)
slot

Definition at line 45 of file statisticsview.cpp.

◆ gotUserGameStatisticsUpdate

void StatisticsView::gotUserGameStatisticsUpdate ( const UserGameStatistics userGameStatistics)
slot

Definition at line 27 of file statisticsview.cpp.

◆ gotUserStatisticsUpdate

void StatisticsView::gotUserStatisticsUpdate ( const UserStatistics userStatistics)
slot

Definition at line 52 of file statisticsview.cpp.

◆ requestUpdates

void StatisticsView::requestUpdates ( )
slot

Definition at line 60 of file statisticsview.cpp.


The documentation for this class was generated from the following files: