KHTML
Go to the documentation of this file.
37 SVGViewElement::SVGViewElement(
const QualifiedName& tagName, Document* doc)
38 : SVGStyledElement(tagName, doc)
39 , SVGExternalResourcesRequired()
45 SVGViewElement::~SVGViewElement()
49 SVGStringList* SVGViewElement::viewTarget()
const
54 return m_viewTarget.get();
57 void SVGViewElement::parseMappedAttribute(MappedAttribute* attr)
60 viewTarget()->reset(attr->value());
62 if (SVGExternalResourcesRequired::parseMappedAttribute(attr)
63 || SVGFitToViewBox::parseMappedAttribute(attr)
64 || SVGZoomAndPan::parseMappedAttribute(attr))
67 SVGStyledElement::parseMappedAttribute(attr);
DOM::QualifiedName viewTargetAttr
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.