loader_client.h
00001
00002
00003 #ifndef LOADER_CLIENT_H
00004 #define LOADER_CLIENT_H
00005
00006 #include <qpixmap.h>
00007 #include "dom/dom_string.h"
00008
00009 namespace khtml {
00010 class CachedObject;
00011 class CachedImage;
00012
00020 class CachedObjectClient
00021 {
00022 public:
00023
00024
00025
00026
00027
00028
00029 virtual void setPixmap(const QPixmap &, const QRect&, CachedImage *);
00030 virtual void setStyleSheet(const DOM::DOMString &, const DOM::DOMString &);
00031 virtual void notifyFinished(CachedObject * );
00032 };
00033 }
00034
00035 #endif
This file is part of the documentation for kdelibs Version 3.1.5.