KHtml
imageowner.h
An image represents a static picture or an animation, that may be incrementally loaded.
Definition: image.h:51
virtual void imageError(Image *img)=0
Called to notify the owner that the image is broken.
virtual void imageChange(Image *img, QRect region)=0
Called to notify the owner that a portion has changed.
Definition: html_canvasimpl.h:59
virtual void imageHasGeometry(Image *img, int width, int height)=0
Called to notify the owner when the intrinic size is available.
virtual void imageDone(Image *img)=0
Called to notify the owner that the image is done.
The users of Image's need to inherit off ImageOwner, in order to receive the information about their ...
Definition: imageowner.h:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Mar 4 2021 22:47:20 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Mar 4 2021 22:47:20 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.