QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Public Member Functions | |
CanvasProperties ()=default | |
Constructor for CanvasProperties. More... | |
Public Attributes | |
bool | mouseButtonDown { false } |
Flag to indicate status of mouse button. More... | |
QPoint | mouseLastXY |
Last seen point of the mouse. More... | |
bool | panSelectorDown { false } |
Flag to indicate the pan selector key is held down by user. More... | |
QPoint | rubberStartPoint |
Beginning point of a rubber band. More... | |
Deprecated to be deleted, stuff from here should be moved elsewhere.
Definition at line 93 of file qgsmapcanvas.cpp.
|
default |
Constructor for CanvasProperties.
bool QgsMapCanvas::CanvasProperties::mouseButtonDown { false } |
Flag to indicate status of mouse button.
Definition at line 116 of file qgsmapcanvas.cpp.
QPoint QgsMapCanvas::CanvasProperties::mouseLastXY |
Last seen point of the mouse.
Definition at line 119 of file qgsmapcanvas.cpp.
bool QgsMapCanvas::CanvasProperties::panSelectorDown { false } |
Flag to indicate the pan selector key is held down by user.
Definition at line 125 of file qgsmapcanvas.cpp.
QPoint QgsMapCanvas::CanvasProperties::rubberStartPoint |
Beginning point of a rubber band.
Definition at line 122 of file qgsmapcanvas.cpp.