ACF $AcfVersion:0$
CShapeInfoGuiComp.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// ACF includes
7
9#include <GeneratedFiles/iview/ui_CShapeInfoGuiComp.h>
10
11
12namespace iview
13{
14
15
17 public iqtgui::TDesignerGuiObserverCompBase<Ui::CShapeInfoGuiComp, IShapeStatusInfo>
18{
19 Q_OBJECT
20
21public:
23
24 I_BEGIN_COMPONENT(CShapeInfoGuiComp);
25 I_END_COMPONENT;
26
27protected:
28 // reimplemented (iqtgui::TGuiObserverWrap)
29 virtual void UpdateGui(const istd::IChangeable::ChangeSet& changeSet) override;
30};
31
32
33} // namespace iview
34
35
36
37
Base class for all Qt GUI components.
Set of change flags (its IDs).
Definition IChangeable.h:36
virtual void UpdateGui(const istd::IChangeable::ChangeSet &changeSet) override
iqtgui::TDesignerGuiObserverCompBase< Ui::CShapeInfoGuiComp, IShapeStatusInfo > BaseClass
In this library is defined 2D view concept and standard visualisation objects.