Interface for map decorations.
More...
#include <qgsmapdecoration.h>
|
void | setDisplayName (const QString &name) |
| Sets the map decoration display name.
|
|
Interface for map decorations.
Definition at line 33 of file qgsmapdecoration.h.
◆ QgsMapDecoration()
QgsMapDecoration::QgsMapDecoration |
( |
| ) |
|
|
default |
◆ ~QgsMapDecoration()
virtual QgsMapDecoration::~QgsMapDecoration |
( |
| ) |
|
|
virtualdefault |
◆ displayName()
const QString QgsMapDecoration::displayName |
( |
| ) |
const |
|
inline |
Returns the map decoration display name.
- Since
- QGIS 3.14
Definition at line 51 of file qgsmapdecoration.h.
◆ hasFixedMapPosition()
virtual bool QgsMapDecoration::hasFixedMapPosition |
( |
| ) |
const |
|
inlinevirtual |
Returns true
if the decoration is attached to a fixed map position (e.g grid, layout extent), or false
if the annotation uses a position relative to the map canvas (e.g.
title, copyright...)
- Since
- QGIS 3.34
Definition at line 58 of file qgsmapdecoration.h.
◆ render()
Renders a map decoration.
◆ setDisplayName()
void QgsMapDecoration::setDisplayName |
( |
const QString & |
name | ) |
|
|
inlineprotected |
Sets the map decoration display name.
- Since
- QGIS 3.14
Definition at line 66 of file qgsmapdecoration.h.
The documentation for this class was generated from the following file: