HistoryItem class describes the entry of an action used in a pipeline, in the history.
Definition: HistoryItem.h:61
QMap< QByteArray, QVariant > properties
The properties stored for this action.
Definition: HistoryItem.h:68
QList< HistoryComponent > inputHistoryComponents
The input components for this action.
Definition: HistoryItem.h:70
virtual ~HistoryItem()=default
Virtual destructor.
QList< HistoryComponent > outputHistoryComponents
The outpu components for this action.
Definition: HistoryItem.h:72
QString name
The name of the action in the pipeline.
Definition: HistoryItem.h:65