17#ifndef QGSRENDEREDITEMDETAILS_H 
   18#define QGSRENDEREDITEMDETAILS_H 
   43      sipType = sipType_QgsRenderedAnnotationItemDetails;
 
   59    QString 
layerId()
 const { 
return mLayerId; }
 
 
A rectangle specified with double values.
 
Contains information about a rendered annotation item.
 
Base class for detailed information about a rendered item.
 
void setBoundingBox(const QgsRectangle &bounds)
Sets the bounding box of the item (in map units).
 
QString layerId() const
Returns the layer ID of the associated map layer.
 
virtual ~QgsRenderedItemDetails()
 
QgsRectangle boundingBox() const
Returns the bounding box of the item (in map units).
 
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)