equal
deleted
inserted
replaced
51 void GoToInfo(); |
51 void GoToInfo(); |
52 void GoToPage(quint8 id); |
52 void GoToPage(quint8 id); |
53 void GoBack(); |
53 void GoBack(); |
54 void btnExitPressed(); |
54 void btnExitPressed(); |
55 void btnExitClicked(); |
55 void btnExitClicked(); |
|
56 void IntermediateSetup(); |
56 void NewTeam(); |
57 void NewTeam(); |
57 void EditTeam(); |
58 void EditTeam(); |
58 void TeamSave(); |
59 void TeamSave(); |
59 void TeamDiscard(); |
60 void TeamDiscard(); |
60 void SimpleGame(); |
61 void SimpleGame(); |
74 void ShowErrorMessage(const QString &); |
75 void ShowErrorMessage(const QString &); |
75 void GetRecord(bool isDemo, const QByteArray & record); |
76 void GetRecord(bool isDemo, const QByteArray & record); |
76 |
77 |
77 private: |
78 private: |
78 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
79 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
79 void UpdateTeamsLists(); |
80 void UpdateTeamsLists(const QStringList* editable_teams=0); |
80 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget); |
81 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget); |
81 enum PageIDs { |
82 enum PageIDs { |
82 ID_PAGE_SINGLEPLAYER = 0, |
83 ID_PAGE_SINGLEPLAYER = 0, |
83 ID_PAGE_SETUP_TEAM = 1, |
84 ID_PAGE_SETUP_TEAM = 1, |
84 ID_PAGE_SETUP = 2, |
85 ID_PAGE_SETUP = 2, |