QIconEnginePlugin Class ReferenceThe QIconEnginePlugin class provides an abstract base for custom QIconEngine plugins. More... #include <QIconEnginePlugin> Inherits: QObject. Public Functions
Reimplemented Public Functions
Additional Inherited Members
Detailed DescriptionThe QIconEnginePlugin class provides an abstract base for custom QIconEngine plugins. Use QIconEnginePluginV2 instead. The icon engine plugin is a simple plugin interface that makes it easy to create custom icon engines that can be loaded dynamically into applications through QIcon. QIcon uses the file or resource name's suffix to determine what icon engine to use. Writing a icon engine plugin is achieved by subclassing this base class, reimplementing the pure virtual functions keys() and create(), and exporting the class with the Q_EXPORT_PLUGIN2() macro. See also How to Create Qt Plugins. Member Function Documentation
|