kcanvasrootpixmap.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef KCANVASROOTPIXMAP_H
00021 #define KCANVASROOTPIXMAP_H
00022
00023 #include <krootpixmap.h>
00024 #include <kdemacros.h>
00025
00026 class QCanvasView;
00027
00040 class KDE_EXPORT KCanvasRootPixmap : public KRootPixmap
00041 {
00042 Q_OBJECT
00043
00044 public:
00048 KCanvasRootPixmap(QCanvasView *view, const char *name = 0);
00049
00050 private slots:
00051 void backgroundUpdatedSlot(const QPixmap &);
00052
00053 private:
00054 QCanvasView *_view;
00055
00056 class KCanvasRootPixmapPrivate;
00057 KCanvasRootPixmapPrivate *d;
00058 };
00059
00060 #endif
00061
This file is part of the documentation for libkdegames Library Version 3.4.3.