36 virtual QColor
GetQMLColor (
const QString& section,
const QString& key) = 0;
55Q_DECLARE_INTERFACE (
IColorThemeManager,
"org.Deviant.LeechCraft.IColorThemeManager/1.0")
Proxy class to the color theme management engine.
virtual QObject * GetQObject()=0
Returns the manager as a QObject.
virtual ~IColorThemeManager()
virtual void themeChanged()=0
Emitted after the color theme changes.
virtual QColor GetQMLColor(const QString §ion, const QString &key)=0
Returns the color for the given QML section and key.