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

41 lines
1.5 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/actions/qgsmaplayeractioncontextgenerator.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsMapLayerActionContextGenerator
{
%Docstring(signature="appended")
An interface for objects which can create a :py:class:`QgsMapLayerActionContext`.
.. versionadded:: 3.30
%End
%TypeHeaderCode
#include "qgsmaplayeractioncontextgenerator.h"
%End
public:
virtual ~QgsMapLayerActionContextGenerator();
virtual QgsMapLayerActionContext createActionContext() = 0;
%Docstring
Creates a :py:class:`QgsMapLayerActionContext`.
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/actions/qgsmaplayeractioncontextgenerator.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/