ACF $AcfVersion:0$
IRegistryLoader.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
9// ACF includes
10#include <istd/IPolymorphic.h>
11
12
13namespace icomp
14{
15
16
17class IRegistry;
18
19
24{
25public:
29 virtual const icomp::IRegistry* GetRegistryFromFile(const QString& path) const = 0;
30};
31
32
33} // namespace icomp
34
35
Interface representing information stored in component registry.
Definition IRegistry.h:48
Interface for a ACF registry loader.
virtual const icomp::IRegistry * GetRegistryFromFile(const QString &path) const =0
Get an ACF registry from a given file.
Base interface for all used interfaces and implementations.
Package with interfaces and class used for components concept.