kio
KImageIOFactory Class Reference
#include <kimageiofactory.h>
Inheritance diagram for KImageIOFactory:

Public Member Functions | |
| KImageIOFactory () | |
| virtual | ~KImageIOFactory () |
Static Public Member Functions | |
| static KImageIOFactory * | self () |
Protected Member Functions | |
| virtual KSycocaEntry * | createEntry (int offset) |
| virtual KSycocaEntry * | createEntry (const QString &, const char *) |
| QString | createPattern (KImageIO::Mode _mode) |
| void | load () |
| virtual void | virtual_hook (int id, void *data) |
Static Protected Member Functions | |
| static void | readImage (QImageIO *iio) |
| static void | writeImage (QImageIO *iio) |
Protected Attributes | |
| QString | mReadPattern |
| QString | mWritePattern |
| QStringList | rPath |
Static Protected Attributes | |
| static KImageIOFactory * | _self = 0 |
| static KImageIOFormatList * | formatList = 0 |
Detailed Description
For internal use only.
Definition at line 87 of file kimageiofactory.h.
Constructor & Destructor Documentation
| KImageIOFactory::KImageIOFactory | ( | ) |
Definition at line 162 of file kimageio.cpp.
| KImageIOFactory::~KImageIOFactory | ( | ) | [virtual] |
Definition at line 343 of file kimageio.cpp.
Member Function Documentation
| KSycocaEntry * KImageIOFactory::createEntry | ( | int | offset | ) | [protected, virtual] |
| virtual KSycocaEntry* KImageIOFactory::createEntry | ( | const QString & | , | |
| const char * | ||||
| ) | [inline, protected, virtual] |
| QString KImageIOFactory::createPattern | ( | KImageIO::Mode | _mode | ) | [protected] |
| void KImageIOFactory::load | ( | ) | [protected] |
| void KImageIOFactory::readImage | ( | QImageIO * | iio | ) | [static, protected] |
| static KImageIOFactory* KImageIOFactory::self | ( | ) | [inline, static] |
Definition at line 92 of file kimageiofactory.h.
| void KImageIOFactory::virtual_hook | ( | int | id, | |
| void * | data | |||
| ) | [protected, virtual] |
Definition at line 564 of file kimageio.cpp.
| void KImageIOFactory::writeImage | ( | QImageIO * | iio | ) | [static, protected] |
Member Data Documentation
KImageIOFactory * KImageIOFactory::_self = 0 [static, protected] |
Definition at line 132 of file kimageiofactory.h.
KImageIOFormatList * KImageIOFactory::formatList = 0 [static, protected] |
Definition at line 133 of file kimageiofactory.h.
QString KImageIOFactory::mReadPattern [protected] |
Definition at line 134 of file kimageiofactory.h.
QString KImageIOFactory::mWritePattern [protected] |
Definition at line 135 of file kimageiofactory.h.
QStringList KImageIOFactory::rPath [protected] |
Definition at line 136 of file kimageiofactory.h.
The documentation for this class was generated from the following files:
KDE 3.5 API Reference