QTfrontend/hwform.h
changeset 8291 e4a0d980d1e2
parent 8268 fe4e94311585
child 8294 0e5782b0dd54
equal deleted inserted replaced
8289:302a2521fe7a 8291:e4a0d980d1e2
   103         void NetConnected();
   103         void NetConnected();
   104         void NetError(const QString & errmsg);
   104         void NetError(const QString & errmsg);
   105         void NetWarning(const QString & wrnmsg);
   105         void NetWarning(const QString & wrnmsg);
   106         void NetGameEnter();
   106         void NetGameEnter();
   107         void NetPassword(const QString & nick);
   107         void NetPassword(const QString & nick);
       
   108         void NetNickRegistered(const QString & nick);
   108         void NetNickTaken(const QString & nick);
   109         void NetNickTaken(const QString & nick);
   109         void NetAuthFailed();
   110         void NetAuthFailed();
       
   111 	bool RetryDialog(const QString & title, const QString & label);
   110         void NetTeamAccepted(const QString& team);
   112         void NetTeamAccepted(const QString& team);
   111         void AddNetTeam(const HWTeam& team);
   113         void AddNetTeam(const HWTeam& team);
   112         void RemoveNetTeam(const HWTeam& team);
   114         void RemoveNetTeam(const HWTeam& team);
   113         void StartMPGame();
   115         void StartMPGame();
   114         void GameStateChanged(GameState gameState);
   116         void GameStateChanged(GameState gameState);
   146         void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo);
   148         void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo);
   147         void closeEvent(QCloseEvent *event);
   149         void closeEvent(QCloseEvent *event);
   148         void CustomizePalettes();
   150         void CustomizePalettes();
   149         void resizeEvent(QResizeEvent * event);
   151         void resizeEvent(QResizeEvent * event);
   150         //void keyReleaseEvent(QKeyEvent *event);
   152         //void keyReleaseEvent(QKeyEvent *event);
       
   153         inline void clearPasswordHashes(bool clearTempHash, bool clearHash);
   151 
   154 
   152         enum PageIDs
   155         enum PageIDs
   153         {
   156         {
   154             ID_PAGE_SETUP_TEAM     ,
   157             ID_PAGE_SETUP_TEAM     ,
   155             ID_PAGE_SETUP          ,
   158             ID_PAGE_SETUP          ,