KHTML
Go to the documentation of this file.
23 #ifndef SVGFEBlendElement_h
24 #define SVGFEBlendElement_h
26 #if ENABLE(SVG) && ENABLE(SVG_FILTERS)
32 class SVGFEBlendElement :
public SVGFilterPrimitiveStandardAttributes
35 SVGFEBlendElement(
const QualifiedName&, Document*);
36 virtual ~SVGFEBlendElement();
38 virtual void parseMappedAttribute(MappedAttribute*);
39 virtual SVGFEBlend* filterEffect(SVGResourceFilter*)
const;
42 virtual const SVGElement* contextElement()
const {
return this; }
45 ANIMATED_PROPERTY_DECLARATIONS(SVGFEBlendElement,
String,
String, In1, in1)
46 ANIMATED_PROPERTY_DECLARATIONS(SVGFEBlendElement,
String, String, In2, in2)
47 ANIMATED_PROPERTY_DECLARATIONS(SVGFEBlendElement,
int,
int,
Mode, mode)
49 mutable SVGFEBlend* 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.