|
VTK
|
The vtkQtChartKeyboardHistory class navigates backwards in the chart view history. More...
#include <vtkQtChartKeyboardHistory.h>
Public Member Functions | |
| vtkQtChartKeyboardHistory (QObject *parent=0) | |
| Creates a chart keyboard history instance. | |
| virtual | ~vtkQtChartKeyboardHistory () |
| virtual void | activate () |
| Changes the chart view to the previous view in the history. | |
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 vtkQtChartKeyboardHistory class navigates backwards in the chart view history.
Definition at line 36 of file vtkQtChartKeyboardHistory.h.
| vtkQtChartKeyboardHistory::vtkQtChartKeyboardHistory | ( | QObject * | parent = 0 | ) |
Creates a chart keyboard history instance.
| parent | The parent object. |
|
inlinevirtual |
Definition at line 44 of file vtkQtChartKeyboardHistory.h.
|
virtual |
Changes the chart view to the previous view in the history.
Reimplemented from vtkQtChartKeyboardFunction.
1.8.1