6#include <QtCore/QObject>
7#include <QtCore/QStringList>
8#include <QtCore/QFileInfo>
36 I_ASSIGN(m_beQuiteOnLoadAttrPtr,
"BeQuiteOnLoad",
"Do not log message when loading if file is missing",
true,
false);
37 I_ASSIGN(m_versionInfoCompPtr,
"VersionInfo",
"Provide information about archive versions",
false,
"VersionInfo");
43 const QString* filePathPtr =
nullptr,
45 bool beQuiet =
true)
const override;
71 I_ATTR(
bool, m_beQuiteOnLoadAttrPtr);
Base implementation of file serializer.
virtual bool IsOperationSupported(const istd::IChangeable *dataObjectPtr, const QString *filePathPtr=nullptr, int flags=-1, bool beQuiet=true) const override
Returns true if object dataObject can be loaded/saved.
virtual void OnComponentCreated() override
Called when component is created.
bool CheckOutputFile(const QString filePath, bool beQuiet=true) const
Check if output file is OK.
virtual const iser::IVersionInfo * GetVersionInfo() const
Get working version info.
bool CheckMinimalVersion(const iser::ISerializable &object, const iser::IVersionInfo &versionInfo) const
Check if the minimal version of some serializable object is supported by version info.
bool CheckInputFile(const QString filePath, bool beQuiet=true) const
Check if input file is OK.
ilog::TLoggerCompWrap< CFileTypeInfoComp > BaseClass
Interface providing loading and saving of data objects.
Provide loading and saving of objects.
Template wrapper adding comprehensive logging functionality to components.
Common class for all classes which objects can be archived or restored from archive.
Provides access to version information.
Common interface for data model objects, which can be changed.
Contains interfaces and implementations of file system related components.