ACF $AcfVersion:0$
CPolygonParamsGuiComp.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
10
11namespace iqt2d
12{
13
14
15class CPolygonParamsGuiComp: public TPolygonBasedParamsGuiComp<iview::CPolygonShape, i2d::CPolygon>
16{
17 Q_OBJECT
18
19public:
21
22 I_BEGIN_COMPONENT(CPolygonParamsGuiComp);
23 I_END_COMPONENT;
24
26
27protected Q_SLOTS:
29 void OnActionTriggered(QAction* actionPtr);
30
35};
36
37
38} // namespace iqt2d
39
40
void OnActionTriggered(QAction *actionPtr)
TPolygonBasedParamsGuiComp< iview::CPolygonShape, i2d::CPolygon > BaseClass
This package contains Qt based implementations for 2D graphic objects.