QGIS API Documentation  2.4.0-Chugiak
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
QgsMapCanvas::CanvasProperties Class Reference

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...
 
QPoint rubberStartPoint
 Beginning point of a rubber band. More...
 
bool panSelectorDown
 Flag to indicate the pan selector key is held down by user. More...
 

Detailed Description

Deprecated:
to be deleted, stuff from here should be moved elsewhere

Definition at line 68 of file qgsmapcanvas.cpp.

Constructor & Destructor Documentation

QgsMapCanvas::CanvasProperties::CanvasProperties ( )
inline

Definition at line 72 of file qgsmapcanvas.cpp.

Member Data Documentation

bool QgsMapCanvas::CanvasProperties::mouseButtonDown

Flag to indicate status of mouse button.

Definition at line 75 of file qgsmapcanvas.cpp.

QPoint QgsMapCanvas::CanvasProperties::mouseLastXY

Last seen point of the mouse.

Definition at line 78 of file qgsmapcanvas.cpp.

bool QgsMapCanvas::CanvasProperties::panSelectorDown

Flag to indicate the pan selector key is held down by user.

Definition at line 84 of file qgsmapcanvas.cpp.

QPoint QgsMapCanvas::CanvasProperties::rubberStartPoint

Beginning point of a rubber band.

Definition at line 81 of file qgsmapcanvas.cpp.


The documentation for this class was generated from the following file: