ACF
$AcfVersion:0$
Acf
Include
ifile
IRelativeFilePath.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
6
#include <
ifile/IFileNameParam.h
>
7
8
9
namespace
ifile
10
{
11
12
13
class
IRelativeFilePath
:
virtual
public
IFileNameParam
14
{
15
public
:
16
virtual
QString
GetBasePath
()
const
= 0;
17
};
18
19
20
}
// namespace ifile
21
22
IFileNameParam.h
ifile::IFileNameParam
Common interface for any file system item name (e.g directory, file or URL path)
Definition
IFileNameParam.h:21
ifile::IRelativeFilePath
Definition
IRelativeFilePath.h:14
ifile::IRelativeFilePath::GetBasePath
virtual QString GetBasePath() const =0
ifile
Contains interfaces and implementations of file system related components.
Definition
CApplicationInfoBasedFileNameComp.h:11
Generated by
1.9.8