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

KImgIO

jp2.h

Go to the documentation of this file.
00001 
00007 #ifndef KIMG_JP2_H
00008 #define KIMG_JP2_H
00009 
00010 #include <QtGui/QImageIOPlugin>
00011 
00012 class JP2Handler : public QImageIOHandler
00013 {
00014 public:
00015     JP2Handler();
00016     virtual ~JP2Handler();
00017     
00018     bool canRead() const;
00019     bool read(QImage *image);
00020     bool write(const QImage &image);
00021                 
00022     QByteArray name() const;
00023     bool supportsOption(ImageOption option) const;
00024     QVariant option(ImageOption option) const;
00025                     
00026     static bool canRead(QIODevice *device);
00027 private:
00028     int quality;
00029 };
00030                         
00031 
00032 #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
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.5.4
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