ICF 3.0.5.47
Technical documentation of ICF Libraries
CRelatedInfoRegistrator.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
9// Qt includes
10#include <QtCore/QByteArray>
11
12// ICF includes
14
15
16namespace icomp
17{
18
19
21{
22public:
24 IRealAttributeStaticInfo& baseAttributeInfo,
26 const QByteArray& id,
27 int flags);
28};
29
30
31} // namespace icomp
32
33
Interface adding to attribute static info functionality existing only for real attributes.
Package with interfaces and class used for components concept.

© Witold Gantzke and Kirill Lepskiy