#include <vtkQtChartMousePan.h>
Definition at line 40 of file vtkQtChartMousePan.h.
Public Member Functions | |
vtkQtChartMousePan (QObject *parent=0) | |
Creates a mouse pan instance. | |
virtual | ~vtkQtChartMousePan () |
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. |
vtkQtChartMousePan::vtkQtChartMousePan | ( | QObject * | parent = 0 |
) |
Creates a mouse pan instance.
parent | Te parent object. |
virtual vtkQtChartMousePan::~vtkQtChartMousePan | ( | ) | [virtual] |
virtual void vtkQtChartMousePan::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 vtkQtChartMousePan::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 vtkQtChartMousePan::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 vtkQtChartMousePan::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 vtkQtChartMousePan::mouseDoubleClickEvent | ( | QMouseEvent * | e, | |
vtkQtChartArea * | chart | |||
) | [virtual] |
Called to handle the double click event.
e | Event specific information. | |
chart | The chart area. |
Implements vtkQtChartMouseFunction.