QPictureFormatPlugin Class ReferenceThe QPictureFormatPlugin class provides an abstract base for custom picture format plugins. More... #include <QPictureFormatPlugin> This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code. Inherits: QObject. Public Functions
Reimplemented Public Functions
Additional Inherited Members
Detailed DescriptionThe QPictureFormatPlugin class provides an abstract base for custom picture format plugins. The picture format plugin is a simple plugin interface that makes it easy to create custom picture formats that can be used transparently by applications. Writing an picture format plugin is achieved by subclassing this base class, reimplementing the pure virtual functions keys(), loadPicture(), savePicture(), and installIOHandler(), and exporting the class with the Q_EXPORT_PLUGIN2() macro. See also How to Create Qt Plugins. Member Function Documentation
|