KImgIO
XVHandler Class Reference
#include <xview.h>
Inheritance diagram for XVHandler:
Public Member Functions | |
XVHandler () | |
bool | canRead () const |
QByteArray | name () const |
bool | read (QImage *image) |
bool | write (const QImage &image) |
Public Member Functions inherited from QImageIOHandler | |
QImageIOHandler () | |
virtual | ~QImageIOHandler () |
virtual bool | canRead () const =0 |
virtual int | currentImageNumber () const |
virtual QRect | currentImageRect () const |
QIODevice * | device () const |
QByteArray | format () const |
virtual int | imageCount () const |
virtual bool | jumpToImage (int imageNumber) |
virtual bool | jumpToNextImage () |
virtual int | loopCount () const |
virtual int | nextImageDelay () const |
virtual QVariant | option (ImageOption option) const |
virtual bool | read (QImage *image)=0 |
void | setDevice (QIODevice *device) |
void | setFormat (const QByteArray &format) |
void | setFormat (const QByteArray &format) const |
virtual void | setOption (ImageOption option, const QVariant &value) |
virtual bool | supportsOption (ImageOption option) const |
Static Public Member Functions | |
static bool | canRead (QIODevice *device) |
Detailed Description
QImageIO Routines to read/write XV images.
copyright (c) 1998 Torben Weis weis@ copyright (c) 1999 Oliver Eiden kde. orgo.eid en@p op.ru hr.d e
This library is distributed under the conditions of the GNU LGPL.
Changelog: 23.3.99 Oliver Eiden o.eid changed the mapping from 3-3-2 decoded pixels to 8-8-8 decoded true-color pixels now it uses the same mapping as xv, this leads to better visual results Patch merged in HEAD by Chris Spiegel en@p op.ru hr.d ematri x@xi rtam. org
Constructor & Destructor Documentation
Member Function Documentation
|
virtual |
Reimplemented from QImageIOHandler.
|
virtual |
Reimplemented from QImageIOHandler.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.