21#ifndef __ANTARES_TOOLBOX_COMPONENT_HTMLLISTBOX_ITEM_THERMAL_CLUSTER_H__
22#define __ANTARES_TOOLBOX_COMPONENT_HTMLLISTBOX_ITEM_THERMAL_CLUSTER_H__
24#include "cluster-item.h"
44 using Ptr = std::shared_ptr<ThermalClusterItem>;
65 wxString htmlContentTail()
override;
67 wxString pIconFileRefresh;
68 wxString pIconFileNoRefresh;
70 void preloadAdditionalIcons();
71 void addAdditionalIcons(wxString& out)
const override;
Single item for an abstract cluster.
Definition cluster-item.h:43
Single item for a thermal cluster.
Definition thermal-cluster-item.h:42
virtual ~ThermalClusterItem()
Destructor.
Definition thermal-cluster-item.cpp:49
ThermalClusterItem(Antares::Data::ThermalCluster *a)
Default Constructor.
Definition thermal-cluster-item.cpp:34
Antares::Data::ThermalCluster * thermalAggregate() const
Get the attached area.
Definition thermal-cluster-item.cpp:83
A single thermal cluster.
Definition cluster.h:78