ICF 3.0.5.47
Technical documentation of ICF Libraries
CDataStatisticsGuiComp.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 iqtmeas_CDataStatisticsGuiComp_included
7#define iqtmeas_CDataStatisticsGuiComp_included
8
9
10// ICF includes
13
14#include <GeneratedFiles/imeasgui/ui_CDataStatisticsGuiComp.h>
15
16
17namespace imeasgui
18{
19
20
22 Ui::CDataStatisticsGuiComp,
23 imeas::IDataStatistics>
24{
25 Q_OBJECT
26
27public:
29 Ui::CDataStatisticsGuiComp,
31
32 I_BEGIN_COMPONENT(CDataStatisticsGuiComp);
33 I_END_COMPONENT;
34
35 // reimplemenented (istdgui::TGuiObserverWrap)
36 void UpdateGui(const istd::IChangeable::ChangeSet& changeSet) override;
37};
38
39
40} // namespace imeasgui
41
42
43#endif // !iqtmeas_CDataStatisticsGuiComp_included
44
45
Common interace for simple data statistics.
void UpdateGui(const istd::IChangeable::ChangeSet &changeSet) override
istdgui::TDesignerGuiObserverCompBase< Ui::CDataStatisticsGuiComp, imeas::IDataStatistics > 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 measurement components.

© Witold Gantzke and Kirill Lepskiy