|
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. | |
Public Member Functions inherited from vtkQtChartKeyboardFunction | |
| 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 | |
Public Slots inherited from vtkQtChartKeyboardFunction | |
Protected Attributes inherited from vtkQtChartKeyboardFunction | |
| 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.
1.8.1