QTfrontend/hwform.h
changeset 1622 8e0d62727f01
parent 1600 305e13c5f327
child 1800 f1df2eb32a16
equal deleted inserted replaced
1621:d1ded2532d3f 1622:8e0d62727f01
    76 	void NetConnected();
    76 	void NetConnected();
    77 	void NetGameEnter();
    77 	void NetGameEnter();
    78 	void AddNetTeam(const HWTeam& team);
    78 	void AddNetTeam(const HWTeam& team);
    79 	void StartMPGame();
    79 	void StartMPGame();
    80 	void GameStateChanged(GameState gameState);
    80 	void GameStateChanged(GameState gameState);
    81 	void GameStats(char type, const QString & info);
       
    82 	void ForcedDisconnect();
    81 	void ForcedDisconnect();
    83 	void ShowErrorMessage(const QString &);
    82 	void ShowErrorMessage(const QString &);
    84 	void GetRecord(bool isDemo, const QByteArray & record);
    83 	void GetRecord(bool isDemo, const QByteArray & record);
    85 	void CreateNetGame();
    84 	void CreateNetGame();
    86 	void UpdateWeapons();
    85 	void UpdateWeapons();
   122 	QStack<quint8> PagesStack;
   121 	QStack<quint8> PagesStack;
   123 	HWNetServer* pnetserver;
   122 	HWNetServer* pnetserver;
   124 	HWNetRegisterServer* pRegisterServer;
   123 	HWNetRegisterServer* pRegisterServer;
   125 	QTime eggTimer;
   124 	QTime eggTimer;
   126 	SDLInteraction sdli;
   125 	SDLInteraction sdli;
   127 	void AddStatText(const QString & msg);
       
   128 	void OnPageShown(quint8 id, quint8 lastid=0);
   126 	void OnPageShown(quint8 id, quint8 lastid=0);
   129 };
   127 };
   130 
   128 
   131 #endif
   129 #endif