ACF $AcfVersion:0$
IFileListProvider.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/QFileInfoList>
7
8// ACF includes
9#include <istd/IChangeable.h>
10
11
12namespace ifile
13{
14
15
20{
21public:
25 virtual const QFileInfoList& GetFileList() const = 0;
26};
27
28
29} // namespace ifile
30
31
Provide access to a list of files.
virtual const QFileInfoList & GetFileList() const =0
Get list of files.
Common interface for data model objects, which can be changed.
Definition IChangeable.h:28
Contains interfaces and implementations of file system related components.