KritaWidgets
KoZoomController_p.h
Go to the documentation of this file.
26 : canvasController(0), zoomHandler(0), action(0), textMinX(1), textMaxX(600), fitMargin(0), parent(p)
28 action = new KoZoomAction(KoZoomMode::ZOOM_WIDTH | KoZoomMode::ZOOM_PAGE | KoZoomMode::ZOOM_HEIGHT, i18n("Zoom"), p);
KoCanvasController * canvasController
Definition: KoZoomController_p.h:58
This class handles the zooming and DPI stuff (conversions between postscript pt values and pixels).
Definition: KoZoomHandler.h:24
void setAvailableSize()
so we know when the canvasController changes size
Definition: KoZoomController_p.h:35
This controller class handles zoom levels for any canvas.
Definition: KoZoomController.h:47
void requestZoomRelative(const qreal factor, const QPointF &stillPoint)
when the canvas controller wants us to change zoom
Definition: KoZoomController_p.h:44
void setZoom(KoZoomMode::Mode mode, qreal zoom)
Definition: KoZoomController_p.h:49
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 23:44:00 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 23:44:00 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.