• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • kdelibs
  • Sitemap
  • Contact Us
 

KImgIO

exr.h

Go to the documentation of this file.
00001 
00011 #ifndef KIMG_EXR_H
00012 #define KIMG_EXR_H
00013 
00014 #include <QtGui/QImageIOPlugin>
00015 
00016 class EXRHandler : public QImageIOHandler
00017 {
00018 public:
00019     EXRHandler();
00020 
00024     bool canRead() const;
00025 
00034     bool read( QImage *outImage );
00035 
00043     bool write( const QImage &image );
00044 
00050     QByteArray name() const;
00051 
00055     static bool canRead( QIODevice *device );
00056 };
00057 
00058 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00059 class EXRPlugin : public QImageIOPlugin
00060 {
00061 public:
00062     QStringList keys() const;
00063     Capabilities capabilities(QIODevice *device, const QByteArray &format) const;
00064     QImageIOHandler *create(QIODevice *device, const QByteArray &format = QByteArray()) const;
00065 };
00066 #endif
00067 
00068 #endif

KImgIO

Skip menu "KImgIO"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • Kross
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.5.7
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal