QGIS API Documentation
2.0.1-Dufour
|
Public Member Functions | |
CanvasProperties () |
Public Attributes | |
bool | mouseButtonDown |
Flag to indicate status of mouse button. | |
QPoint | mouseLastXY |
Last seen point of the mouse. | |
QPoint | rubberStartPoint |
Beginning point of a rubber band. | |
bool | panSelectorDown |
Flag to indicate the pan selector key is held down by user. |
Definition at line 59 of file qgsmapcanvas.cpp.
|
inline |
Definition at line 63 of file qgsmapcanvas.cpp.
bool QgsMapCanvas::CanvasProperties::mouseButtonDown |
Flag to indicate status of mouse button.
Definition at line 66 of file qgsmapcanvas.cpp.
QPoint QgsMapCanvas::CanvasProperties::mouseLastXY |
Last seen point of the mouse.
Definition at line 69 of file qgsmapcanvas.cpp.
bool QgsMapCanvas::CanvasProperties::panSelectorDown |
Flag to indicate the pan selector key is held down by user.
Definition at line 75 of file qgsmapcanvas.cpp.
QPoint QgsMapCanvas::CanvasProperties::rubberStartPoint |
Beginning point of a rubber band.
Definition at line 72 of file qgsmapcanvas.cpp.