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.3.