77 virtual QIcon
GetIcon (
const QString& on,
const QString& off = QString ()) = 0;
virtual QIcon GetIcon(const QString &on, const QString &off=QString())=0
Returns the current theme's icon for the given on and off states.
virtual void UpdateIconset(const QList< QAction *> &actions)=0
Updates the icons of the given actions.
virtual ~IIconThemeManager()
Interface for accessing LeechCraft-wide icons manager.
virtual void RegisterChangeHandler(const std::function< void()> &function)=0
Registers the theme change handler.
virtual void ManageWidget(QWidget *widget)=0
Watches the given widget recursively and its child actions.