ICF 3.0.5.47
Technical documentation of ICF Libraries
CGeneralSearchParamsGuiComp.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 iqtipr_CGeneralSearchParamsGuiComp_included
7#define iqtipr_CGeneralSearchParamsGuiComp_included
8
9
10// ICF includes
12#include <iipr/ISearchParams.h>
13
14// Generated
15#include <GeneratedFiles/iiprgui/ui_CGeneralSearchParamsGuiComp.h>
16
17
18namespace iiprgui
19{
20
21
24 Ui::CGeneralSearchParamsGuiComp,
25 iipr::ISearchParams>
26{
27 Q_OBJECT
28public:
30 Ui::CGeneralSearchParamsGuiComp,
32
33 I_BEGIN_COMPONENT(CGeneralSearchParamsGuiComp);
34 I_END_COMPONENT;
35
36protected:
37 // reimplemented (istdgui::TGuiObserverWrap)
38 void OnGuiModelAttached() override;
39 void UpdateModel() const override;
40 void UpdateGui(const istd::IChangeable::ChangeSet& changeSet) override;
41
42 // reimplemented (istdgui::CGuiComponentBase)
43 void OnGuiRetranslate() override;
44
45protected Q_SLOTS:
49};
50
51
52} // namespace iiprgui
53
54
55#endif // !iqtipr_CGeneralSearchParamsGuiComp_included
Common interface for a set of parameters for a model search.
void UpdateModel() const override
void UpdateGui(const istd::IChangeable::ChangeSet &changeSet) override
void OnGuiRetranslate() override
Called from widget event filter when GUI should be retranslated.
istdgui::TDesignerGuiObserverCompBase< Ui::CGeneralSearchParamsGuiComp, iipr::ISearchParams > BaseClass
Set of change flags (its IDs).
Definition IChangeable.h:38
Base class for all Qt GUI components.
This package contains Qt based implementations of image processing components.

© Witold Gantzke and Kirill Lepskiy