krita
KoZoomAdapter Class Reference
#include <kobirdeyepanel.h>
Detailed Description
The zoom listener interface defines methods that the bird eye panel will call whenever the zoomlevel is changed through one of the panel actions.Definition at line 70 of file kobirdeyepanel.h.
Public Member Functions | |
virtual void | zoomTo (double x, double y, double factor)=0 |
virtual void | zoomIn ()=0 |
virtual void | zoomOut ()=0 |
virtual double | getMinZoom ()=0 |
virtual double | getMaxZoom ()=0 |
Member Function Documentation
virtual void KoZoomAdapter::zoomTo | ( | double | x, | |
double | y, | |||
double | factor | |||
) | [pure virtual] |
Zoom to the specified factor around the point x and y.
virtual void KoZoomAdapter::zoomIn | ( | ) | [pure virtual] |
Zoom one step in.
virtual void KoZoomAdapter::zoomOut | ( | ) | [pure virtual] |
Zoom one step out.
virtual double KoZoomAdapter::getMinZoom | ( | ) | [pure virtual] |
Get the minimum zoom factor that this listener supports.
virtual double KoZoomAdapter::getMaxZoom | ( | ) | [pure virtual] |
Get the maximum zoom factor that this listener supports.
The documentation for this class was generated from the following files: