Class: QgsProcessingHistoryProvider¶
History provider for operations performed through the Processing framework.
Added in version 3.24.
Class Hierarchy¶
Base classes¶
Abstract base class for objects which track user history (i.e. operations performed through the GUI). |
|
Methods
Ports the old text log to the history framework. |
Signals
Emitted when the provider needs to create a Processing test with the given python command. |
|
Emitted when the provider needs to execute python commands in the Processing context. |
- class qgis.gui.QgsProcessingHistoryProvider[source]¶
Bases:
QgsAbstractHistoryProvider
- signal createTest(command: str)[source]¶
Emitted when the provider needs to create a Processing test with the given python
command
.Added in version 3.32.
- Parameters:
command (str)