Qtopia library API Documentation

ImageCodecInterface Struct Reference

add Image Codecs More...

#include <imagecodecinterface.h>

List of all members.

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


Detailed Description

add Image Codecs

This interface will be queried to add new Image loading and saving routines.

The ImageCodec needs to be placed in OPIEDIR/plugins/imagecodecs.

See also:
QImage

QImageIO

Definition at line 45 of file imagecodecinterface.h.


Member Function Documentation

QStringList ImageCodecInterface::keys  )  const [pure virtual]
 

Query for the list of supported formats.

Return a QStringList of the supported formats

bool ImageCodecInterface::installIOHandler const QString format  )  [pure virtual]
 

install codec to QIageIO for the specefic format

Install a QImage codec for the requested format


The documentation for this struct was generated from the following files:
KDE Logo
This file is part of the documentation for OPIE Version 1.5.5.
Documentation copyright © 1997-2003 the KDE developers. 2003 OPIE developers
Generated on Tue Feb 10 20:24:22 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001