• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdelibs-4.8.3 API Reference
  • KDE Home
  • 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     void setOption(ImageOption option, const QVariant &value);
00026                     
00027     static bool canRead(QIODevice *device);
00028 private:
00029     int quality;
00030 };
00031                         
00032 
00033 #endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 17:26:06 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KImgIO

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

kdelibs-4.8.3 API Reference

Skip menu "kdelibs-4.8.3 API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal