VTK
|
The vtkQtChartKeyboardZoomOutY class zooms out the chart contents in the y-direction. More...
#include <vtkQtChartKeyboardZoom.h>
Public Member Functions | |
vtkQtChartKeyboardZoomOutY (QObject *parent=0) | |
Creates a chart keyboard zoom out y instance. More... | |
virtual | ~vtkQtChartKeyboardZoomOutY () |
![]() | |
vtkQtChartKeyboardZoomOut (QObject *parent=0) | |
Creates a chart keyboard zoom out instance. More... | |
virtual | ~vtkQtChartKeyboardZoomOut () |
![]() | |
vtkQtChartKeyboardZoom (QObject *parent=0) | |
Creates a chart keyboard zoom instance. More... | |
virtual | ~vtkQtChartKeyboardZoom () |
virtual void | activate () |
Zooms the chart contents according to the method and flags. More... | |
![]() | |
vtkQtChartKeyboardFunction (QObject *parent=0) | |
Creates a chart keyboard function instance. More... | |
virtual | ~vtkQtChartKeyboardFunction () |
vtkQtChartArea * | getChartArea () const |
Gets the chart area for the keyboard function. More... | |
void | setChartArea (vtkQtChartArea *chart) |
Sets the chart area for the keyboard function. More... | |
Additional Inherited Members | |
![]() | |
enum | ZoomFlags { ZoomBoth, ZoomXOnly, ZoomYOnly } |
enum | ZoomMethod { ZoomIn, ZoomOut } |
![]() | |
![]() | |
void | setZoomFlags (ZoomFlags flags) |
Sets the zoom flags to use when activated. More... | |
void | setZoomMethod (ZoomMethod method) |
Sets the zoom method to use when activated. More... | |
![]() | |
vtkQtChartArea * | Chart |
Stores the chart area. More... | |
The vtkQtChartKeyboardZoomOutY class zooms out the chart contents in the y-direction.
Definition at line 170 of file vtkQtChartKeyboardZoom.h.
vtkQtChartKeyboardZoomOutY::vtkQtChartKeyboardZoomOutY | ( | QObject * | parent = 0 | ) |
Creates a chart keyboard zoom out y instance.
parent | The parent object. |
|
inlinevirtual |
Definition at line 178 of file vtkQtChartKeyboardZoom.h.