QGIS/python/PyQt6/core/auto_generated/qgsselectioncontext.sip.in
2024-08-13 20:28:55 +10:00

54 lines
1.7 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsselectioncontext.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsSelectionContext
{
%Docstring(signature="appended")
Encapsulates the context of a layer selection operation.
.. versionadded:: 3.28
%End
%TypeHeaderCode
#include "qgsselectioncontext.h"
%End
public:
double scale() const;
%Docstring
Returns the map scale at which the selection should occur.
The scale value indicates the scale denominator, e.g. 1000.0 for a 1:1000 map.
.. seealso:: :py:func:`setScale`
%End
void setScale( double scale );
%Docstring
Sets the map ``scale`` at which the selection should occur.
The scale value indicates the scale denominator, e.g. 1000.0 for a 1:1000 map.
.. seealso:: :py:func:`scale`
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsselectioncontext.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/