QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsRenderedAnnotationItemDetails Class Reference

Contains information about a rendered annotation item. More...

#include <qgsrenderedannotationitemdetails.h>

Inheritance diagram for QgsRenderedAnnotationItemDetails:
Inheritance graph
[legend]

Public Member Functions

 QgsRenderedAnnotationItemDetails (const QString &layerId, const QString &itemId)
 Constructor for QgsRenderedAnnotationItemDetails. More...
 
QString itemId () const
 Returns the item ID of the associated annotation item. More...
 
- Public Member Functions inherited from QgsRenderedItemDetails
 QgsRenderedItemDetails (const QString &layerId)
 Constructor for QgsRenderedItemDetails. More...
 
virtual ~QgsRenderedItemDetails ()
 
QgsRectangle boundingBox () const
 Returns the bounding box of the item (in map units). More...
 
QString layerId () const
 Returns the layer ID of the associated map layer. More...
 
void setBoundingBox (const QgsRectangle &bounds)
 Sets the bounding box of the item (in map units). More...
 

Detailed Description

Contains information about a rendered annotation item.

Since
QGIS 3.22

Definition at line 29 of file qgsrenderedannotationitemdetails.h.

Constructor & Destructor Documentation

◆ QgsRenderedAnnotationItemDetails()

QgsRenderedAnnotationItemDetails::QgsRenderedAnnotationItemDetails ( const QString &  layerId,
const QString &  itemId 
)

Constructor for QgsRenderedAnnotationItemDetails.

Definition at line 19 of file qgsrenderedannotationitemdetails.cpp.

Member Function Documentation

◆ itemId()

QString QgsRenderedAnnotationItemDetails::itemId ( ) const
inline

Returns the item ID of the associated annotation item.

Definition at line 49 of file qgsrenderedannotationitemdetails.h.


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