QTfrontend/hwform.h
changeset 10307 e13d3147f15b
parent 10108 c68cf030eded
child 11046 47a8c19ecb60
equal deleted inserted replaced
10306:4fca8bcfaff0 10307:e13d3147f15b
   118         void AddNetTeam(const HWTeam& team);
   118         void AddNetTeam(const HWTeam& team);
   119         void RemoveNetTeam(const HWTeam& team);
   119         void RemoveNetTeam(const HWTeam& team);
   120         void StartMPGame();
   120         void StartMPGame();
   121         void GameStateChanged(GameState gameState);
   121         void GameStateChanged(GameState gameState);
   122         void ForcedDisconnect(const QString & reason);
   122         void ForcedDisconnect(const QString & reason);
   123         void ShowErrorMessage(const QString &);
   123         void ShowFatalErrorMessage(const QString &);
   124         void GetRecord(RecordType type, const QByteArray & record);
   124         void GetRecord(RecordType type, const QByteArray & record);
   125         void CreateNetGame();
   125         void CreateNetGame();
   126         void UpdateWeapons();
   126         void UpdateWeapons();
   127         void onFrontendFullscreen(bool value);
   127         void onFrontendFullscreen(bool value);
   128         void onFrontendEffects(bool value);
   128         void onFrontendEffects(bool value);