Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The TQImageFormatPlugin class provides an abstract base for custom image format plugins. More...
#include <ntqimageformatplugin.h>
The image format plugin is a simple plugin interface that makes it easy to create custom image formats that can be used transparently by applications.
Writing an image format plugin is achieved by subclassing this base class, reimplementing the pure virtual functions keys() and installIOHandler(), and exporting the class with the Q_EXPORT_PLUGIN macro. See the Plugins documentation for details.
See also Plugins.
You never have to call this explicitly. TQt destroys a plugin automatically when it is no longer used.
Installs a TQImageIO image I/O handler for the image format format.
See also keys().
Returns the list of image formats this plugin supports.
See also installIOHandler().
This file is part of the TQt toolkit. Copyright © 1995-2007 Trolltech. All Rights Reserved.
Copyright © 2007 Trolltech | Trademarks | TQt 3.3.8
|