Home

qticoimageformat.h

This is the verbatim text of the qticoimageformat.h include file. It is provided only for illustration; the copyright remains with Trolltech.



#ifndef ICOFORMAT_H
#define ICOFORMAT_H

#include <qimage.h>


class QtICOImageFormat
{
public:
    static QValueList<QImage> read(const QString & fileName);
    static QValueList<QImage> read(QIODevice * device);
    
    static bool write(const QString & fileName, const QValueList<QImage> & images);
    static bool write(QIODevice * device, const QValueList<QImage> & images);

    static void installIOHandler();
};

#endif 

Copyright © 2003-2006 TrolltechTrademarks
Qt Solutions