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