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 | |
KoZoomAdapter () | |
virtual | ~KoZoomAdapter () |
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
|
Get the maximum zoom factor that this listener supports.
|
|
Get the minimum zoom factor that this listener supports.
|
|
Zoom one step in.
|
|
Zoom one step out.
|
|
Zoom to the specified factor around the point x and y.
|
The documentation for this class was generated from the following files: