void addProperty(QByteArray name, QVariant value)
Add a property of the corresponding action to the history item.
Definition HistoryItem.cpp:42
QString getName() const
Get the name of the corresponding action in the pipeline.
Definition HistoryItem.cpp:36
void setInputHistoryComponents(QList< HistoryComponent > inputHistoryComponents)
Set the input components of the history item action.
Definition HistoryItem.cpp:52
virtual ~HistoryItem()=default
Virtual destructor.
QList< HistoryComponent > getInputHistoryComponents()
Get the input components of the history item action.
Definition HistoryItem.cpp:47
QList< HistoryComponent > getOutputHistoryComponents()
Get the output components of the history item action.
Definition HistoryItem.cpp:57
void setOutputHistoryComponents(QList< HistoryComponent > outputHistoryComponents)
Set the output components of the history item action.
Definition HistoryItem.cpp:62