VHISTlib
1.84.0.3018
|
The summary of a workflowstep. More...
#include <summary.h>
Public Attributes | |
int | tagID |
The id of a section tag which has been associated with the summary entry. | |
QString | vhistRootFile |
The name of the vhist root file used when appending this workflowstep. | |
QString | timestamp |
The date and time at which the workflowstep has been created. | |
QString | title |
The title of the workflowstep. | |
QString | description |
The description of the workflowstep. | |
QString | comment |
An additional comment refering to the workflowstep. | |
QString | command |
The command which was executed during this workflowstep. | |
QString | tool |
The tool name and version used during this workflowstep. | |
QString | toolPath |
The path of the tool used during this workflowstep. | |
QString | host |
The name of the host system on which the workflowstep has been performed. | |
QString | user |
The name of the user who executed the workflowstep. | |
QString | creator |
The name and version of the tool that created this workflowstep. | |
QString | pdfTitle |
The title of the VHIST file shown in the PDF document properties. | |
QString | pdfAuthor |
The author of the VHIST file shown in the PDF document properties. | |
QString | pdfSubject |
The subject of the VHIST file shown in the PDF document properties. | |
QString | pdfKeywords |
A list of keyword shown in the PDF document properties. | |
QString | pdfProducer |
The producer of the VHIST file shown in the PDF document properties. | |
QString | pdfCreator |
The creator of the VHIST file shown in the PDF document properties. | |
QList< FileSummary > | files |
The list of files which are part of the workflowstep. | |
UserAttributes | userAttrs |
A list of user defined key-value pairs. | |
UserAttributeUnits | userAttrUnits |
A dictionary, which associates user attributes with units (mm, kg, etc) | |
UserAttributeOrder | userAttrOrder |
A list which stores the order in which user attributes were given by the user. |
The summary of a workflowstep.
QString vhist::Workflowstep::host |
The name of the host system on which the workflowstep has been performed.
The id of a section tag which has been associated with the summary entry.
tagID has a value of -1 if the summary entry has not been matched with any section tag.
UserAttributeOrder vhist::Workflowstep::userAttrOrder |
A list which stores the order in which user attributes were given by the user.