VTK
|
The vtkQtChartKeyboardZoomOutX class zooms out the chart contents in the x-direction. More...
#include <vtkQtChartKeyboardZoom.h>
Public Member Functions | |
vtkQtChartKeyboardZoomOutX (QObject *parent=0) | |
Creates a chart keyboard zoom out x instance. | |
virtual | ~vtkQtChartKeyboardZoomOutX () |
![]() | |
vtkQtChartKeyboardZoomOut (QObject *parent=0) | |
Creates a chart keyboard zoom out instance. | |
virtual | ~vtkQtChartKeyboardZoomOut () |
![]() | |
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. |
The vtkQtChartKeyboardZoomOutX class zooms out the chart contents in the x-direction.
Definition at line 150 of file vtkQtChartKeyboardZoom.h.
vtkQtChartKeyboardZoomOutX::vtkQtChartKeyboardZoomOutX | ( | QObject * | parent = 0 | ) |
Creates a chart keyboard zoom out x instance.
parent | The parent object. |
|
inlinevirtual |
Definition at line 158 of file vtkQtChartKeyboardZoom.h.