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