KHTML
Go to the documentation of this file.
23 #ifndef SVGSymbolElement_h
24 #define SVGSymbolElement_h
34 class SVGSymbolElement :
public SVGStyledElement,
36 public SVGExternalResourcesRequired,
37 public SVGFitToViewBox
40 SVGSymbolElement(
const QualifiedName&, Document*);
41 virtual ~SVGSymbolElement();
43 virtual void parseMappedAttribute(MappedAttribute*);
44 virtual bool shouldAttachChild(Element*)
const {
return false; }
46 virtual bool rendererIsNeeded(RenderStyle*) {
return false; }
49 virtual const SVGElement* contextElement()
const {
return this; }
51 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGExternalResourcesRequired,
bool, ExternalResourcesRequired, externalResourcesRequired)
52 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGFitToViewBox, FloatRect, ViewBox, viewBox)
53 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGFitToViewBox, SVGPreserveAspectRatio*, PreserveAspectRatio, preserveAspectRatio)
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.