QTfrontend/frameTeam.h
changeset 240 c7f0a4f7a54a
parent 207 287077789132
child 348 c91b983de18f
equal deleted inserted replaced
239:f9adf3c73bed 240:c7f0a4f7a54a
    46  private:
    46  private:
    47   const int maxHedgehogsPerGame;
    47   const int maxHedgehogsPerGame;
    48   int overallHedgehogs;
    48   int overallHedgehogs;
    49   QList<QColor> availableColors;
    49   QList<QColor> availableColors;
    50   QList<QColor>::Iterator currentColor;
    50   QList<QColor>::Iterator currentColor;
    51     
    51 
    52   QVBoxLayout mainLayout;
    52   QVBoxLayout mainLayout;
    53   typedef map<HWTeam, QWidget*> tmapTeamToWidget;
    53   typedef map<HWTeam, QWidget*> tmapTeamToWidget;
    54   tmapTeamToWidget teamToWidget;
    54   tmapTeamToWidget teamToWidget;
    55 };
    55 };
    56 
    56