KHTML
Go to the documentation of this file.
30 SVGZoomEvent::SVGZoomEvent()
32 , m_previousScale(0.0f)
36 SVGZoomEvent::~SVGZoomEvent()
40 FloatRect SVGZoomEvent::zoomRectScreen()
const
42 return m_zoomRectScreen;
45 float SVGZoomEvent::previousScale()
const
47 return m_previousScale;
50 void SVGZoomEvent::setPreviousScale(
float scale)
52 m_previousScale = scale;
55 FloatPoint SVGZoomEvent::previousTranslate()
const
57 return m_previousTranslate;
60 float SVGZoomEvent::newScale()
const
65 void SVGZoomEvent::setNewScale(
float scale)
70 FloatPoint SVGZoomEvent::newTranslate()
const
72 return m_newTranslate;
75 bool SVGZoomEvent::isSVGZoomEvent()
const
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.