QTfrontend/ui/widget/frameTeam.h
changeset 13230 d5a029299407
parent 11046 47a8c19ecb60
child 14943 d01460ae866c
equal deleted inserted replaced
13228:d23742ccf92b 13230:d5a029299407
    42         void setHHNum(const HWTeam& team);
    42         void setHHNum(const HWTeam& team);
    43         void setTeamColor(const HWTeam& team);
    43         void setTeamColor(const HWTeam& team);
    44         void setInteractivity(bool interactive);
    44         void setInteractivity(bool interactive);
    45         int getNextColor();
    45         int getNextColor();
    46         QSize sizeHint() const;
    46         QSize sizeHint() const;
       
    47         void setDecoFrameEnabled(bool enabled);
    47 
    48 
    48     signals:
    49     signals:
    49         void teamColorChanged(const HWTeam&);
    50         void teamColorChanged(const HWTeam&);
    50 
    51 
    51     public slots:
    52     public slots:
    59 
    60 
    60         QVBoxLayout mainLayout;
    61         QVBoxLayout mainLayout;
    61         typedef QMap<HWTeam, QWidget*> tmapTeamToWidget;
    62         typedef QMap<HWTeam, QWidget*> tmapTeamToWidget;
    62         tmapTeamToWidget teamToWidget;
    63         tmapTeamToWidget teamToWidget;
    63         bool nonInteractive;
    64         bool nonInteractive;
       
    65 
       
    66         bool hasDecoFrame;
       
    67         void updateDecoFrame();
    64 };
    68 };
    65 
    69 
    66 #endif // _FRAME_TAM_INCLUDED
    70 #endif // _FRAME_TAM_INCLUDED