ACF $AcfVersion:0$
CSelectionParamIndexGuiComp.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
6
8
9#include <GeneratedFiles/iqtprm/ui_CSelectionParamIndexGuiComp.h>
10
11
12namespace iqtprm
13{
14
15
17 Ui::CSelectionParamIndexGuiComp,
18 iprm::ISelectionParam>
19{
20 Q_OBJECT
21
22public:
24 Ui::CSelectionParamIndexGuiComp,
26
27 I_BEGIN_COMPONENT(CSelectionParamIndexGuiComp);
28 I_END_COMPONENT;
29
30protected:
31 // reimplemented (iqtgui::TGuiObserverWrap)
32 virtual void UpdateModel() const override;
33 virtual void UpdateGui(const istd::IChangeable::ChangeSet& changeSet) override;
34
35protected Q_SLOTS:
37};
38
39
40} // namespace iqtprm
41
42
43
44
Interface allowing to select single option from list of options.
Base class for all Qt GUI components.
virtual void UpdateModel() const override
iqtgui::TDesignerGuiObserverCompBase< Ui::CSelectionParamIndexGuiComp, iprm::ISelectionParam > BaseClass
virtual void UpdateGui(const istd::IChangeable::ChangeSet &changeSet) override
void on_OptionIndexSlider_valueChanged(int value)
Set of change flags (its IDs).
Definition IChangeable.h:36
This package contains Qt based implementations of standard parameter components.