Class: QgsHistoryEntry

class qgis.gui.QgsHistoryEntry

Bases: sip.wrapper

Encapsulates a history entry.

New in version 3.24.

QgsHistoryEntry(providerId: str, timestamp: Union[QDateTime, datetime.datetime], entry: Dict[str, Any]) Constructor for QgsHistoryEntry entry, with the specified providerId and timestamp.

QgsHistoryEntry(entry: Dict[str, Any]) Constructor for QgsHistoryEntry entry.

The entry timestamp will be automatically set to the current date/time.

QgsHistoryEntry(QgsHistoryEntry)

Attributes

entry
providerId
timestamp