24 #ifndef _vtkQtChartKeyboardZoom_h
25 #define _vtkQtChartKeyboardZoom_h
28 #include "vtkQtChartExport.h"
The vtkQtChartKeyboardZoomOut class zooms out the chart contents in both directions.
virtual ~vtkQtChartKeyboardZoomOut()
The vtkQtChartKeyboardZoomY class zooms in the chart contents in the y-direction. ...
virtual ~vtkQtChartKeyboardZoomY()
virtual ~vtkQtChartKeyboardZoomOutY()
The vtkQtChartKeyboardZoomOutY class zooms out the chart contents in the y-direction.
virtual ~vtkQtChartKeyboardZoom()
Zoom only in the x-direction.
virtual ~vtkQtChartKeyboardZoomOutX()
The vtkQtChartKeyboardFunction class is the base class for all chart keyboard functions.
The vtkQtChartKeyboardZoomOutX class zooms out the chart contents in the x-direction.
void setZoomFlags(ZoomFlags flags)
Sets the zoom flags to use when activated.
virtual ~vtkQtChartKeyboardZoomX()
The vtkQtChartKeyboardZoom class zooms the chart contents.
void setZoomMethod(ZoomMethod method)
Sets the zoom method to use when activated.
virtual void activate()
Called to activate the function.
The vtkQtChartKeyboardZoomX class zooms in the chart contents in the x-direction. ...