KHTML
Go to the documentation of this file.
23 #ifndef SVGFECompositeElement_h
24 #define SVGFECompositeElement_h
26 #if ENABLE(SVG) && ENABLE(SVG_FILTERS)
33 class SVGFECompositeElement :
public SVGFilterPrimitiveStandardAttributes
36 SVGFECompositeElement(
const QualifiedName&, Document*);
37 virtual ~SVGFECompositeElement();
39 virtual void parseMappedAttribute(MappedAttribute*);
40 virtual SVGFEComposite* filterEffect(SVGResourceFilter*)
const;
43 virtual const SVGElement* contextElement()
const {
return this; }
46 ANIMATED_PROPERTY_DECLARATIONS(SVGFECompositeElement,
String,
String, In1, in1)
47 ANIMATED_PROPERTY_DECLARATIONS(SVGFECompositeElement,
String, String, In2, in2)
48 ANIMATED_PROPERTY_DECLARATIONS(SVGFECompositeElement,
int,
int, _operator, _operator)
49 ANIMATED_PROPERTY_DECLARATIONS(SVGFECompositeElement,
float,
float, K1, k1)
50 ANIMATED_PROPERTY_DECLARATIONS(SVGFECompositeElement,
float,
float, K2, k2)
51 ANIMATED_PROPERTY_DECLARATIONS(SVGFECompositeElement,
float,
float, K3, k3)
52 ANIMATED_PROPERTY_DECLARATIONS(SVGFECompositeElement,
float,
float, K4, k4)
54 mutable SVGFEComposite* 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.