QTfrontend/ui/widget/teamselhelper.h
changeset 6970 59f33a6a4814
parent 6952 7f70f37bbf08
child 7130 fcab1fd02bc6
equal deleted inserted replaced
6969:3273a2b983ca 6970:59f33a6a4814
    55 
    55 
    56     private slots:
    56     private slots:
    57         void activateTeam();
    57         void activateTeam();
    58 
    58 
    59     public:
    59     public:
    60         TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent);
    60         TeamShowWidget(HWTeam team, bool isPlaying, FrameTeams * parent);
    61         void setPlaying(bool isPlaying);
    61         void setPlaying(bool isPlaying);
    62         void setHHNum(unsigned int num);
    62         void setHHNum(unsigned int num);
    63         void setInteractivity(bool interactive);
    63         void setInteractivity(bool interactive);
    64         HWTeam getTeam() const;
    64         HWTeam getTeam() const;
    65 
    65 
    69         HWTeam m_team;
    69         HWTeam m_team;
    70         bool m_isPlaying;
    70         bool m_isPlaying;
    71         CHedgehogerWidget* phhoger;
    71         CHedgehogerWidget* phhoger;
    72         QPushButton* colorButt;
    72         QPushButton* colorButt;
    73         QPushButton* butt;
    73         QPushButton* butt;
       
    74         FrameTeams * m_parentFrameTeams;
    74 // QPushButton* bText;
    75 // QPushButton* bText;
    75 
    76 
    76     signals:
    77     signals:
    77         void teamStatusChanged(HWTeam team);
    78         void teamStatusChanged(HWTeam team);
    78         void hhNmChanged(const HWTeam&);
    79         void hhNmChanged(const HWTeam&);