KHTML
Go to the documentation of this file.
29 #include <wtf/RefPtr.h>
35 class SVGTransformList;
37 class SVGViewSpec :
public SVGFitToViewBox,
38 public SVGZoomAndPan {
40 SVGViewSpec(
const SVGSVGElement*);
41 virtual ~SVGViewSpec();
43 bool parseViewSpec(
const String&);
45 void setTransform(
const String&);
46 SVGTransformList* transform()
const {
return m_transform.get(); }
48 void setViewBoxString(
const String&);
50 void setPreserveAspectRatioString(
const String&);
52 void setViewTargetString(
const String&);
53 String viewTargetString()
const {
return m_viewTargetString; }
54 SVGElement* viewTarget()
const;
57 virtual const SVGElement* contextElement()
const;
60 mutable RefPtr<SVGTransformList> m_transform;
61 const SVGSVGElement* m_contextElement;
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.