ICF 3.0.5.47
Technical documentation of ICF Libraries
IComponentEnvironmentManager.h
Go to the documentation of this file.
1/********************************************************************************
2** This file is part of the ICF Framework. Copyright (C) Witold Gantzke & Kirill Lepskiy
3** ICF Framework may be used under the terms of the LGPL License v. 2.1 by the Free Software Foundation.
4********************************************************************************/
5
6#pragma once
7
8
12
13
14namespace icomp
15{
16
17
19 virtual public IPackagesManager,
20 virtual public IRegistriesManager,
21 virtual public IMetaInfoManager
22{
23public:
28 virtual QString GetConfigFilePath() const = 0;
29};
30
31
32} // namespace icomp
33
34
virtual QString GetConfigFilePath() const =0
Get file path of real used config file.
Allow access to registries defined by composed components.
Package with interfaces and class used for components concept.

© Witold Gantzke and Kirill Lepskiy