QTfrontend/frameTeam.h
changeset 117 d21a48200772
parent 63 27e2b5bb6d4b
child 132 2d0f404cdf05
equal deleted inserted replaced
116:00d3d6d2e699 117:d21a48200772
    10 {
    10 {
    11   Q_OBJECT
    11   Q_OBJECT
    12 
    12 
    13  public:
    13  public:
    14   FrameTeams(QWidget* parent=0);
    14   FrameTeams(QWidget* parent=0);
    15   QWidget* getTeamWidget(tmprop team);
    15   QWidget* getTeamWidget(HWTeam team);
    16 
    16 
    17  public slots:
    17  public slots:
    18   void addTeam(tmprop team);
    18   void addTeam(HWTeam team);
    19   void removeTeam(tmprop team);
    19   void removeTeam(HWTeam team);
    20 
    20 
    21  private:
    21  private:
    22   QVBoxLayout mainLayout;
    22   QVBoxLayout mainLayout;
    23   typedef map<tmprop, QWidget*> tmapTeamToWidget;
    23   typedef map<HWTeam, QWidget*> tmapTeamToWidget;
    24   tmapTeamToWidget teamToWidget;
    24   tmapTeamToWidget teamToWidget;
    25 };
    25 };
    26 
    26 
    27 #endif // _FRAME_TAM_INCLUDED
    27 #endif // _FRAME_TAM_INCLUDED