QGIS API Documentation  3.37.0-Master (a5b4d9743e8)
Public Member Functions | Public Attributes | List of all members
QgsMapCanvas::CanvasProperties Class Reference

Deprecated to be deleted, stuff from here should be moved elsewhere. More...

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...
 

Detailed Description

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

Note
not available in Python bindings

Definition at line 104 of file qgsmapcanvas.cpp.

Constructor & Destructor Documentation

◆ CanvasProperties()

QgsMapCanvas::CanvasProperties::CanvasProperties ( )
default

Constructor for CanvasProperties.

Member Data Documentation

◆ mouseButtonDown

bool QgsMapCanvas::CanvasProperties::mouseButtonDown { false }

Flag to indicate status of mouse button.

Definition at line 114 of file qgsmapcanvas.cpp.

◆ mouseLastXY

QPoint QgsMapCanvas::CanvasProperties::mouseLastXY

Last seen point of the mouse.

Definition at line 117 of file qgsmapcanvas.cpp.

◆ panSelectorDown

bool QgsMapCanvas::CanvasProperties::panSelectorDown { false }

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

Definition at line 123 of file qgsmapcanvas.cpp.

◆ rubberStartPoint

QPoint QgsMapCanvas::CanvasProperties::rubberStartPoint

Beginning point of a rubber band.

Definition at line 120 of file qgsmapcanvas.cpp.


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