QTfrontend/teamselhelper.h
changeset 352 4665bfe25470
parent 341 184230eb4151
child 362 b28e0dd48269
equal deleted inserted replaced
351:29bc9c36ad5f 352:4665bfe25470
    51  void changeTeamColor();
    51  void changeTeamColor();
    52 
    52 
    53  public:
    53  public:
    54  TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent);
    54  TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent);
    55  void setPlaying(bool isPlaying);
    55  void setPlaying(bool isPlaying);
       
    56  void setHHNum(unsigned int num);
    56 
    57 
    57  private:
    58  private:
    58  TeamShowWidget();
    59  TeamShowWidget();
    59  QHBoxLayout mainLayout;
    60  QHBoxLayout mainLayout;
    60  HWTeam m_team;
    61  HWTeam m_team;
    61  bool m_isPlaying;
    62  bool m_isPlaying;
    62  CHedgehogerWidget* phhoger;
    63  CHedgehogerWidget* phhoger;
    63  QPushButton* colorButt;
    64  QPushButton* colorButt;
    64 
    65 
       
    66  private slots:
       
    67   void hhNumChanged();
       
    68 
    65  signals:
    69  signals:
    66  void teamStatusChanged(HWTeam team);
    70  void teamStatusChanged(HWTeam team);
       
    71  void hhNmChanged(const HWTeam&);
    67 };
    72 };
    68 
    73 
    69 #endif // _TEAMSEL_HELPER_INCLUDED
    74 #endif // _TEAMSEL_HELPER_INCLUDED