#include <vtkQtChartKeyboardFunction.h>
Definition at line 38 of file vtkQtChartKeyboardFunction.h.
Public Slots | |
virtual void | activate () |
Called to activate the function. | |
Public Member Functions | |
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. | |
Protected Attributes | |
vtkQtChartArea * | Chart |
Stores the chart area. |
vtkQtChartKeyboardFunction::vtkQtChartKeyboardFunction | ( | QObject * | parent = 0 |
) |
Creates a chart keyboard function instance.
parent | The parent object. |
virtual vtkQtChartKeyboardFunction::~vtkQtChartKeyboardFunction | ( | ) | [inline, virtual] |
Definition at line 47 of file vtkQtChartKeyboardFunction.h.
vtkQtChartArea* vtkQtChartKeyboardFunction::getChartArea | ( | ) | const [inline] |
Gets the chart area for the keyboard function.
Definition at line 53 of file vtkQtChartKeyboardFunction.h.
void vtkQtChartKeyboardFunction::setChartArea | ( | vtkQtChartArea * | chart | ) | [inline] |
Sets the chart area for the keyboard function.
chart | The new chart area. |
Definition at line 58 of file vtkQtChartKeyboardFunction.h.
virtual void vtkQtChartKeyboardFunction::activate | ( | ) | [virtual, slot] |
Called to activate the function.
This method is called when the key is pressed. Sub-classes should override this method to provide the functionality.
Reimplemented in vtkQtChartKeyboardHistory, vtkQtChartKeyboardHistoryNext, vtkQtChartKeyboardPan, vtkQtChartKeyboardPanLeft, vtkQtChartKeyboardPanDown, vtkQtChartKeyboardPanUp, and vtkQtChartKeyboardZoom.
vtkQtChartArea* vtkQtChartKeyboardFunction::Chart [protected] |