ICF 3.0.5.47
Technical documentation of ICF Libraries
CImagePropertyGuiComp.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#ifndef iqtgui_CImagePropertyGuiComp_included
7#define iqtgui_CImagePropertyGuiComp_included
8
9
10#include <iimg/IBitmap.h>
11
13#include <GeneratedFiles/istdgui/ui_CImagePropertyGuiComp.h>
14
15
16namespace istdgui
17{
18
19
22 Ui::CImagePropertyGuiComp, iimg::IBitmap>
23{
24 Q_OBJECT
25
26public:
28 Ui::CImagePropertyGuiComp, iimg::IBitmap> BaseClass;
29
30 I_BEGIN_COMPONENT(CImagePropertyGuiComp);
31 I_END_COMPONENT;
32
33protected:
34 // reimplemented (istdgui::TGuiObserverWrap)
35 void UpdateGui(const istd::IChangeable::ChangeSet& changeSet) override;
36};
37
38
39} // namespace istdgui
40
41
42#endif // !iqtgui_CImagePropertyGuiComp_included
43
44
Definition of single plane bitmap.
Definition IBitmap.h:24
Set of change flags (its IDs).
Definition IChangeable.h:38
void UpdateGui(const istd::IChangeable::ChangeSet &changeSet) override
istdgui::TDesignerGuiObserverCompBase< Ui::CImagePropertyGuiComp, iimg::IBitmap > BaseClass
Base class for all Qt GUI components.
Standard GUI specific interfaces and components based on Qt.

© Witold Gantzke and Kirill Lepskiy