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. More... | |
virtual | ~vtkQtChartKeyboardHistory () |
virtual void | activate () |
Changes the chart view to the previous view in the history. 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 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.