QGIS/python/PyQt6/core/auto_generated/qgsidentifycontext.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

62 lines
1.9 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsidentifycontext.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsIdentifyContext
{
%Docstring(signature="appended")
Identify contexts are used to encapsulate the settings to be used to perform
an identify action.
.. versionadded:: 3.16.1
%End
%TypeHeaderCode
#include "qgsidentifycontext.h"
%End
public:
QgsIdentifyContext();
%Docstring
Constructor for QgsIdentifyContext
%End
void setTemporalRange( const QgsDateTimeRange &range );
%Docstring
Set datetime ``range`` to be used with the identify action.
.. seealso:: :py:func:`temporalRange`
.. seealso:: :py:func:`isTemporal`
%End
const QgsDateTimeRange &temporalRange() const;
%Docstring
Returns the datetime range to be used with the identify action.
.. seealso:: :py:func:`setTemporalRange`
.. seealso:: :py:func:`isTemporal`
%End
bool isTemporal() const;
%Docstring
Returns ``True`` if the temporal range setting is enabled.
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsidentifycontext.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/