|
VTK
|
The vtkQtChartMouseZoomY class zooms the contents in the y-direction. More...
#include <vtkQtChartMouseZoom.h>
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 } |
Protected Member Functions inherited from vtkQtChartMouseZoom | |
| void | setFlags (ZoomFlags flags) |
| Sets the zoom flags to use during interaction. | |
The vtkQtChartMouseZoomY class zooms the contents in the y-direction.
Definition at line 112 of file vtkQtChartMouseZoom.h.
| vtkQtChartMouseZoomY::vtkQtChartMouseZoomY | ( | QObject * | parent = 0 | ) |
Creates a new mouse zoom-y object.
| parent | The parent object. |
|
inlinevirtual |
Definition at line 119 of file vtkQtChartMouseZoom.h.
1.8.1