VHISTlib
1.84.0.3018
|
A class reading and evaluating summary files. More...
#include <summaryreader.h>
Public Member Functions | |
SummaryReader () | |
Creates a new SummaryReader object. | |
~SummaryReader () | |
Destroys the SummaryReader object. | |
Summary | readSummary (const QString &data) |
Reads a summary file and creates a Summary object including all the information contained in the file. |
A class reading and evaluating summary files.
A summary file is an xml file containing all information about one workflowstep. A tool creating VHIST files will generate one summary file for every section it creates and embed this file as the last embedded file in the section.
Summary SummaryReader::readSummary | ( | const QString & | data | ) |