KHTML
Go to the documentation of this file.
25 #if ENABLE(SVG) && ENABLE(SVG_FILTERS)
26 #include "CachedImage.h"
27 #include "CachedResourceClient.h"
32 class SVGFEImage :
public SVGFilterEffect
33 ,
public CachedResourceClient {
35 SVGFEImage(SVGResourceFilter*);
36 virtual ~SVGFEImage();
40 CachedImage* cachedImage()
const;
41 void setCachedImage(CachedImage*);
43 virtual TextStream& externalRepresentation(TextStream&)
const;
46 virtual CIFilter* getCIFilter(
const FloatRect& bbox)
const;
49 virtual void imageChanged(CachedImage*);
52 CachedImage* m_cachedImage;
57 #endif // ENABLE(SVG) && ENABLE(SVG_FILTERS)
59 #endif // SVGFEImage_h
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.