ACF $AcfVersion:0$
CImagePropertyGuiComp.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#include <iimg/IBitmap.h>
6
8#include <GeneratedFiles/iqtgui/ui_CImagePropertyGuiComp.h>
9
10
11namespace iqtgui
12{
13
14
17 Ui::CImagePropertyGuiComp, iimg::IBitmap>
18{
19 Q_OBJECT
20
21public:
23 Ui::CImagePropertyGuiComp, iimg::IBitmap> BaseClass;
24
25 I_BEGIN_COMPONENT(CImagePropertyGuiComp);
26 I_END_COMPONENT;
27
28protected:
29 // reimplemented (iqtgui::TGuiObserverWrap)
30 virtual void UpdateGui(const istd::IChangeable::ChangeSet& changeSet) override;
31};
32
33
34} // namespace iqtgui
35
36
37
38
Definition of single plane bitmap.
Definition IBitmap.h:21
iqtgui::TDesignerGuiObserverCompBase< Ui::CImagePropertyGuiComp, iimg::IBitmap > BaseClass
virtual void UpdateGui(const istd::IChangeable::ChangeSet &changeSet) override
Base class for all Qt GUI components.
Set of change flags (its IDs).
Definition IChangeable.h:36
Standard GUI specific interfaces and components based on Qt.