QTfrontend/hwform.h
changeset 7628 bc7b1d228a2c
parent 7490 c422845b8d1f
parent 7353 0e55228e1303
child 8140 a098374b847b
equal deleted inserted replaced
7533:7ee319134713 7628:bc7b1d228a2c
    65         void updateXfire();
    65         void updateXfire();
    66         void PlayDemoQuick(const QString & demofilename);
    66         void PlayDemoQuick(const QString & demofilename);
    67         void exit();
    67         void exit();
    68         void setButtonDescription(QString desc);
    68         void setButtonDescription(QString desc);
    69         void backDescription();
    69         void backDescription();
       
    70         void GoToVideos();
    70 
    71 
    71     private slots:
    72     private slots:
    72         void GoToSaves();
    73         void GoToSaves();
    73         void GoToDemos();
    74         void GoToDemos();
    74         void GoToNet();
    75         void GoToNet();
   112         void RemoveNetTeam(const HWTeam& team);
   113         void RemoveNetTeam(const HWTeam& team);
   113         void StartMPGame();
   114         void StartMPGame();
   114         void GameStateChanged(GameState gameState);
   115         void GameStateChanged(GameState gameState);
   115         void ForcedDisconnect(const QString & reason);
   116         void ForcedDisconnect(const QString & reason);
   116         void ShowErrorMessage(const QString &);
   117         void ShowErrorMessage(const QString &);
   117         void GetRecord(bool isDemo, const QByteArray & record);
   118         void GetRecord(RecordType type, const QByteArray & record);
   118         void CreateNetGame();
   119         void CreateNetGame();
   119         void UpdateWeapons();
   120         void UpdateWeapons();
   120         void onFrontendFullscreen(bool value);
   121         void onFrontendFullscreen(bool value);
   121         void onFrontendEffects(bool value);
   122         void onFrontendEffects(bool value);
   122         void Music(bool checked);
   123         void Music(bool checked);
   175             ID_PAGE_NETTYPE        ,
   176             ID_PAGE_NETTYPE        ,
   176             ID_PAGE_CAMPAIGN       ,
   177             ID_PAGE_CAMPAIGN       ,
   177             ID_PAGE_DRAWMAP        ,
   178             ID_PAGE_DRAWMAP        ,
   178             ID_PAGE_DATADOWNLOAD   ,
   179             ID_PAGE_DATADOWNLOAD   ,
   179             ID_PAGE_FEEDBACK	   ,
   180             ID_PAGE_FEEDBACK	   ,
       
   181             ID_PAGE_VIDEOS,
   180 	    MAX_PAGE
   182 	    MAX_PAGE
   181         };
   183         };
   182         QPointer<HWGame> game;
   184         QPointer<HWGame> game;
   183         QPointer<HWNetServer> pnetserver;
   185         QPointer<HWNetServer> pnetserver;
   184         QPointer<HWNetRegisterServer> pRegisterServer;
   186         QPointer<HWNetRegisterServer> pRegisterServer;