| QGIS API Documentation
    3.22.4-Białowieża (ce8e65e95e)
    | 
Contains information about a rendered annotation item. More...
#include <qgsrenderedannotationitemdetails.h>

| 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... | |
Contains information about a rendered annotation item.
Definition at line 29 of file qgsrenderedannotationitemdetails.h.
| QgsRenderedAnnotationItemDetails::QgsRenderedAnnotationItemDetails | ( | const QString & | layerId, | 
| const QString & | itemId | ||
| ) | 
Constructor for QgsRenderedAnnotationItemDetails.
Definition at line 19 of file qgsrenderedannotationitemdetails.cpp.
| 
 | inline | 
Returns the item ID of the associated annotation item.
Definition at line 49 of file qgsrenderedannotationitemdetails.h.