VTK
|
The vtkQtChartKeyboardPanUp class pans the chart contents up. More...
#include <vtkQtChartKeyboardPan.h>
Public Member Functions | |
vtkQtChartKeyboardPanUp (QObject *parent=0) | |
Creates a chart keyboard pan up instance. | |
virtual | ~vtkQtChartKeyboardPanUp () |
virtual void | activate () |
Pans the chart contents up. | |
![]() | |
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 | |
![]() | |
![]() | |
vtkQtChartArea * | Chart |
Stores the chart area. | |
The vtkQtChartKeyboardPanUp class pans the chart contents up.
Definition at line 101 of file vtkQtChartKeyboardPan.h.
vtkQtChartKeyboardPanUp::vtkQtChartKeyboardPanUp | ( | QObject * | parent = 0 | ) |
Creates a chart keyboard pan up instance.
parent | The parent object. |
|
inlinevirtual |
Definition at line 109 of file vtkQtChartKeyboardPan.h.
|
virtual |
Pans the chart contents up.
Reimplemented from vtkQtChartKeyboardFunction.