ICF 3.1.1.10
Technical documentation of ICF Libraries
CSamplingParamsGuiComp.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 iqtsig_CSamplingParamsGuiComp_included
7#define iqtsig_CSamplingParamsGuiComp_included
8
9
11
13
14#include <isiggui/isiggui.h>
15
16#include <GeneratedFiles/isiggui/ui_CSamplingParamsGuiComp.h>
17
18
19namespace isiggui
20{
21
22
24 Ui::CSamplingParamsGuiComp,
25 isig::ISamplingParams>
26{
27 Q_OBJECT
28
29public:
31 Ui::CSamplingParamsGuiComp,
33
34 I_BEGIN_COMPONENT(CSamplingParamsGuiComp);
35 I_END_COMPONENT;
36
37 // reimplemented (istdgui::TGuiObserverWrap)
38 void OnGuiModelAttached() override;
39 void UpdateGui(const istd::IChangeable::ChangeSet& changeSet) override;
40
41protected Q_SLOTS:
42 void on_IntervalSB_valueChanged(double value);
44};
45
46
47} // namespace isiggui
48
49
50#endif // !iqtsig_CSamplingParamsGuiComp_included
51
52
Sampler parameters.
void UpdateGui(const istd::IChangeable::ChangeSet &changeSet) override
istdgui::TDesignerGuiObserverCompBase< Ui::CSamplingParamsGuiComp, isig::ISamplingParams > BaseClass
void on_IntervalSB_valueChanged(double value)
void on_ModeCB_currentIndexChanged(int index)
void OnGuiModelAttached() override
Set of change flags (its IDs).
Definition IChangeable.h:38
Base class for all Qt GUI components.
This package contains Qt implementations related to signal processing.

© Witold Gantzke and Kirill Lepskiy