VTK
Public Member Functions | List of all members
vtkQtChartKeyboardHistory Class Reference

The vtkQtChartKeyboardHistory class navigates backwards in the chart view history. More...

#include <vtkQtChartKeyboardHistory.h>

Inheritance diagram for vtkQtChartKeyboardHistory:
[legend]
Collaboration diagram for vtkQtChartKeyboardHistory:
[legend]

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 ()
 
vtkQtChartAreagetChartArea () 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
vtkQtChartAreaChart
 Stores the chart area.
 

Detailed Description

The vtkQtChartKeyboardHistory class navigates backwards in the chart view history.

Definition at line 36 of file vtkQtChartKeyboardHistory.h.

Constructor & Destructor Documentation

vtkQtChartKeyboardHistory::vtkQtChartKeyboardHistory ( QObject *  parent = 0)

Creates a chart keyboard history instance.

Parameters
parentThe parent object.
virtual vtkQtChartKeyboardHistory::~vtkQtChartKeyboardHistory ( )
inlinevirtual

Definition at line 44 of file vtkQtChartKeyboardHistory.h.

Member Function Documentation

virtual void vtkQtChartKeyboardHistory::activate ( )
virtual

Changes the chart view to the previous view in the history.

Reimplemented from vtkQtChartKeyboardFunction.


The documentation for this class was generated from the following file: