VTK
|
The vtkQtChartKeyboardPanDown class pans the chart contents down. More...
#include <vtkQtChartKeyboardPan.h>
Public Member Functions | |
vtkQtChartKeyboardPanDown (QObject *parent=0) | |
Creates a chart keyboard pan down instance. | |
virtual | ~vtkQtChartKeyboardPanDown () |
virtual void | activate () |
Pans the chart contents down. |
The vtkQtChartKeyboardPanDown class pans the chart contents down.
Definition at line 79 of file vtkQtChartKeyboardPan.h.
vtkQtChartKeyboardPanDown::vtkQtChartKeyboardPanDown | ( | QObject * | parent = 0 | ) |
Creates a chart keyboard pan down instance.
parent | The parent object. |
virtual vtkQtChartKeyboardPanDown::~vtkQtChartKeyboardPanDown | ( | ) | [inline, virtual] |
Definition at line 87 of file vtkQtChartKeyboardPan.h.
virtual void vtkQtChartKeyboardPanDown::activate | ( | ) | [virtual] |
Pans the chart contents down.
Reimplemented from vtkQtChartKeyboardFunction.