QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
History provider for operations performed through the Processing framework. More...
#include <qgsprocessinghistoryprovider.h>
Public Member Functions | |
QgsProcessingHistoryProvider () | |
QString | id () const override |
Returns the provider's unique id, which is used to associate existing history entries with the provider. More... | |
void | portOldLog () |
Ports the old text log to the history framework. More... | |
Public Member Functions inherited from QgsAbstractHistoryProvider | |
virtual | ~QgsAbstractHistoryProvider () |
History provider for operations performed through the Processing framework.
Definition at line 30 of file qgsprocessinghistoryprovider.h.
QgsProcessingHistoryProvider::QgsProcessingHistoryProvider | ( | ) |
Definition at line 28 of file qgsprocessinghistoryprovider.cpp.
|
overridevirtual |
Returns the provider's unique id, which is used to associate existing history entries with the provider.
Implements QgsAbstractHistoryProvider.
Definition at line 32 of file qgsprocessinghistoryprovider.cpp.
void QgsProcessingHistoryProvider::portOldLog | ( | ) |
Ports the old text log to the history framework.
This should only be called once – calling multiple times will result in duplicate log entries
Definition at line 37 of file qgsprocessinghistoryprovider.cpp.