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

65 lines
1.8 KiB
Plaintext
Raw Normal View History

2017-05-14 09:48:41 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/labeling/qgslabelsearchtree.h *
2017-05-14 09:48:41 +02:00
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
2019-06-03 16:50:38 +10:00
class QgsLabelSearchTree
{
2017-05-14 09:48:41 +02:00
%Docstring
2018-03-12 12:30:50 +10:00
A class to query the labeling structure at a given point (small wrapper around pal RTree class)
%End
2017-05-14 09:48:41 +02:00
%TypeHeaderCode
#include "qgslabelsearchtree.h"
%End
public:
2017-09-11 21:43:15 +10:00
QgsLabelSearchTree();
2017-09-11 21:43:15 +10:00
%Docstring
2017-12-15 10:36:55 -04:00
Constructor for QgsLabelSearchTree.
2017-09-11 21:43:15 +10:00
%End
~QgsLabelSearchTree();
2019-12-09 11:42:51 +10:00
void clear() /Deprecated/;
2017-05-14 09:48:41 +02:00
%Docstring
2019-12-09 11:42:51 +10:00
Removes and deletes all the entries.
.. deprecated::
has no effect since QGIS 3.12
2017-05-14 09:48:41 +02:00
%End
void setMapSettings( const QgsMapSettings &settings );
%Docstring
Sets the map ``settings`` associated with the labeling run.
.. versionadded:: 3.4.8
%End
private:
//! QgsLabelSearchTree cannot be copied.
QgsLabelSearchTree( const QgsLabelSearchTree &rh );
//! QgsLabelSearchTree cannot be copied.
QgsLabelSearchTree &operator=( const QgsLabelSearchTree & );
};
2017-05-14 09:48:41 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/labeling/qgslabelsearchtree.h *
2017-05-14 09:48:41 +02:00
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/