#include </home/clem/local/src/opie/library/imagecodecinterface.h>
Inheritance diagram for ImageCodecInterface:


Public Member Functions | |
| virtual QStringList | keys () const =0 |
| Query for the list of supported formats. | |
| virtual bool | installIOHandler (const QString &format)=0 |
| install codec to QIageIO for the specefic format | |
This interface will be queried to add new Image loading and saving routines.
The ImageCodec needs to be placed in OPIEDIR/plugins/imagecodecs.
QImageIO
Definition at line 45 of file imagecodecinterface.h.
|
|
install codec to QIageIO for the specefic format Install a QImage codec for the requested format |
|
|
Query for the list of supported formats. Return a QStringList of the supported formats |
1.4.2