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"
45 void thermalEventConnect();
46 void thermalEventDisconnect();
50 void thermalSettingsChanged();
59 bool pGroupHasChanged;
Panel implementation.
Definition panel.h:36
A single thermal cluster.
Definition cluster.h:78
std::shared_ptr< InspectorData > Ptr
The most suitable smart pointer for the class.
Definition data.h:44