ACF $AcfVersion:0$
IComponentEnvironmentManager.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
8
9
10namespace icomp
11{
12
13
15 virtual public IPackagesManager,
16 virtual public IRegistriesManager,
17 virtual public IMetaInfoManager
18{
19public:
24 virtual QString GetConfigFilePath() const = 0;
25
29 virtual QStringList GetProjectTargets() const = 0;
30};
31
32
33} // namespace icomp
34
35
36
37
virtual QString GetConfigFilePath() const =0
Get file path of real used config file.
virtual QStringList GetProjectTargets() const =0
Get the list of project targets.
Allow access to registries defined by composed components.
Package with interfaces and class used for components concept.