QTfrontend/hwform.h
changeset 5252 ded882439548
parent 5213 a86768368309
child 5567 44c9a577b082
equal deleted inserted replaced
5251:f31d1073345e 5252:ded882439548
    56     Ui_HWForm ui;
    56     Ui_HWForm ui;
    57     SDLInteraction sdli;
    57     SDLInteraction sdli;
    58     GameUIConfig * config;
    58     GameUIConfig * config;
    59     QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage.  Needs sync() calls if you want to get GameUIConfig changes though
    59     QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage.  Needs sync() calls if you want to get GameUIConfig changes though
    60     void updateXfire();
    60     void updateXfire();
       
    61     void PlayDemoQuick(const QString & demofilename);
    61 
    62 
    62 private slots:
    63 private slots:
    63     void GoToSaves();
    64     void GoToSaves();
    64     void GoToDemos();
    65     void GoToDemos();
    65     void GoToNet();
    66     void GoToNet();
   159     QTime eggTimer;
   160     QTime eggTimer;
   160     BGWidget * wBackground;
   161     BGWidget * wBackground;
   161     QSignalMapper * pageSwitchMapper;
   162     QSignalMapper * pageSwitchMapper;
   162 
   163 
   163 #ifdef __APPLE__
   164 #ifdef __APPLE__
   164         InstallController * panel;
   165     InstallController * panel;
   165 #endif
   166 #endif
   166 
   167 
   167     void OnPageShown(quint8 id, quint8 lastid=0);
   168     void OnPageShown(quint8 id, quint8 lastid=0);
   168 };
   169 };
   169 
   170