ACF $AcfVersion:0$
IFilePersistenceInfo.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
9#include <istd/IPolymorphic.h>
10
11
12namespace ifile
13{
14
15
22{
23public:
30
37
41 virtual QString GetLastFilePath(OperationType operationType = OT_UNKNOWN, PathType pathType = PT_COMPLETE) const = 0;
42};
43
44
45} // namespace ifile
46
47
Provide some information about file loader state.
virtual QString GetLastFilePath(OperationType operationType=OT_UNKNOWN, PathType pathType=PT_COMPLETE) const =0
Returns the last opened file name.
Base interface for all used interfaces and implementations.
Contains interfaces and implementations of file system related components.