Go to the documentation of this file.
30SVGZoomEvent::SVGZoomEvent()
32 , m_previousScale(0.0f)
36SVGZoomEvent::~SVGZoomEvent()
40FloatRect SVGZoomEvent::zoomRectScreen()
const
42 return m_zoomRectScreen;
45float SVGZoomEvent::previousScale()
const
47 return m_previousScale;
50void SVGZoomEvent::setPreviousScale(
float scale)
52 m_previousScale = scale;
55FloatPoint SVGZoomEvent::previousTranslate()
const
57 return m_previousTranslate;
60float SVGZoomEvent::newScale()
const
65void SVGZoomEvent::setNewScale(
float scale)
70FloatPoint SVGZoomEvent::newTranslate()
const
72 return m_newTranslate;
75bool SVGZoomEvent::isSVGZoomEvent()
const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by
doxygen 1.11.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.