Go to the documentation of this file.
29 void SetPath(
const QString& path)
override;
37 bool IsEqual(
const IChangeable&
object)
const override;
Basic implementation of interface ifile::IFileNameParam.
bool IsEqual(const IChangeable &object) const override
CFileNameParam(const QString &path="")
const QString & GetPath() const override
Get path.
int GetPathType() const override
Get intended type of the path.
int GetSupportedOperations() const override
Get set of flags for supported operations.
bool Serialize(iser::IArchive &archive) override
Load or store state of this object as a archive stream.
bool CopyFrom(const IChangeable &object, CompatibilityMode mode=CM_WITHOUT_REFS) override
void SetPath(const QString &path) override
Set path.
Common interface for any file system item name (e.g directory, file or URL path)
Represent input/output persistence archive.
CompatibilityMode
Control how relationship betweeen objects are interpreted.
@ CM_WITHOUT_REFS
External references are simple ignored.
Contains interfaces and implementations of file system related components.
© Witold Gantzke and Kirill Lepskiy