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-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.