ACF $AcfVersion:0$
CFileArchiveInfo.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5// ACF includes
7
8
9namespace ifile
10{
11
12
19{
20public:
21 explicit CFileArchiveInfo(const QString& filePath);
22
23 // reimplemented (ifile::IFileArchiveInfo)
24 virtual const QString& GetCurrentFilePath() const override;
25
26protected:
27 QString m_filePath;
28};
29
30
31} // namespace ifile
32
33
Basic implementation of interface ifile::IFileArchiveInfo.
virtual const QString & GetCurrentFilePath() const override
CFileArchiveInfo(const QString &filePath)
Simple informative interface allowing to get access to current processed file by file archives.
Contains interfaces and implementations of file system related components.