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

effects.h

Go to the documentation of this file.
00001 #ifndef __EFFECTS_H__
00002 #define __EFFECTS_H__
00003 
00004 class QImage;
00005 class QPixmap;
00006 class QColor;
00007 
00008 class QImageEffect {
00009 public: 
00010         static QImage &fade ( QImage &, float, const QColor & );
00011 };
00012 
00013 class QPixmapEffect {
00014 public: 
00015         static QPixmap &fade ( QPixmap &, float, const QColor & );
00016 };
00017 
00018 
00019 #endif
00020 

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