#include <vtkQtChartMouseZoom.h>


Definition at line 130 of file vtkQtChartMouseZoom.h.
Public Member Functions | |
| vtkQtChartMouseZoomBox (QObject *parent=0) | |
| Creates a new mouse zoom box object. | |
| virtual | ~vtkQtChartMouseZoomBox () |
vtkQtChartMouseFunction Methods | |
| 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. | |
| vtkQtChartMouseZoomBox::vtkQtChartMouseZoomBox | ( | QObject * | parent = 0 |
) |
Creates a new mouse zoom box object.
| parent | The parent object. |
| virtual vtkQtChartMouseZoomBox::~vtkQtChartMouseZoomBox | ( | ) | [virtual] |
| virtual void vtkQtChartMouseZoomBox::setMouseOwner | ( | bool | owns | ) | [virtual] |
Sets whether or not the function owns the mouse.
| owns | True if the function owns the mouse. |
Reimplemented from vtkQtChartMouseFunction.
| virtual bool vtkQtChartMouseZoomBox::mousePressEvent | ( | QMouseEvent * | e, | |
| vtkQtChartArea * | chart | |||
| ) | [virtual] |
Called to handle the mouse press event.
| e | Event specific information. | |
| chart | The chart area. |
Implements vtkQtChartMouseFunction.
| virtual bool vtkQtChartMouseZoomBox::mouseMoveEvent | ( | QMouseEvent * | e, | |
| vtkQtChartArea * | chart | |||
| ) | [virtual] |
Called to handle the mouse move event.
| e | Event specific information. | |
| chart | The chart area. |
Implements vtkQtChartMouseFunction.
| virtual bool vtkQtChartMouseZoomBox::mouseReleaseEvent | ( | QMouseEvent * | e, | |
| vtkQtChartArea * | chart | |||
| ) | [virtual] |
Called to handle the mouse release event.
| e | Event specific information. | |
| chart | The chart area. |
Implements vtkQtChartMouseFunction.
| virtual bool vtkQtChartMouseZoomBox::mouseDoubleClickEvent | ( | QMouseEvent * | e, | |
| vtkQtChartArea * | chart | |||
| ) | [virtual] |
Called to handle the double click event.
| e | Event specific information. | |
| chart | The chart area. |
Implements vtkQtChartMouseFunction.
1.5.6