QTfrontend/ui/widget/chatwidget.h
changeset 11865 047be82b6f67
parent 11046 47a8c19ecb60
equal deleted inserted replaced
11864:bff919afc63f 11865:047be82b6f67
   126 
   126 
   127     signals:
   127     signals:
   128         void chatLine(const QString& str);
   128         void chatLine(const QString& str);
   129         void kick(const QString & str);
   129         void kick(const QString & str);
   130         void ban(const QString & str);
   130         void ban(const QString & str);
       
   131         void delegate(const QString & str);
   131         void info(const QString & str);
   132         void info(const QString & str);
   132         void follow(const QString &);
   133         void follow(const QString &);
   133         void nickCountUpdate(int cnt);
   134         void nickCountUpdate(int cnt);
   134         void consoleCommand(const QString & command);
   135         void consoleCommand(const QString & command);
   135 
   136 
   142         QListView* chatNicks;
   143         QListView* chatNicks;
   143         SmartLineEdit* chatEditLine;
   144         SmartLineEdit* chatEditLine;
   144         QAction * acInfo;
   145         QAction * acInfo;
   145         QAction * acKick;
   146         QAction * acKick;
   146         QAction * acBan;
   147         QAction * acBan;
       
   148         QAction * acDelegate;
   147         QAction * acFollow;
   149         QAction * acFollow;
   148         QAction * acIgnore;
   150         QAction * acIgnore;
   149         QAction * acFriend;
   151         QAction * acFriend;
   150         QSettings * gameSettings;
   152         QSettings * gameSettings;
   151         QMenu * m_nicksMenu;
   153         QMenu * m_nicksMenu;
   161 
   163 
   162     private slots:
   164     private slots:
   163         void returnPressed();
   165         void returnPressed();
   164         void onBan();
   166         void onBan();
   165         void onKick();
   167         void onKick();
       
   168         void onDelegate();
   166         void onInfo();
   169         void onInfo();
   167         void onFollow();
   170         void onFollow();
   168         void onIgnore();
   171         void onIgnore();
   169         void onFriend();
   172         void onFriend();
   170         void chatNickDoubleClicked(const QModelIndex & index);
   173         void chatNickDoubleClicked(const QModelIndex & index);