KHtml
image.h
An image represents a static picture or an animation, that may be incrementally loaded.
Definition: image.h:51
bool hasAlpha() const
Returns true if the image may have an alpha channel.
Definition: image.cpp:476
void processEOF()
Notifies the image that the data source is exhausted, in case it cares.
Definition: image.cpp:187
A pixmap plane is responsible for drawing data of an image plane.
Definition: pixmapplane.h:41
An image painter let's one paint an image at the given size.
Definition: imagepainter.h:40
The updater class helps manage timers, to permit update messages to be coalesced (so we don't bug KHT...
Definition: updater.h:42
Definition: html_canvasimpl.h:59
Image(ImageOwner *owner)
Creates an image with a given owner; the owner will be notified about the repaint event...
Definition: image.cpp:40
void notifyPerformUpdate()
Called by the updater when the image should tell its owners about new changes.
Definition: image.cpp:82
void notifyFrameChange()
Called when animation frame changes, requesting the owner to repaint.
Definition: image.cpp:89
void setShowAnimations(KHTMLSettings::KAnimationAdvice)
Enables or disables animations.
Definition: image.cpp:484
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 Wed Jan 20 2021 22:49:54 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Jan 20 2021 22:49:54 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.