ACF $AcfVersion:0$
IRealAttributeStaticInfo.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
20{
21public:
25 virtual const QByteArray& GetAttributeId() const = 0;
31 virtual void AddRelatedMetaId(int metaGroupId, const QByteArray& id, int flags) = 0;
32};
33
34
35} // namespace icomp
36
37
38
39
Describe component attribute static information.
Interface adding to attribute static info functionality existing only for real attributes.
virtual const QByteArray & GetAttributeId() const =0
Get ID of this attribute.
virtual void AddRelatedMetaId(int metaGroupId, const QByteArray &id, int flags)=0
Add related interface to this attribute info.
Package with interfaces and class used for components concept.