ACF $AcfVersion:0$
IFileMetaInfoProvider.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// Qt includes
6#include <QtCore/QString>
7
8// ACF includes
11
12
13namespace ifile
14{
15
16
21{
22public:
30 virtual idoc::MetaInfoPtr GetFileMetaInfo(const QString& filePath, ibase::IProgressManager* progressManagerPtr = NULL) const = 0;
31};
32
33
34} // namespace ifile
35
36
Consume information about progress of some process.
Interface for acquiring meta-information of a file.
virtual idoc::MetaInfoPtr GetFileMetaInfo(const QString &filePath, ibase::IProgressManager *progressManagerPtr=NULL) const =0
Create meta information of an existing file.
Base interface for all used interfaces and implementations.
Shared ownership smart pointer for interface types.
#define NULL
Definition istd.h:74
Contains interfaces and implementations of file system related components.