Optionally color nicknames in all messages
[quassel.git] / src / qtui / qtuistyle.h
index 9d1d5fa..733e73e 100644 (file)
@@ -101,6 +101,17 @@ private:
      * @return Snippet of Quassel-theme-compatible Qss stylesheet
      */
     QString senderQss(int i, const QString &messageType, bool includeNick = false) const;
+
+    /**
+     * Generate a snippet of Qss stylesheet for a given IRC nickname sender-hash index
+     *
+     * This depends on the color palette generated by QtUiStyle::senderPaletteQss()
+     *
+     * @param[in] i            Sender hash index from 0 - 15
+     * @return Snippet of Quassel-theme-compatible Qss stylesheet
+     */
+    QString nickQss(int i) const;
+
     QString chatListItemQss(const QString &state, const QString &key, UiSettings &settings) const;
 };