|
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. | |
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 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. |
|
inlinevirtual |
Definition at line 87 of file vtkQtChartKeyboardPan.h.
|
virtual |
Pans the chart contents down.
Reimplemented from vtkQtChartKeyboardFunction.
1.8.1