21 :
QgsPlotMouseEvent( canvas, event->type(), event->pos(), event->button(), event->buttons(), event->modifiers() )
26 : QMouseEvent( type, pos, button, buttons, modifiers )
28 , mMapPoint( mCanvas->toMapCoordinates( pos ) )
39 if ( mHasCachedSnapResult )
48 if ( mHasCachedSnapResult )
55void QgsPlotMouseEvent::snapPoint()
57 mHasCachedSnapResult =
true;
61 mSnappedPoint = !mIsSnapped ? pos() : result;
Plot canvas is a class for displaying interactive 2d charts and plots.
virtual QgsPointXY snapToPlot(QPoint point)
Snap a canvas point to the plot.
A mouse event which is the result of a user interaction with a QgsPlotCanvas.
QgsPointXY snappedPoint()
Returns the point snapped to the plot, if possible.
QgsPoint mapPoint() const
Returns the point in map coordinates corresponding to the event.
bool isSnapped()
Returns true if the point can be snapped to the plot.
QgsPlotMouseEvent(QgsPlotCanvas *canvas, QMouseEvent *event)
Creates a new QgsPlotMouseEvent.
bool isEmpty() const
Returns true if the geometry is empty.
Point geometry type, with support for z-dimension and m-values.