KHTML
Go to the documentation of this file.
20 #ifndef SVGFEDisplacementMapElement_h
21 #define SVGFEDisplacementMapElement_h
23 #if ENABLE(SVG) && ENABLE(SVG_FILTERS)
29 class SVGFEDisplacementMapElement :
public SVGFilterPrimitiveStandardAttributes {
31 SVGFEDisplacementMapElement(
const QualifiedName& tagName, Document*);
32 virtual ~SVGFEDisplacementMapElement();
34 static SVGChannelSelectorType stringToChannel(
const String&);
36 virtual void parseMappedAttribute(MappedAttribute*);
37 virtual SVGFEDisplacementMap* filterEffect(SVGResourceFilter*)
const;
40 virtual const SVGElement* contextElement()
const {
return this; }
43 ANIMATED_PROPERTY_DECLARATIONS(SVGFEDisplacementMapElement,
String,
String, In1, in1)
44 ANIMATED_PROPERTY_DECLARATIONS(SVGFEDisplacementMapElement,
String, String, In2, in2)
45 ANIMATED_PROPERTY_DECLARATIONS(SVGFEDisplacementMapElement,
int,
int, XChannelSelector, xChannelSelector)
46 ANIMATED_PROPERTY_DECLARATIONS(SVGFEDisplacementMapElement,
int,
int, YChannelSelector, yChannelSelector)
47 ANIMATED_PROPERTY_DECLARATIONS(SVGFEDisplacementMapElement,
float,
float, Scale, scale)
49 mutable SVGFEDisplacementMap* m_filterEffect;
55 #endif // SVGFEDisplacementMapElement_h
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.