QGIS/python/PyQt6/core/auto_generated/qgsspatialindexkdbushdata.sip.in
Julien Cabieces bb3c36a69b Initialize sip bindings for PyQt6
use exactly the ones from PyQt5 so we can study the difference when
generating for PyQt6
2023-12-08 03:38:42 +10:00

48 lines
1.5 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsspatialindexkdbushdata.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsSpatialIndexKDBushData
{
%Docstring(signature="appended")
A container for data stored inside a :py:class:`QgsSpatialIndexKDBush` index.
.. versionadded:: 3.4
%End
%TypeHeaderCode
#include "qgsspatialindexkdbushdata.h"
%End
public:
QgsSpatialIndexKDBushData( QgsFeatureId id, double x, double y );
%Docstring
Constructor for QgsSpatialIndexKDBushData, for a feature with the
given ``id`` and ``x``, ``y`` coordinate.
%End
QgsPointXY point() const;
%Docstring
Returns the indexed point.
%End
QgsFeatureId id;
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsspatialindexkdbushdata.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/