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

The vtkQtChartKeyboardZoomOut class zooms out the chart contents in both directions. More...

#include <vtkQtChartKeyboardZoom.h>

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

Public Member Functions

 vtkQtChartKeyboardZoomOut (QObject *parent=0)
 Creates a chart keyboard zoom out instance.
 
virtual ~vtkQtChartKeyboardZoomOut ()
 
- Public Member Functions inherited from vtkQtChartKeyboardZoom
 vtkQtChartKeyboardZoom (QObject *parent=0)
 Creates a chart keyboard zoom instance.
 
virtual ~vtkQtChartKeyboardZoom ()
 
virtual void activate ()
 Zooms the chart contents according to the method and flags.
 
- 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 Types inherited from vtkQtChartKeyboardZoom
enum  ZoomFlags { ZoomBoth, ZoomXOnly, ZoomYOnly }
 
enum  ZoomMethod { ZoomIn, ZoomOut }
 
- Public Slots inherited from vtkQtChartKeyboardFunction
- Protected Member Functions inherited from vtkQtChartKeyboardZoom
void setZoomFlags (ZoomFlags flags)
 Sets the zoom flags to use when activated.
 
void setZoomMethod (ZoomMethod method)
 Sets the zoom method to use when activated.
 
- Protected Attributes inherited from vtkQtChartKeyboardFunction
vtkQtChartAreaChart
 Stores the chart area.
 

Detailed Description

The vtkQtChartKeyboardZoomOut class zooms out the chart contents in both directions.

Definition at line 130 of file vtkQtChartKeyboardZoom.h.

Constructor & Destructor Documentation

vtkQtChartKeyboardZoomOut::vtkQtChartKeyboardZoomOut ( QObject *  parent = 0)

Creates a chart keyboard zoom out instance.

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

Definition at line 138 of file vtkQtChartKeyboardZoom.h.


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