QTfrontend/frameTeam.h
changeset 362 b28e0dd48269
parent 352 4665bfe25470
child 372 4bac77f8cd38
equal deleted inserted replaced
361:c3eebac100c0 362:b28e0dd48269
    37   FrameTeams(QWidget* parent=0);
    37   FrameTeams(QWidget* parent=0);
    38   QWidget* getTeamWidget(HWTeam team);
    38   QWidget* getTeamWidget(HWTeam team);
    39   bool isFullTeams() const;
    39   bool isFullTeams() const;
    40   void resetColors();
    40   void resetColors();
    41   void setHHNum(const HWTeam& team);
    41   void setHHNum(const HWTeam& team);
       
    42   void setNonInteractive();
    42 
    43 
    43  public slots:
    44  public slots:
    44   void addTeam(HWTeam team, bool willPlay);
    45   void addTeam(HWTeam team, bool willPlay);
    45   void removeTeam(HWTeam team);
    46   void removeTeam(HWTeam team);
    46 
    47 
    51   QList<QColor>::Iterator currentColor;
    52   QList<QColor>::Iterator currentColor;
    52 
    53 
    53   QVBoxLayout mainLayout;
    54   QVBoxLayout mainLayout;
    54   typedef QMultiMap<HWTeam, QWidget*> tmapTeamToWidget;
    55   typedef QMultiMap<HWTeam, QWidget*> tmapTeamToWidget;
    55   tmapTeamToWidget teamToWidget;
    56   tmapTeamToWidget teamToWidget;
       
    57   bool nonInteractive;
    56 };
    58 };
    57 
    59 
    58 #endif // _FRAME_TAM_INCLUDED
    60 #endif // _FRAME_TAM_INCLUDED