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
00025
class QCanvasView;
00026
00039 class KCanvasRootPixmap :
public KRootPixmap
00040 {
00041 Q_OBJECT
00042
00043
public:
00047
KCanvasRootPixmap(
QCanvasView *view,
const char *name = 0);
00048
00049
private slots:
00050
void backgroundUpdatedSlot(
const QPixmap &);
00051
00052
private:
00053
QCanvasView *_view;
00054
00055
class KCanvasRootPixmapPrivate;
00056 KCanvasRootPixmapPrivate *d;
00057 };
00058
00059
#endif
00060
This file is part of the documentation for libkdegames Library Version 3.3.0.