Class: QgsAbstractHistoryProvider

class qgis.gui.QgsAbstractHistoryProvider

Bases: sip.wrapper

Abstract base class for objects which track user history (i.e. operations performed through the GUI).

QgsAbstractHistoryProvider subclasses are accessible through the QgsHistoryProviderRegistry class.

New in version 3.24:

Methods

id

Returns the provider's unique id, which is used to associate existing history entries with the provider.

id(self) str

Returns the provider’s unique id, which is used to associate existing history entries with the provider.

Return type:

str