QGIS API Documentation 3.43.0-Master (1896cf2247d)
|
History provider for operations database queries. More...
#include <qgsdbqueryhistoryprovider.h>
Public Member Functions | |
QgsDatabaseQueryHistoryProvider () | |
QgsHistoryEntryNode * | createNodeForEntry (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 | updateNodeForEntry (QgsHistoryEntryNode *node, const QgsHistoryEntry &entry, const QgsHistoryWidgetContext &context) override |
Updates an existing history node for the given entry. | |
![]() | |
virtual | ~QgsAbstractHistoryProvider () |
History provider for operations database queries.
Definition at line 73 of file qgsdbqueryhistoryprovider.h.
QgsDatabaseQueryHistoryProvider::QgsDatabaseQueryHistoryProvider | ( | ) |
Definition at line 199 of file qgsdbqueryhistoryprovider.cpp.
|
overridevirtual |
Creates a new history node for the given entry.
Reimplemented from QgsAbstractHistoryProvider.
Definition at line 208 of file qgsdbqueryhistoryprovider.cpp.
|
overridevirtual |
Returns the provider's unique id, which is used to associate existing history entries with the provider.
Implements QgsAbstractHistoryProvider.
Definition at line 203 of file qgsdbqueryhistoryprovider.cpp.
|
overridevirtual |
Updates an existing history node for the given entry.
Reimplemented from QgsAbstractHistoryProvider.
Definition at line 213 of file qgsdbqueryhistoryprovider.cpp.