mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
50 lines
1.8 KiB
Plaintext
50 lines
1.8 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/annotations/qgsrenderedannotationitemdetails.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
class QgsRenderedAnnotationItemDetails : QgsRenderedItemDetails
|
|
{
|
|
%Docstring(signature="appended")
|
|
Contains information about a rendered annotation item.
|
|
|
|
.. versionadded:: 3.22
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsrenderedannotationitemdetails.h"
|
|
%End
|
|
public:
|
|
|
|
QgsRenderedAnnotationItemDetails( const QString &layerId, const QString &itemId );
|
|
%Docstring
|
|
Constructor for QgsRenderedAnnotationItemDetails.
|
|
%End
|
|
|
|
SIP_PYOBJECT __repr__();
|
|
%MethodCode
|
|
QString str = QStringLiteral( "<QgsRenderedAnnotationItemDetails: %1 - %2>" ).arg( sipCpp->layerId(), sipCpp->itemId() );
|
|
sipRes = PyUnicode_FromString( str.toUtf8().constData() );
|
|
%End
|
|
|
|
QString itemId() const;
|
|
%Docstring
|
|
Returns the item ID of the associated annotation item.
|
|
%End
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/annotations/qgsrenderedannotationitemdetails.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|