1#ifndef CAVOKE_CLIENT_STATISTICSVIEW_H
2#define CAVOKE_CLIENT_STATISTICSVIEW_H
5#include "entities/gameinfo.h"
6#include "entities/usergamestatistics.h"
7#include "entities/userstatistics.h"
20 void gotGamesListUpdate(
const std::vector<GameInfo> &newGamesList);
21 void gotUserStatisticsUpdate(
const UserStatistics &userStatistics);
22 void gotUserGameStatisticsUpdate(
24 void requestUpdates();
27 void shownStartView();
28 void requestedRefresh();
29 void statisticsGameChanged(
const QString &gameId);
32 void on_backButton_clicked();
33 void on_refreshButton_clicked();
35 void repeaterCurrentIndexChanged(
int index);
38 Ui::StatisticsView *ui;