VHISTlib  1.84.0.3018
Public Attributes
vhist::FileSummary Struct Reference

The summary of one file which appears in a workflowstep. More...

#include <summary.h>

List of all members.

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.

Detailed Description

The summary of one file which appears in a workflowstep.


Member Data Documentation

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.

The path of the file without the filename.

It may be relative or absolute.

The purpose of the file within the workflowstep.

May be "InFile", "OutFile" or "Undefined".

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.

A list which stores the order in which user attributes were given by the user.


The documentation for this struct was generated from the following files:

VHISTlib 1.84.0.3018 of Jun 28 2013, generated by doxygen.