QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Base class for detailed information about a rendered item. More...
#include <qgsrendereditemdetails.h>
Public Member Functions | |
QgsRenderedItemDetails (const QString &layerId) | |
Constructor for QgsRenderedItemDetails. | |
virtual | ~QgsRenderedItemDetails () |
QgsRectangle | boundingBox () const |
Returns the bounding box of the item (in map units). | |
QString | layerId () const |
Returns the layer ID of the associated map layer. | |
void | setBoundingBox (const QgsRectangle &bounds) |
Sets the bounding box of the item (in map units). | |
Base class for detailed information about a rendered item.
Definition at line 36 of file qgsrendereditemdetails.h.
QgsRenderedItemDetails::QgsRenderedItemDetails | ( | const QString & | layerId | ) |
Constructor for QgsRenderedItemDetails.
Definition at line 19 of file qgsrendereditemdetails.cpp.
|
virtualdefault |
|
inline |
Returns the bounding box of the item (in map units).
Definition at line 66 of file qgsrendereditemdetails.h.
|
inline |
Returns the layer ID of the associated map layer.
Definition at line 59 of file qgsrendereditemdetails.h.
|
inline |
Sets the bounding box of the item (in map units).
Definition at line 73 of file qgsrendereditemdetails.h.