68 QMap<QByteArray, QVariant> properties;
70 QList<HistoryComponent> inputHistoryComponents;
72 QList<HistoryComponent> outputHistoryComponents;
93 void addProperty(QByteArray name, QVariant value);
98 QList<HistoryComponent> getInputHistoryComponents();
102 void setInputHistoryComponents(QList<HistoryComponent> inputHistoryComponents);
106 QList<HistoryComponent> getOutputHistoryComponents();
110 void setOutputHistoryComponents(QList<HistoryComponent> outputHistoryComponents);
HistoryItem class describes the entry of an action used in a pipeline, in the history.
Definition HistoryItem.h:61
virtual ~HistoryItem()=default
Virtual destructor.