QTfrontend/net/newnetclient.h
changeset 8765 688062f1db59
parent 8762 388d2bf73ff9
child 8891 bf67b4d7d7b4
equal deleted inserted replaced
8762:388d2bf73ff9 8765:688062f1db59
   141         void messageProcessed();
   141         void messageProcessed();
   142 
   142 
   143     public slots:
   143     public slots:
   144         void ToggleReady();
   144         void ToggleReady();
   145         void chatLineToNet(const QString& str);
   145         void chatLineToNet(const QString& str);
       
   146         void chatLineToNetWithEcho(const QString&);
   146         void chatLineToLobby(const QString& str);
   147         void chatLineToLobby(const QString& str);
   147         void SendTeamMessage(const QString& str);
   148         void SendTeamMessage(const QString& str);
   148         void SendNet(const QByteArray & buf);
   149         void SendNet(const QByteArray & buf);
   149         void AddTeam(const HWTeam & team);
   150         void AddTeam(const HWTeam & team);
   150         void RemoveTeam(const HWTeam& team);
   151         void RemoveTeam(const HWTeam& team);