QTfrontend/hwform.h
branchwebgl
changeset 8833 c13ebed437cb
parent 8444 75db7bb8dce8
parent 8720 5603527f9803
child 9127 e350500c4edb
equal deleted inserted replaced
8450:404ddce27b23 8833:c13ebed437cb
    60     public:
    60     public:
    61         HWForm(QWidget *parent = 0, QString styleSheet = "");
    61         HWForm(QWidget *parent = 0, QString styleSheet = "");
    62         Ui_HWForm ui;
    62         Ui_HWForm ui;
    63         static GameUIConfig * config;
    63         static GameUIConfig * config;
    64         void updateXfire();
    64         void updateXfire();
    65         void PlayDemoQuick(const QString & demofilename);
       
    66         void exit();
    65         void exit();
    67         void setButtonDescription(QString desc);
    66         void setButtonDescription(QString desc);
    68         void backDescription();
    67         void backDescription();
    69         void GoToVideos();
    68         void GoToVideos();
       
    69 
       
    70         void NetConnectQuick(const QString & host, quint16 port);
       
    71         void PlayDemoQuick(const QString & demofilename);
    70 
    72 
    71     private slots:
    73     private slots:
    72         void GoToSaves();
    74         void GoToSaves();
    73         void GoToDemos();
    75         void GoToDemos();
    74         void GoToNet();
    76         void GoToNet();
   141 
   143 
   142         void startGame();
   144         void startGame();
   143 
   145 
   144     private:
   146     private:
   145         void _NetConnect(const QString & hostName, quint16 port, QString nick);
   147         void _NetConnect(const QString & hostName, quint16 port, QString nick);
       
   148         int  AskForNickAndPwd(void);
   146         void UpdateTeamsLists();
   149         void UpdateTeamsLists();
   147         void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo);
   150         void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo);
   148         void closeEvent(QCloseEvent *event);
   151         void closeEvent(QCloseEvent *event);
   149         void CustomizePalettes();
   152         void CustomizePalettes();
   150         void resizeEvent(QResizeEvent * event);
   153         void resizeEvent(QResizeEvent * event);