QGIS/python/gui/auto_generated/qgsmapcanvasinteractionblocker.sip.in
2024-08-13 20:28:55 +10:00

46 lines
1.5 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsmapcanvasinteractionblocker.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsMapCanvasInteractionBlocker
{
%Docstring(signature="appended")
An interface for objects which block interactions with a :py:class:`QgsMapCanvas`.
.. versionadded:: 3.14
%End
%TypeHeaderCode
#include "qgsmapcanvasinteractionblocker.h"
%End
public:
enum class Interaction
{
MapPanOnSingleClick,
};
virtual ~QgsMapCanvasInteractionBlocker();
virtual bool blockCanvasInteraction( Interaction interaction ) const = 0;
%Docstring
Returns ``True`` if the specified ``interaction`` should be blocked.
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsmapcanvasinteractionblocker.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/