VHISTlib
1.84.0.3018
|
The summary of one file which appears in a workflowstep. More...
#include <summary.h>
Public Attributes | |
int | tagID |
The id of an embedded file tag if the file is associated with an embedded file. | |
QString | filename |
The name of the file without a path. | |
QString | filepath |
The path of the file without the filename. | |
QString | filetype |
The type of the file. | |
QString | description |
The description of the file. | |
QString | comment |
An additional comment refering to the file. | |
QString | lastModified |
The date of the last modification of the file. | |
bool | generateMD5 |
true if an MD5 sum has been generated for this file. | |
bool | embedded |
true if the file has been embedded inside the VHIST file. | |
bool | preview |
bool | previewWS |
bool | thumbnail |
bool | thumbnailOnly |
int | uncompressedSize |
The size of the uncompressed file. | |
QString | uncompressedMD5 |
The MD5 sum of the uncompressed file. | |
QString | compressedMethod |
The compression method used to compress the file. | |
int | compressedSize |
The size of the compressed file. | |
QString | compressedMD5 |
The MD5 sum of the compressed file. | |
UserAttributes | userAttrs |
A dictionary 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. | |
QString | filePurpose |
The purpose of the file within the workflowstep. | |
bool | unmatchedTag |
true if the summary is associated with a embedded file tag, which could not be matched with an entry inside one summaryfile. |
The summary of one file which appears in a workflowstep.
The compression method used to compress the file.
May be "flate" if the file is flate compressed, "none" if the file is uncompressed or an empty string if the file has not been embedded.
QString vhist::FileSummary::filepath |
The path of the file without the filename.
It may be relative or absolute.
QString vhist::FileSummary::filePurpose |
The purpose of the file within the workflowstep.
May be "InFile", "OutFile" or "Undefined".
QString vhist::FileSummary::filetype |
The type of the file.
This type description's convention is similar to MIME types.
The id of an embedded file tag if the file is associated with an embedded file.
If the summary is not identified with an embedded file (yet), tagId has the value -1.
true
if the summary is associated with a embedded file tag, which could not be matched with an entry inside one summaryfile.
UserAttributeOrder vhist::FileSummary::userAttrOrder |
A list which stores the order in which user attributes were given by the user.