QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Public Member Functions | List of all members
QgsAbstractHistoryProvider Class Referenceabstract

Abstract base class for objects which track user history (i.e. More...

#include <qgshistoryprovider.h>

Inheritance diagram for QgsAbstractHistoryProvider:
Inheritance graph
[legend]

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...
 

Detailed Description

Abstract base class for objects which track user history (i.e.

operations performed through the GUI).

QgsAbstractHistoryProvider subclasses are accessible through the QgsHistoryProviderRegistry class.

Since
QGIS 3.24

Definition at line 35 of file qgshistoryprovider.h.

Constructor & Destructor Documentation

◆ ~QgsAbstractHistoryProvider()

QgsAbstractHistoryProvider::~QgsAbstractHistoryProvider ( )
virtualdefault

Member Function Documentation

◆ id()

virtual QString QgsAbstractHistoryProvider::id ( ) const
pure virtual

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

Implemented in QgsProcessingHistoryProvider.


The documentation for this class was generated from the following files: