krita

KoZoomAdapter Class Reference

#include <kobirdeyepanel.h>

List of all members.


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

virtual double KoZoomAdapter::getMaxZoom (  )  [pure virtual]

Get the maximum zoom factor that this listener supports.

virtual double KoZoomAdapter::getMinZoom (  )  [pure virtual]

Get the minimum zoom factor that this listener supports.

virtual void KoZoomAdapter::zoomIn (  )  [pure virtual]

Zoom one step in.

virtual void KoZoomAdapter::zoomOut (  )  [pure virtual]

Zoom one step out.

virtual void KoZoomAdapter::zoomTo ( double  x,
double  y,
double  factor 
) [pure virtual]

Zoom to the specified factor around the point x and y.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys