KHTML
Go to the documentation of this file.
23 #ifndef SVGEllipseElement_h
24 #define SVGEllipseElement_h
34 class SVGEllipseElement :
public SVGStyledTransformableElement,
37 public SVGExternalResourcesRequired {
39 SVGEllipseElement(
const QualifiedName&, Document*);
40 virtual ~SVGEllipseElement();
42 virtual bool isValid()
const {
return SVGTests::isValid(); }
44 virtual void parseMappedAttribute(MappedAttribute*);
45 virtual void svgAttributeChanged(
const QualifiedName&);
47 virtual Path toPathData()
const;
52 virtual const SVGElement* contextElement()
const {
return this; }
53 virtual bool hasRelativeValues()
const;
56 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGExternalResourcesRequired,
bool, ExternalResourcesRequired, externalResourcesRequired)
58 ANIMATED_PROPERTY_DECLARATIONS(SVGEllipseElement, SVGLength, SVGLength, Cx, cx)
59 ANIMATED_PROPERTY_DECLARATIONS(SVGEllipseElement, SVGLength, SVGLength, Cy, cy)
60 ANIMATED_PROPERTY_DECLARATIONS(SVGEllipseElement, SVGLength, SVGLength, Rx, rx)
61 ANIMATED_PROPERTY_DECLARATIONS(SVGEllipseElement, SVGLength, SVGLength, Ry, ry)
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.