QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Abstract base class for objects which track user history (i.e. More...
#include <qgshistoryprovider.h>
Public Member Functions | |
virtual | ~QgsAbstractHistoryProvider () |
virtual QString | id () const =0 |
Returns the provider's unique id, which is used to associate existing history entries with the provider. More... | |
Abstract base class for objects which track user history (i.e.
operations performed through the GUI).
QgsAbstractHistoryProvider subclasses are accessible through the QgsHistoryProviderRegistry class.
Definition at line 35 of file qgshistoryprovider.h.
|
virtualdefault |
|
pure virtual |
Returns the provider's unique id, which is used to associate existing history entries with the provider.
Implemented in QgsProcessingHistoryProvider.