Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

png_slave.h

Go to the documentation of this file.
00001 /*
00002  * GPLv2 zecke@handhelds.org
00003  */
00004 #ifndef PNG_SLAVE_IMPL_H
00005 #define PNG_SLAVE_IMPL_H
00006 
00007 #include "slaveiface.h"
00008 
00009 class QString;
00010 class QPixmap;
00011 class PNGSlave : public SlaveInterface {
00012 public:
00013     PNGSlave();
00014     ~PNGSlave();
00015 
00016     QString iconViewName( const QString& );
00017     QString fullImageInfo( const QString& );
00018     QPixmap pixmap( const QString&, int, int );
00019 };
00020 
00021 #endif

Generated on Sat Nov 5 16:17:31 2005 for OPIE by  doxygen 1.4.2