KHTML
Go to the documentation of this file.
23 #ifndef SVGFEComponentTransferElement_h
24 #define SVGFEComponentTransferElement_h
26 #if ENABLE(SVG) && ENABLE(SVG_FILTERS)
33 class SVGFEComponentTransferElement :
public SVGFilterPrimitiveStandardAttributes
36 SVGFEComponentTransferElement(
const QualifiedName&, Document*);
37 virtual ~SVGFEComponentTransferElement();
39 virtual void parseMappedAttribute(MappedAttribute*);
40 virtual SVGFEComponentTransfer* filterEffect(SVGResourceFilter*)
const;
43 virtual const SVGElement* contextElement()
const {
return this; }
46 ANIMATED_PROPERTY_DECLARATIONS(SVGFEComponentTransferElement,
String,
String, In1, in1)
48 mutable SVGFEComponentTransfer *m_filterEffect;
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.