QTfrontend/hwform.h
changeset 8385 9e8924ff9813
parent 8364 fbc9bcc6c39d
child 8416 e691acd778f5
equal deleted inserted replaced
8384:a6e7a95f3b2e 8385:9e8924ff9813
   124         void onFrontendEffects(bool value);
   124         void onFrontendEffects(bool value);
   125         void Music(bool checked);
   125         void Music(bool checked);
   126         void UpdateCampaignPage(int index);
   126         void UpdateCampaignPage(int index);
   127         void UpdateCampaignPageProgress(int index);
   127         void UpdateCampaignPageProgress(int index);
   128         void InitCampaignPage();
   128         void InitCampaignPage();
   129         //Starts the transmission process for the feedback
   129         void showFeedbackDialog();
   130         void SendFeedback();
       
   131         //Called after submitting new feedback
       
   132         void finishedSlot(QNetworkReply* reply);
       
   133 
   130 
   134         void NetGameChangeStatus(bool isMaster);
   131         void NetGameChangeStatus(bool isMaster);
   135         void NetGameMaster();
   132         void NetGameMaster();
   136         void NetGameSlave();
   133         void NetGameSlave();
   137 
   134 
   173             ID_PAGE_SCHEME         ,
   170             ID_PAGE_SCHEME         ,
   174             ID_PAGE_ADMIN          ,
   171             ID_PAGE_ADMIN          ,
   175             ID_PAGE_CAMPAIGN       ,
   172             ID_PAGE_CAMPAIGN       ,
   176             ID_PAGE_DRAWMAP        ,
   173             ID_PAGE_DRAWMAP        ,
   177             ID_PAGE_DATADOWNLOAD   ,
   174             ID_PAGE_DATADOWNLOAD   ,
   178             ID_PAGE_FEEDBACK	   ,
       
   179             ID_PAGE_VIDEOS	   ,
   175             ID_PAGE_VIDEOS	   ,
   180             MAX_PAGE
   176             MAX_PAGE
   181         };
   177         };
   182         QPointer<HWGame> game;
   178         QPointer<HWGame> game;
   183         QPointer<HWNetServer> pnetserver;
   179         QPointer<HWNetServer> pnetserver;
   189         QStack<int> PagesStack;
   185         QStack<int> PagesStack;
   190         QTime eggTimer;
   186         QTime eggTimer;
   191         BGWidget * wBackground;
   187         BGWidget * wBackground;
   192         QSignalMapper * pageSwitchMapper;
   188         QSignalMapper * pageSwitchMapper;
   193         QByteArray m_lastDemo;
   189         QByteArray m_lastDemo;
   194         QNetworkAccessManager * nam;
       
   195 
   190 
   196         QPropertyAnimation *animationNewSlide;
   191         QPropertyAnimation *animationNewSlide;
   197         QPropertyAnimation *animationOldSlide;
   192         QPropertyAnimation *animationOldSlide;
   198         QPropertyAnimation *animationNewOpacity;
   193         QPropertyAnimation *animationNewOpacity;
   199         QPropertyAnimation *animationOldOpacity;
   194         QPropertyAnimation *animationOldOpacity;