15 #include "CeeReport/Base.h" 17 #include "CeeCore/RefCountedObject.h" 18 #include "CeeCore/Image.h" 19 #include "CeeCore/Str.h" 39 bool loadRepository(
const Str& filename);
40 bool saveRepository(
const Str& filename);
42 size_t snapshotCount()
const;
44 const Snapshot* snapshot(
size_t index)
const;
45 void addSnapshot(
Snapshot* snapshot);
46 bool removeSnapshot(
size_t index);
47 void removeAllSnapshots();
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
An image, 3D model or tabular data describing a snapshot.
Definition: Snapshot.h:36
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34