KHTML
Go to the documentation of this file. 23 #ifndef SVGCursorElement_h 24 #define SVGCursorElement_h 35 class SVGCursorElement :
public SVGElement,
37 public SVGExternalResourcesRequired,
38 public SVGURIReference {
40 SVGCursorElement(
const QualifiedName&, Document*);
41 virtual ~SVGCursorElement();
43 void addClient(SVGElement*);
44 void removeClient(SVGElement*);
46 virtual bool isValid()
const {
return SVGTests::isValid(); }
48 virtual void parseMappedAttribute(MappedAttribute*);
49 virtual void svgAttributeChanged(
const QualifiedName&);
51 virtual void getSubresourceAttributeStrings(Vector<String>&)
const;
54 virtual const SVGElement* contextElement()
const {
return this; }
57 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGExternalResourcesRequired,
bool, ExternalResourcesRequired, externalResourcesRequired)
58 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGURIReference,
String, Href, href)
60 ANIMATED_PROPERTY_DECLARATIONS(SVGCursorElement, SVGLength, SVGLength, X, x)
61 ANIMATED_PROPERTY_DECLARATIONS(SVGCursorElement, SVGLength, SVGLength, Y, y)
63 HashSet<SVGElement*> m_clients;
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:04:27 by
doxygen 1.8.15 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.