KImgIO
pic_io_plugin.h
Go to the documentation of this file.
00001 00021 #ifndef __PIC_IO_PLUGIN_H__ 00022 #define __PIC_IO_PLUGIN_H__ 00023 00024 #include <QtGui/QImageIOPlugin> 00025 00026 class SoftimagePICPlugin : public QImageIOPlugin { 00027 public: 00028 virtual Capabilities capabilities(QIODevice *device, const QByteArray &format) const; 00029 virtual QStringList keys() const; 00030 virtual QImageIOHandler *create(QIODevice *device, const QByteArray &format = QByteArray()) const; 00031 }; 00032 00033 #endif//__PIC_IO_PLUGIN_H__
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 17:26:07 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 17:26:07 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.