We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f75c3c commit 7b6f28cCopy full SHA for 7b6f28c
src/gui/qgsmapcanvasitem.h
@@ -65,10 +65,10 @@ class GUI_EXPORT QgsMapCanvasItem : public QGraphicsItem
65
//! @deprecated since v2.4 - not called by QgsMapCanvas anymore
66
Q_DECL_DEPRECATED void setPanningOffset( const QPoint& point );
67
68
- //! returns canvas item rectangle
+ //! returns canvas item rectangle in map units
69
QgsRectangle rect() const;
70
71
- //! sets canvas item rectangle
+ //! sets canvas item rectangle in map units
72
void setRect( const QgsRectangle& r );
73
74
//! transformation from screen coordinates to map coordinates
0 commit comments