equal
deleted
inserted
replaced
41 TeamSelWidget(QWidget* parent=0); |
41 TeamSelWidget(QWidget* parent=0); |
42 void addTeam(HWTeam team); |
42 void addTeam(HWTeam team); |
43 //void removeTeam(HWTeam team); |
43 //void removeTeam(HWTeam team); |
44 void resetPlayingTeams(const QStringList& teamslist); |
44 void resetPlayingTeams(const QStringList& teamslist); |
45 bool isPlaying(HWTeam team) const; |
45 bool isPlaying(HWTeam team) const; |
46 unsigned char numHedgedogs(HWTeam team) const; |
46 HWTeamTempParams getTeamParams(HWTeam team) const; |
47 list<HWTeam> getPlayingTeams() const; |
47 list<HWTeam> getPlayingTeams() const; |
48 |
48 |
49 private slots: |
49 private slots: |
50 void changeTeamStatus(HWTeam team); |
50 void changeTeamStatus(HWTeam team); |
51 |
51 |