36 virtual QColor
GetQMLColor (
const QByteArray& section,
const QByteArray& 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 QColor GetQMLColor(const QByteArray §ion, const QByteArray &key)=0
Returns the color for the given QML section and key.
virtual ~IColorThemeManager()
virtual void themeChanged()=0
Emitted after the color theme changes.