| 
|   | UserStatistics (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 userstatistics.h.
 
◆ UserStatistics()
      
        
          | UserStatistics::UserStatistics  | 
          ( | 
          int  | 
          _total_time_played_sec,  | 
        
        
           | 
           | 
          int  | 
          _total_games_played  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ read()
      
        
          | void UserStatistics::read  | 
          ( | 
          const QJsonObject &  | 
          json | ) | 
           | 
        
      
 
 
◆ write()
  
  
      
        
          | void UserStatistics::write  | 
          ( | 
          QJsonObject &  | 
          json | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ total_games_played
      
        
          | int UserStatistics::total_games_played = 0 | 
        
      
 
 
◆ total_time_played_sec
      
        
          | int UserStatistics::total_time_played_sec = 0 | 
        
      
 
 
The documentation for this struct was generated from the following files: