|
VTK
|
The vtkQtChartKeyboardPanLeft class pans the chart contents left. More...
#include <vtkQtChartKeyboardPan.h>
Public Member Functions | |
| vtkQtChartKeyboardPanLeft (QObject *parent=0) | |
| Creates a chart keyboard pan left instance. | |
| virtual | ~vtkQtChartKeyboardPanLeft () |
| virtual void | activate () |
| Pans the chart contents left. | |
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 vtkQtChartKeyboardPanLeft class pans the chart contents left.
Definition at line 57 of file vtkQtChartKeyboardPan.h.
| vtkQtChartKeyboardPanLeft::vtkQtChartKeyboardPanLeft | ( | QObject * | parent = 0 | ) |
Creates a chart keyboard pan left instance.
| parent | The parent object. |
|
inlinevirtual |
Definition at line 65 of file vtkQtChartKeyboardPan.h.
|
virtual |
Pans the chart contents left.
Reimplemented from vtkQtChartKeyboardFunction.
1.8.1