VTK
Public Member Functions
vtkQtChartMouseZoomX Class Reference

The vtkQtChartMouseZoomX class zooms the contents in the x-direction. More...

#include <vtkQtChartMouseZoom.h>

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

List of all members.

Public Member Functions

 vtkQtChartMouseZoomX (QObject *parent=0)
 Creates a new mouse zoom-x object.
virtual ~vtkQtChartMouseZoomX ()
- Public Member Functions inherited from vtkQtChartMouseZoom
 vtkQtChartMouseZoom (QObject *parent=0)
 Creates a new mouse zoom object.
virtual ~vtkQtChartMouseZoom ()
ZoomFlags getFlags () const
 Gets the zoom flags used during interaction.
virtual void setMouseOwner (bool owns)
 Sets whether or not the function owns the mouse.
virtual bool mousePressEvent (QMouseEvent *e, vtkQtChartArea *chart)
 Called to handle the mouse press event.
virtual bool mouseMoveEvent (QMouseEvent *e, vtkQtChartArea *chart)
 Called to handle the mouse move event.
virtual bool mouseReleaseEvent (QMouseEvent *e, vtkQtChartArea *chart)
 Called to handle the mouse release event.
virtual bool mouseDoubleClickEvent (QMouseEvent *e, vtkQtChartArea *chart)
 Called to handle the double click event.
virtual bool wheelEvent (QWheelEvent *e, vtkQtChartArea *chart)
 Called to handle the wheel event.
- Public Member Functions inherited from vtkQtChartMouseFunction
 vtkQtChartMouseFunction (QObject *parent=0)
 Creates a chart mouse function instance.
virtual ~vtkQtChartMouseFunction ()
virtual bool isCombinable () const
 Gets whether or not the function is combinable.
bool isMouseOwner () const
 Gets whether or not the function owns the mouse.

Additional Inherited Members

- Public Types inherited from vtkQtChartMouseZoom
enum  ZoomFlags { ZoomBoth, ZoomXOnly, ZoomYOnly }
- Protected Member Functions inherited from vtkQtChartMouseZoom
void setFlags (ZoomFlags flags)
 Sets the zoom flags to use during interaction.

Detailed Description

The vtkQtChartMouseZoomX class zooms the contents in the x-direction.

Definition at line 94 of file vtkQtChartMouseZoom.h.


Constructor & Destructor Documentation

vtkQtChartMouseZoomX::vtkQtChartMouseZoomX ( QObject *  parent = 0)

Creates a new mouse zoom-x object.

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

Definition at line 101 of file vtkQtChartMouseZoom.h.


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