QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Deprecated to be deleted, stuff from here should be moved elsewhere. More...
Public Member Functions | |
CanvasProperties () | |
Public Attributes | |
bool | mouseButtonDown |
Flag to indicate status of mouse button. More... | |
QPoint | mouseLastXY |
Last seen point of the mouse. More... | |
bool | panSelectorDown |
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 74 of file qgsmapcanvas.cpp.
|
inline |
Definition at line 77 of file qgsmapcanvas.cpp.
bool QgsMapCanvas::CanvasProperties::mouseButtonDown |
Flag to indicate status of mouse button.
Definition at line 83 of file qgsmapcanvas.cpp.
QPoint QgsMapCanvas::CanvasProperties::mouseLastXY |
Last seen point of the mouse.
Definition at line 86 of file qgsmapcanvas.cpp.
bool QgsMapCanvas::CanvasProperties::panSelectorDown |
Flag to indicate the pan selector key is held down by user.
Definition at line 92 of file qgsmapcanvas.cpp.
QPoint QgsMapCanvas::CanvasProperties::rubberStartPoint |
Beginning point of a rubber band.
Definition at line 89 of file qgsmapcanvas.cpp.