Qtopia Home - Classes - Hierachy - Annotated - Functions - Licenses - Reference |
|
Factory that makes QImageFormat objects. More...
#include <qasyncimageio.h>
While the QImageIO class allows for complete loading of images, QImageFormatType allows for incremental loading of images.
New image file formats are installed by creating objects of derived classes of QImageFormatType. They must implement decoderFor() and formatName().
QImageFormatType is a very simple class. Its only task is to recognize image data in some format and make a new object, subclassed from QImageFormat, which can decode that format.
The factories for formats built into Qt are automatically defined before any other factory is initialized. If two factories would recognize an image format, the factory created last will override the earlier one, thus you can override current and future built-in formats.
See also
Returns a decoder for decoding an image which starts with the give bytes. This function should only return a decoder if it is definite that the decoder applies to data with the given header. Returns 0 if there is insufficient data in the header to make a positive identification, or if the data is not recognized.
Returns the name of the format supported by decoders from this factory. The string is statically allocated.
This file is part of the Qtopia platform, copyright © 1995-2005 Trolltech, all rights reserved.
| Copyright © 2005 Trolltech | Trademarks | Qtopia version 2.2.0
|