KHTML
Go to the documentation of this file.
23 #ifndef SVGViewElement_h
24 #define SVGViewElement_h
35 class SVGViewElement :
public SVGStyledElement,
36 public SVGExternalResourcesRequired,
37 public SVGFitToViewBox,
38 public SVGZoomAndPan {
40 SVGViewElement(
const QualifiedName&, Document*);
41 virtual ~SVGViewElement();
43 virtual void parseMappedAttribute(MappedAttribute*);
45 SVGStringList* viewTarget()
const;
47 virtual bool rendererIsNeeded(RenderStyle*) {
return false; }
50 virtual const SVGElement* contextElement()
const {
return this; }
53 mutable RefPtr<SVGStringList> m_viewTarget;
55 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGExternalResourcesRequired,
bool, ExternalResourcesRequired, externalResourcesRequired)
56 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGFitToViewBox, FloatRect, ViewBox, viewBox)
57 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.