Class: QgsMapLayerActionContextGenerator¶
An interface for objects which can create a
QgsMapLayerActionContext.
Added in version 3.30.
Note
This is an abstract class, with methods which must be implemented by a subclass.
The following methods must be implemented: createActionContext()
Class Hierarchy¶
Subclasses¶
An attribute table dialog for a vector layer. |
Abstract Methods
Creates a |
- class qgis.gui.QgsMapLayerActionContextGenerator[source]¶
Bases:
object- abstract createActionContext(self) QgsMapLayerActionContext[source]¶
Creates a
QgsMapLayerActionContext.- Return type: