ACF $AcfVersion:0$
CRelatedInfoRegistrator.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/QByteArray>
7
8// ACF includes
10
11
12namespace icomp
13{
14
15
17{
18public:
20 IRealAttributeStaticInfo& baseAttributeInfo,
21 int metaGroupId,
22 const QByteArray& id,
23 int flags);
24};
25
26
27} // namespace icomp
28
29
30
31
Interface adding to attribute static info functionality existing only for real attributes.
Package with interfaces and class used for components concept.