KHTML
Go to the documentation of this file.
23 #ifndef SVGCircleElement_h
24 #define SVGCircleElement_h
34 class SVGCircleElement :
public SVGStyledTransformableElement,
37 public SVGExternalResourcesRequired {
39 SVGCircleElement(
const QualifiedName&, Document*);
40 virtual ~SVGCircleElement();
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(SVGCircleElement, SVGLength, SVGLength, Cx, cx)
59 ANIMATED_PROPERTY_DECLARATIONS(SVGCircleElement, SVGLength, SVGLength, Cy, cy)
60 ANIMATED_PROPERTY_DECLARATIONS(SVGCircleElement, SVGLength, SVGLength, R, r)
66 #endif // SVGCircleElement_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.