|
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. | |
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 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.
1.8.1