QTfrontend/ui/widget/chatwidget.h
changeset 15909 7409084d891f
parent 11865 047be82b6f67
equal deleted inserted replaced
15908:014f4edd0421 15909:7409084d891f
   110             bool highlight);
   110             bool highlight);
   111 
   111 
   112     public slots:
   112     public slots:
   113         void onChatAction(const QString & nick, const QString & str);
   113         void onChatAction(const QString & nick, const QString & str);
   114         void onChatMessage(const QString & nick, const QString & str);
   114         void onChatMessage(const QString & nick, const QString & str);
       
   115         void onDirectMessage(const QString & nick, const QString & message, bool isEcho);
   115         void onServerMessage(const QString& str);
   116         void onServerMessage(const QString& str);
   116         void nickAdded(const QString& nick, bool notifyNick);
   117         void nickAdded(const QString& nick, bool notifyNick);
   117         void nickRemoved(const QString& nick);
   118         void nickRemoved(const QString& nick);
   118         void nickRemoved(const QString& nick, const QString& message);
   119         void nickRemoved(const QString& nick, const QString& message);
   119         void clear();
   120         void clear();