QTfrontend/teamselect.h
changeset 492 78e80f899b59
parent 486 7ea71cd3acd5
child 535 a14eaf35cf4b
equal deleted inserted replaced
491:eadeccaf52ab 492:78e80f899b59
    52   void changeHHNum(const HWTeam&);
    52   void changeHHNum(const HWTeam&);
    53   void changeTeamColor(const HWTeam&);
    53   void changeTeamColor(const HWTeam&);
    54   void changeTeamStatus(HWTeam team);
    54   void changeTeamStatus(HWTeam team);
    55 
    55 
    56  signals:
    56  signals:
       
    57   void setEnabledGameStart(bool);
    57   void NewTeam();
    58   void NewTeam();
    58   void teamWillPlay(HWTeam team);
    59   void teamWillPlay(HWTeam team);
    59   void teamNotPlaying(const HWTeam& team);
    60   void teamNotPlaying(const HWTeam& team);
    60   void hhogsNumChanged(const HWTeam&);
    61   void hhogsNumChanged(const HWTeam&);
    61   void teamColorChanged(const HWTeam&);
    62   void teamColorChanged(const HWTeam&);