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

The vtkQtChartMouseZoomY class zooms the contents in the y-direction. More...

#include <vtkQtChartMouseZoom.h>

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

Public Member Functions

 vtkQtChartMouseZoomY (QObject *parent=0)
 Creates a new mouse zoom-y object.
 
virtual ~vtkQtChartMouseZoomY ()
 
- 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 }
 
- Signals inherited from vtkQtChartMouseFunction
void interactionStarted (vtkQtChartMouseFunction *function)
 Emitted when a function interaction has started.
 
void interactionFinished (vtkQtChartMouseFunction *function)
 Emitted when a function has finished an interaction state.
 
void cursorChangeRequested (const QCursor &cursor)
 Emitted when the mouse cursor needs to be changed.
 
- Protected Member Functions inherited from vtkQtChartMouseZoom
void setFlags (ZoomFlags flags)
 Sets the zoom flags to use during interaction.
 

Detailed Description

The vtkQtChartMouseZoomY class zooms the contents in the y-direction.

Definition at line 112 of file vtkQtChartMouseZoom.h.

Constructor & Destructor Documentation

vtkQtChartMouseZoomY::vtkQtChartMouseZoomY ( QObject *  parent = 0)

Creates a new mouse zoom-y object.

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

Definition at line 119 of file vtkQtChartMouseZoom.h.


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