KImageIOFormat Class Reference
Inheritance diagram for KImageIOFormat:

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) |
Detailed Description
Definition at line 18 of file kimageiofactory.h.
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. References bLibLoaded, bRead, bWrite, KURL::decode_string(), mFlags, mHeader, mLib, mMimetype, mPattern, mSuffices, mType, KConfigBase::readBoolEntry(), KConfigBase::readEntry(), KConfigBase::readListEntry(), KConfigBase::readPathEntry(), KConfigBase::readPathListEntry(), rPaths, and KConfigBase::setGroup(). |
The documentation for this class was generated from the following files:
