KHTML
Go to the documentation of this file.
23 #ifndef SVGScriptElement_h
24 #define SVGScriptElement_h
33 class SVGScriptElement :
public SVGElement,
34 public SVGURIReference,
35 public SVGExternalResourcesRequired
38 SVGScriptElement(
const QualifiedName&, Document*);
39 virtual ~SVGScriptElement();
43 void setType(
const String&);
46 virtual void parseMappedAttribute(MappedAttribute *attr);
48 virtual void getSubresourceAttributeStrings(Vector<String>&)
const;
53 virtual const SVGElement* contextElement()
const {
return this; }
56 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGURIReference,
String, Href, href)
57 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGExternalResourcesRequired,
bool, ExternalResourcesRequired, externalResourcesRequired)
DOM::QualifiedName scriptTag
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.