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

Inheritance diagram of qgis.gui.QgsMapLayerActionContextGenerator

Subclasses

QgsAttributeDialog

An attribute table dialog for a vector layer.

Abstract Methods

createActionContext

Creates a QgsMapLayerActionContext.

class qgis.gui.QgsMapLayerActionContextGenerator[source]

Bases: object

abstract createActionContext(self) QgsMapLayerActionContext[source]

Creates a QgsMapLayerActionContext.

Return type:

QgsMapLayerActionContext