15 #include "CeeReport/Base.h" 17 #include "CeeReport/Repository.h" 36 bool generate(
const Str& reportFile)
const;
37 bool validate(
Str* summary)
const;
38 static bool summarize(
const Str& templateFile,
Str* summary);
40 void setReferenceRepository(
Repository* repository);
41 void setGenericSnapshotIndices(
const std::vector<unsigned int>& indices);
42 void setEmbedVTFx(
bool embed);
43 void setUse3dPlugin(
bool use);
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
A general unicode based string class.
Definition: Str.h:28
Collection of snapshots used in report generation.
Definition: Repository.h:33
Report creator for a Word report.
Definition: ReportCreatorWord.h:30