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. More... | |
virtual | ~vtkQtChartKeyboardPan () |
virtual void | activate () |
Pans the chart contents right. More... | |
![]() | |
vtkQtChartKeyboardFunction (QObject *parent=0) | |
Creates a chart keyboard function instance. More... | |
virtual | ~vtkQtChartKeyboardFunction () |
vtkQtChartArea * | getChartArea () const |
Gets the chart area for the keyboard function. More... | |
void | setChartArea (vtkQtChartArea *chart) |
Sets the chart area for the keyboard function. More... | |
Additional Inherited Members | |
![]() | |
![]() | |
vtkQtChartArea * | Chart |
Stores the chart area. More... | |
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. |
|
inlinevirtual |
Definition at line 43 of file vtkQtChartKeyboardPan.h.
|
virtual |
Pans the chart contents right.
Reimplemented from vtkQtChartKeyboardFunction.