QTfrontend/hwform.h
changeset 412 2ddcc3e3e644
parent 383 09a8795105a4
child 416 595d8663254d
equal deleted inserted replaced
411:fe3a3bd0512f 412:2ddcc3e3e644
    30 
    30 
    31 class HWGame;
    31 class HWGame;
    32 class HWTeam;
    32 class HWTeam;
    33 class HWNewNet;
    33 class HWNewNet;
    34 class GameUIConfig;
    34 class GameUIConfig;
       
    35 class HWNetUdpServer;
    35 
    36 
    36 class HWForm : public QMainWindow
    37 class HWForm : public QMainWindow
    37 {
    38 {
    38 	Q_OBJECT
    39 	Q_OBJECT
    39 
    40 
    93 	HWTeam * editedTeam;
    94 	HWTeam * editedTeam;
    94 	HWNewNet * hwnet;
    95 	HWNewNet * hwnet;
    95 	GameUIConfig * config;
    96 	GameUIConfig * config;
    96 	QStack<quint8> PagesStack;
    97 	QStack<quint8> PagesStack;
    97 	HWNetServer* pnetserver;
    98 	HWNetServer* pnetserver;
       
    99 	HWNetUdpServer* pUdpServer;
    98 	void AddStatText(const QString & msg);
   100 	void AddStatText(const QString & msg);
    99 	void OnPageShown(quint8 id);
   101 	void OnPageShown(quint8 id);
   100 };
   102 };
   101 
   103 
   102 #endif
   104 #endif