QGIS API Documentation 3.39.0-Master (47f7b3a4989)
Loading...
Searching...
No Matches
Signals | Public Member Functions | Friends | List of all members
QgsProcessingHistoryProvider Class Reference

History provider for operations performed through the Processing framework. More...

#include <qgsprocessinghistoryprovider.h>

Inheritance diagram for QgsProcessingHistoryProvider:
Inheritance graph
[legend]

Signals

void createTest (const QString &command)
 Emitted when the provider needs to create a Processing test with the given python command.
 
void executePython (const QString &commands)
 Emitted when the provider needs to execute python commands in the Processing context.
 

Public Member Functions

 QgsProcessingHistoryProvider ()
 
QgsHistoryEntryNodecreateNodeForEntry (const QgsHistoryEntry &entry, const QgsHistoryWidgetContext &context) override
 Creates a new history node for the given entry.
 
QString id () const override
 Returns the provider's unique id, which is used to associate existing history entries with the provider.
 
void portOldLog ()
 Ports the old text log to the history framework.
 
void updateNodeForEntry (QgsHistoryEntryNode *node, const QgsHistoryEntry &entry, const QgsHistoryWidgetContext &context) override
 Updates an existing history node for the given entry.
 
- Public Member Functions inherited from QgsAbstractHistoryProvider
virtual ~QgsAbstractHistoryProvider ()
 

Friends

class ProcessingHistoryBaseNode
 

Detailed Description

History provider for operations performed through the Processing framework.

Since
QGIS 3.24

Definition at line 30 of file qgsprocessinghistoryprovider.h.

Constructor & Destructor Documentation

◆ QgsProcessingHistoryProvider()

QgsProcessingHistoryProvider::QgsProcessingHistoryProvider ( )

Definition at line 39 of file qgsprocessinghistoryprovider.cpp.

Member Function Documentation

◆ createNodeForEntry()

QgsHistoryEntryNode * QgsProcessingHistoryProvider::createNodeForEntry ( const QgsHistoryEntry entry,
const QgsHistoryWidgetContext context 
)
overridevirtual

Creates a new history node for the given entry.

Since
QGIS 3.32

Reimplemented from QgsAbstractHistoryProvider.

Definition at line 427 of file qgsprocessinghistoryprovider.cpp.

◆ createTest

void QgsProcessingHistoryProvider::createTest ( const QString &  command)
signal

Emitted when the provider needs to create a Processing test with the given python command.

Since
QGIS 3.32

◆ executePython

void QgsProcessingHistoryProvider::executePython ( const QString &  commands)
signal

Emitted when the provider needs to execute python commands in the Processing context.

Since
QGIS 3.32

◆ id()

QString QgsProcessingHistoryProvider::id ( ) const
overridevirtual

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

Implements QgsAbstractHistoryProvider.

Definition at line 43 of file qgsprocessinghistoryprovider.cpp.

◆ portOldLog()

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 48 of file qgsprocessinghistoryprovider.cpp.

◆ updateNodeForEntry()

void QgsProcessingHistoryProvider::updateNodeForEntry ( QgsHistoryEntryNode node,
const QgsHistoryEntry entry,
const QgsHistoryWidgetContext context 
)
overridevirtual

Updates an existing history node for the given entry.

Since
QGIS 3.32

Reimplemented from QgsAbstractHistoryProvider.

Definition at line 432 of file qgsprocessinghistoryprovider.cpp.

Friends And Related Symbol Documentation

◆ ProcessingHistoryBaseNode

friend class ProcessingHistoryBaseNode
friend

Definition at line 76 of file qgsprocessinghistoryprovider.h.


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