KImgIO
#include <pic_io_handler.h>
Public Member Functions | |
virtual bool | canRead () const |
QByteArray | name () const |
QVariant | option (ImageOption option) const |
virtual bool | read (QImage *image) |
bool | supportsOption (ImageOption option) const |
virtual bool | write (const QImage &) |
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 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) |
Static Public Member Functions | |
static bool | canRead (QIODevice *device) |
Detailed Description
PIC_RW - Qt PIC Support Copyright (C) 2007 Ruben Lopez r.lop ez@b ren.e s
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition at line 30 of file pic_io_handler.h.
Member Function Documentation
|
virtual |
PIC_RW - Qt PIC Support Copyright (C) 2007 Ruben Lopez r.lop ez@b ren.e s
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition at line 24 of file pic_io_handler.cpp.
|
static |
Definition at line 42 of file pic_io_handler.cpp.
|
virtual |
Reimplemented from QImageIOHandler.
Definition at line 68 of file pic_io_handler.cpp.
|
virtual |
Reimplemented from QImageIOHandler.
Definition at line 52 of file pic_io_handler.cpp.
|
virtual |
Definition at line 32 of file pic_io_handler.cpp.
|
virtual |
Reimplemented from QImageIOHandler.
Definition at line 64 of file pic_io_handler.cpp.
|
virtual |
Reimplemented from QImageIOHandler.
Definition at line 37 of file pic_io_handler.cpp.
The documentation for this class was generated from the following files:
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.