Customize plot picker characteristics and mouse events.
More...
#include "us_plot.h"
|
| void | mouseDown (const QwtDoublePoint &) |
| | Signal mouse down (unmodified) More...
|
| |
| void | cMouseDown (const QwtDoublePoint &) |
| | Signal mouse down (modified with control key) More...
|
| |
| void | cMouseDownRaw (QMouseEvent *) |
| | Signal mouse down (modified with control key, raw event) More...
|
| |
| void | mouseUp (const QwtDoublePoint &) |
| | Signal mouse up (unmodified) More...
|
| |
| void | cMouseUp (const QwtDoublePoint &) |
| | Signal mouse up (modified with control key) More...
|
| |
| void | mouseDrag (const QwtDoublePoint &) |
| | Signal mouse drag (unmodified) More...
|
| |
| void | cMouseDrag (const QwtDoublePoint &) |
| | Signal mouse drag (modified with control key) More...
|
| |
Customize plot picker characteristics and mouse events.
- Parameters
-
| plot | The plot to attach to |
Definition at line 321 of file us_plot.h.
| US_PlotPicker::US_PlotPicker |
( |
QwtPlot * |
plot | ) |
|
Customize plot picker characteristics and mouse events.
- Parameters
-
| plot | The plot to attach to |
Definition at line 1956 of file us_plot.cpp.
| void US_PlotPicker::cMouseDown |
( |
const QwtDoublePoint & |
| ) |
|
|
signal |
Signal mouse down (modified with control key)
| void US_PlotPicker::cMouseDownRaw |
( |
QMouseEvent * |
| ) |
|
|
signal |
Signal mouse down (modified with control key, raw event)
| void US_PlotPicker::cMouseDrag |
( |
const QwtDoublePoint & |
| ) |
|
|
signal |
Signal mouse drag (modified with control key)
| void US_PlotPicker::cMouseUp |
( |
const QwtDoublePoint & |
| ) |
|
|
signal |
Signal mouse up (modified with control key)
| void US_PlotPicker::mouseDown |
( |
const QwtDoublePoint & |
| ) |
|
|
signal |
Signal mouse down (unmodified)
| void US_PlotPicker::mouseDrag |
( |
const QwtDoublePoint & |
| ) |
|
|
signal |
Signal mouse drag (unmodified)
| void US_PlotPicker::mouseUp |
( |
const QwtDoublePoint & |
| ) |
|
|
signal |
Signal mouse up (unmodified)
| void US_PlotPicker::widgetMouseMoveEvent |
( |
QMouseEvent * |
e | ) |
|
|
protected |
Slot to handle mouse move event.
Definition at line 2005 of file us_plot.cpp.
| void US_PlotPicker::widgetMousePressEvent |
( |
QMouseEvent * |
e | ) |
|
|
protected |
Slot to handle mouse press event.
Definition at line 1968 of file us_plot.cpp.
| void US_PlotPicker::widgetMouseReleaseEvent |
( |
QMouseEvent * |
e | ) |
|
|
protected |
Slot to handle mouse release event.
Definition at line 1988 of file us_plot.cpp.
The documentation for this class was generated from the following files: