QTfrontend/chatwidget.h
changeset 5998 e8f44e9433f0
parent 5259 926958e3e87b
equal deleted inserted replaced
5996:2c72fe81dd37 5998:e8f44e9433f0
    59   HWChatWidget(QWidget* parent, QSettings * gameSettings, SDLInteraction * sdli, bool notify);
    59   HWChatWidget(QWidget* parent, QSettings * gameSettings, SDLInteraction * sdli, bool notify);
    60   void loadLists(const QString & nick);
    60   void loadLists(const QString & nick);
    61   void saveLists(const QString & nick);
    61   void saveLists(const QString & nick);
    62   void setShowReady(bool s);
    62   void setShowReady(bool s);
    63   void setShowFollow(bool enabled);
    63   void setShowFollow(bool enabled);
       
    64   void addLine(const QString & cssClass, QString line);
    64   static const char* STYLE;
    65   static const char* STYLE;
    65   QStringList ignoreList, friendsList;
    66   QStringList ignoreList, friendsList;
    66 
    67 
    67 private:
    68 private:
    68   void loadList(QStringList & list, const QString & file);
    69   void loadList(QStringList & list, const QString & file);