QGIS/python/core/auto_generated/labeling/qgslabelingengine.sip.in

39 lines
1.3 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/labeling/qgslabelingengine.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsLabelCandidate
{
%Docstring(signature="appended")
Represents a label candidate.
%End
%TypeHeaderCode
#include "qgslabelingengine.h"
%End
public:
QgsLabelCandidate( const QRectF &r, double c );
QRectF rect;
double cost;
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/labeling/qgslabelingengine.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/