 |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
Go to the documentation of this file.
56 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 ManageWidget(QWidget *widget)=0
Watches the given widget recursively and its child actions.
virtual void UpdateIconset(const QList< QAction * > &actions)=0
Updates the icons of the given actions.
Interface for accessing LeechCraft-wide icons manager.
virtual QIcon GetPluginIcon()=0
virtual void RegisterChangeHandler(const std::function< void()> &function)=0
Registers the theme change handler.
virtual ~IIconThemeManager()