KImageIOFormat Class Reference
List of all members.Detailed Description
Definition at line 18 of file kimageiofactory.h.
Public Types | |
typedef KSharedPtr< KImageIOFormat > | Ptr |
typedef QValueList< Ptr > | List |
Public Member Functions | |
KImageIOFormat (const QString &path) | |
KImageIOFormat (QDataStream &_str, int offset) | |
virtual | ~KImageIOFormat () |
virtual QString | name () const |
virtual bool | isValid () const |
virtual void | load (QDataStream &) |
virtual void | save (QDataStream &) |
void | callLibFunc (bool read, QImageIO *) |
Public Attributes | |
QString | mType |
QString | mHeader |
QString | mFlags |
bool | bRead |
bool | bWrite |
QStringList | mSuffices |
QString | mPattern |
QString | mMimetype |
QString | mLib |
QStringList | rPaths |
bool | bLibLoaded |
void(* | mReadFunc )(QImageIO *) |
void(* | mWriteFunc )(QImageIO *) |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Constructor & Destructor Documentation
|
Read a KImageIOFormat description file. Sirtaj Singh Kang <taj@kde.org>, 23 Sep 1998.
This library is distributed under the conditions of the GNU LGPL. Definition at line 34 of file kimageio.cpp. |
The documentation for this class was generated from the following files: