115 bool save(QString filepath);
123 QString getVersion();
124 QDateTime getTimestamp();
126 void setCurrentTimestamp();
127 void setCurrentVersion();
137 void addContent(QString key,
const QVariant);
139 bool hasContent(QString key);
141 QVariant getContent(QString key);
#define CAMITK_API
Definition CamiTKAPI.h:49
CamiTKFile provides functions to read and write in the CAMITK file format.
Definition CamiTKFile.h:87
static const int maxFileSize
maximum authorized camitk file size in bytes (to prevent memory overflow)
Definition CamiTKFile.h:105
static const char * version
Version of the camitk file format This is the CamiTK version which introduced the latest changes in t...
Definition CamiTKFile.h:102