kcanvasrootpixmap.h
00001 #ifndef KCANVASROOTPIXMAP_H
00002 #define KCANVASROOTPIXMAP_H
00003
00004 #include <krootpixmap.h>
00005
00006 class QCanvasView;
00007
00020 class KCanvasRootPixmap : public KRootPixmap
00021 {
00022 Q_OBJECT
00023
00024 public:
00028 KCanvasRootPixmap(QCanvasView *view, const char *name = 0);
00029
00030 private slots:
00031 void backgroundUpdatedSlot(const QPixmap &);
00032
00033 private:
00034 QCanvasView *_view;
00035
00036 class KCanvasRootPixmapPrivate;
00037 KCanvasRootPixmapPrivate *d;
00038 };
00039
00040 #endif
00041
This file is part of the documentation for libkdegames Library Version 3.2.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Mar 12 22:53:38 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003