6#include <QtCore/QString>
40 virtual const QString&
GetPath()
const = 0;
45 virtual void SetPath(
const QString& path) = 0;
Common interface for any file system item name (e.g directory, file or URL path)
virtual int GetPathType() const =0
Get intended type of the path.
virtual const QString & GetPath() const =0
Get path.
virtual void SetPath(const QString &path)=0
Set path.
Common class for all classes which objects can be archived or restored from archive.
Contains interfaces and implementations of file system related components.