QTfrontend/teamselhelper.h
changeset 150 d9e8a336195c
parent 140 50ccde437ea1
child 152 c558957ef644
equal deleted inserted replaced
149:aae256899c49 150:d9e8a336195c
    29 
    29 
    30  private slots:
    30  private slots:
    31  void activateTeam();
    31  void activateTeam();
    32 
    32 
    33  public:
    33  public:
    34  TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent = 0);
    34  TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent);
    35  void setPlaying(bool isPlaying);
    35  void setPlaying(bool isPlaying);
    36  unsigned char getHedgehogsNum();
    36  unsigned char getHedgehogsNum();
    37  
    37  
    38  private:
    38  private:
       
    39  TeamShowWidget();
    39  QHBoxLayout mainLayout;
    40  QHBoxLayout mainLayout;
    40  HWTeam m_team;
    41  HWTeam m_team;
    41  bool m_isPlaying;
    42  bool m_isPlaying;
    42  CHedgehogerWidget* phhoger;
    43  CHedgehogerWidget* phhoger;
    43 
    44