6#include <QtCore/QString>
Provides access to version information.
virtual QString GetEncodedVersionName(int versionId, quint32 versionNumber) const =0
Encode version number to human readable form.
virtual bool GetVersionNumber(int versionId, quint32 &result) const =0
Get version of archived stream for specific versioning type.
virtual VersionIds GetVersionIds() const =0
Get list of version ID's.
VersionId
Type of version.
virtual QString GetVersionIdDescription(int versionId) const =0
Get description of version ID.
@ UnknownVersion
Biggest version value used if no version is needed or known.
Common interface for data model objects, which can be changed.
Contains general persistence mechanism with basic archives implementations.