QTfrontend/newnetclient.h
changeset 453 4b1236759402
parent 448 e968e19a464c
child 465 07eca0a2546c
equal deleted inserted replaced
452:45fbb9df0c99 453:4b1236759402
    98   void initHealthChanged(quint32 health);
    98   void initHealthChanged(quint32 health);
    99   void turnTimeChanged(quint32 time);
    99   void turnTimeChanged(quint32 time);
   100   void fortsModeChanged(bool value);
   100   void fortsModeChanged(bool value);
   101   void hhnumChanged(const HWTeam&);
   101   void hhnumChanged(const HWTeam&);
   102   void teamColorChanged(const HWTeam&);
   102   void teamColorChanged(const HWTeam&);
       
   103   void chatStringFromNet(const QStringList&);
   103 
   104 
   104  public slots:
   105  public slots:
       
   106   void chatLineToNet(const QString& str);
   105   void SendNet(const QByteArray & buf);
   107   void SendNet(const QByteArray & buf);
   106   void AddTeam(const HWTeam & team);
   108   void AddTeam(const HWTeam & team);
   107   void RemoveTeam(const HWTeam& team);
   109   void RemoveTeam(const HWTeam& team);
   108   void onSeedChanged(const QString & seed);
   110   void onSeedChanged(const QString & seed);
   109   void onMapChanged(const QString & map);
   111   void onMapChanged(const QString & map);