|
| GameStatistics (int _average_duration_sec, int _average_players_count, int _total_time_played_sec, int _total_games_played) |
|
void | read (const QJsonObject &json) |
|
|
static void | write (QJsonObject &json) |
|
Definition at line 6 of file gamestatistics.h.
◆ GameStatistics()
GameStatistics::GameStatistics |
( |
int |
_average_duration_sec, |
|
|
int |
_average_players_count, |
|
|
int |
_total_time_played_sec, |
|
|
int |
_total_games_played |
|
) |
| |
◆ read()
void GameStatistics::read |
( |
const QJsonObject & |
json | ) |
|
◆ write()
void GameStatistics::write |
( |
QJsonObject & |
json | ) |
|
|
static |
◆ average_duration_sec
int GameStatistics::average_duration_sec = 0 |
◆ average_players_count
int GameStatistics::average_players_count = 0 |
◆ total_games_played
int GameStatistics::total_games_played = 0 |
◆ total_time_played_sec
int GameStatistics::total_time_played_sec = 0 |
The documentation for this struct was generated from the following files: