QTfrontend/ui/widget/frameTeam.h
branchios-develop
changeset 13418 ba39a1d396c0
parent 13235 d5a029299407
child 14948 d01460ae866c
--- a/QTfrontend/ui/widget/frameTeam.h	Sun Jun 10 18:56:51 2018 +0200
+++ b/QTfrontend/ui/widget/frameTeam.h	Sun Jun 10 19:12:26 2018 +0200
@@ -44,6 +44,7 @@
         void setInteractivity(bool interactive);
         int getNextColor();
         QSize sizeHint() const;
+        void setDecoFrameEnabled(bool enabled);
 
     signals:
         void teamColorChanged(const HWTeam&);
@@ -61,6 +62,9 @@
         typedef QMap<HWTeam, QWidget*> tmapTeamToWidget;
         tmapTeamToWidget teamToWidget;
         bool nonInteractive;
+
+        bool hasDecoFrame;
+        void updateDecoFrame();
 };
 
 #endif // _FRAME_TAM_INCLUDED