Go to the documentation of this file.
23#ifndef SVGFETileElement_h
24#define SVGFETileElement_h
26#if ENABLE(SVG) && ENABLE(SVG_FILTERS)
33 class SVGFETileElement :
public SVGFilterPrimitiveStandardAttributes
36 SVGFETileElement(
const QualifiedName&, Document*);
37 virtual ~SVGFETileElement();
39 virtual void parseMappedAttribute(MappedAttribute*);
40 virtual SVGFETile* filterEffect(SVGResourceFilter*)
const;
43 virtual const SVGElement* contextElement()
const {
return this; }
46 ANIMATED_PROPERTY_DECLARATIONS(SVGFETileElement, String, String, In1, in1)
48 mutable SVGFETile* m_filterEffect;
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on
by
doxygen 1.16.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.