KHTML
Go to the documentation of this file.
23 #ifndef SVGFEColorMatrixElement_h
24 #define SVGFEColorMatrixElement_h
26 #if ENABLE(SVG) && ENABLE(SVG_FILTERS)
34 class SVGFEColorMatrixElement :
public SVGFilterPrimitiveStandardAttributes
37 SVGFEColorMatrixElement(
const QualifiedName&, Document*);
38 virtual ~SVGFEColorMatrixElement();
40 virtual void parseMappedAttribute(MappedAttribute*);
41 virtual SVGFEColorMatrix* filterEffect(SVGResourceFilter*)
const;
44 virtual const SVGElement* contextElement()
const {
return this; }
47 ANIMATED_PROPERTY_DECLARATIONS(SVGFEColorMatrixElement,
String,
String, In1, in1)
48 ANIMATED_PROPERTY_DECLARATIONS(SVGFEColorMatrixElement,
int,
int,
Type, type)
49 ANIMATED_PROPERTY_DECLARATIONS(SVGFEColorMatrixElement, SVGNumberList*, RefPtr<SVGNumberList>, Values, values)
51 mutable SVGFEColorMatrix* 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.