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