Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs
  • Loading branch information
nyalldawson committed Jul 26, 2016
1 parent 5ed31d8 commit 1e9274a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion python/core/qgsannotation.sip
Expand Up @@ -2,7 +2,13 @@
* \class QgsAnnotation
* \note added in QGIS 3.0
*
* An interface for annotation type items.
* \brief An interface for annotation items which are drawn over a map.
*
* QgsAnnotation is an interface class for map annotation items. These annotations can be
* drawn within a map, and have either a fixed map position (retrieved using mapPosition())
* or are placed relative to the map's frame (retrieved using relativePosition()).
* Annotations with a fixed map position also have a corresponding
* QgsCoordinateReferenceSystem, which can be determined by calling mapPositionCrs().
*/

class QgsAnnotation
Expand Down
8 changes: 7 additions & 1 deletion src/core/qgsannotation.h
Expand Up @@ -28,7 +28,13 @@ class QStyleOptionGraphicsItem;
* \class QgsAnnotation
* \note added in QGIS 3.0
*
* An interface for annotation type items.
* \brief An interface for annotation items which are drawn over a map.
*
* QgsAnnotation is an interface class for map annotation items. These annotations can be
* drawn within a map, and have either a fixed map position (retrieved using mapPosition())
* or are placed relative to the map's frame (retrieved using relativePosition()).
* Annotations with a fixed map position also have a corresponding
* QgsCoordinateReferenceSystem, which can be determined by calling mapPositionCrs().
*/

class CORE_EXPORT QgsAnnotation
Expand Down

0 comments on commit 1e9274a

Please sign in to comment.