QTfrontend/hwform.h
changeset 14865 90cf07c60feb
parent 14838 bdb47255d7e4
child 14903 5119203470f3
equal deleted inserted replaced
14864:0c231b5184c5 14865:90cf07c60feb
    98         void SimpleGame();
    98         void SimpleGame();
    99         void PlayDemo();
    99         void PlayDemo();
   100         void startTraining(const QString&, const QString&);
   100         void startTraining(const QString&, const QString&);
   101         void StartCampaign();
   101         void StartCampaign();
   102         void NetConnect();
   102         void NetConnect();
   103         void NetConnectServer(const QString & host, quint16 port);
   103         void NetConnectServer(const QString & host, quint16 port, bool useTls);
   104         void NetConnectOfficialServer();
   104         void NetConnectOfficialServer();
   105         void NetStartServer();
   105         void NetStartServer();
   106         void NetRedirected(quint16 port);
   106         void NetRedirected(quint16 port);
   107         void NetDisconnect();
   107         void NetDisconnect();
   108         void NetConnected();
   108         void NetConnected();
   157         void restartGame();
   157         void restartGame();
   158 
   158 
   159         void FromNetProxySlot(const QByteArray &);
   159         void FromNetProxySlot(const QByteArray &);
   160 
   160 
   161     private:
   161     private:
   162         void _NetConnect(const QString & hostName, quint16 port, QString nick);
   162         void _NetConnect(const QString & hostName, quint16 port, bool useTls, QString nick);
   163         int  AskForNickAndPwd(void);
   163         int  AskForNickAndPwd(void);
   164         void UpdateTeamsLists();
   164         void UpdateTeamsLists();
   165         void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo);
   165         void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo);
   166         void closeEvent(QCloseEvent *event);
   166         void closeEvent(QCloseEvent *event);
   167         void CustomizePalettes();
   167         void CustomizePalettes();