21 #ifndef __ANTARES_APPLICATION_WINDOW_THERMAL_COMMON_H__
22 #define __ANTARES_APPLICATION_WINDOW_THERMAL_COMMON_H__
24 #include <ui/common/component/panel.h>
25 #include "../../toolbox/components/datagrid/component.h"
26 #include "../../toolbox/input/thermal-cluster.h"
27 #include "../../toolbox/validator.h"
28 #include "../../windows/inspector/data.h"
30 namespace Antares::Window::Thermal
41 void thermalEventConnect();
42 void thermalEventDisconnect();
46 void thermalSettingsChanged();
55 bool pGroupHasChanged;
Panel implementation.
Definition: panel.h:34
A single thermal cluster.
Definition: cluster.h:76
std::shared_ptr< InspectorData > Ptr
The most suitable smart pointer for the class.
Definition: data.h:40