21 #ifndef __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_AREA_THERMAL_SUMMARY_SINGLE_AREA_H__
22 #define __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_AREA_THERMAL_SUMMARY_SINGLE_AREA_H__
24 #include "common.areasummary.h"
26 namespace Antares::Component::Datagrid::Renderer
35 virtual int width()
const override
42 return (pArea) ? pArea->thermal.
list.allClustersCount() : 0;
47 virtual wxString
rowCaption(
int rowIndx)
const override;
49 virtual wxString
cellValue(
int x,
int y)
const override;
53 virtual bool cellValue(
int x,
int y,
const Yuni::String& v)
override;
Definition: common.areasummary.h:102
Definition: thermal.areasummary.h:29
virtual wxString rowCaption(int rowIndx) const override
Get the caption of a row.
Definition: thermal.areasummary.cpp:39
virtual wxString cellValue(int x, int y) const override
Get the string representation of a Cell.
Definition: thermal.areasummary.cpp:72
virtual int height() const override
The effective height of the grid.
Definition: thermal.areasummary.h:40
virtual double cellNumericValue(int x, int y) const override
Get the floating value of a Cell.
Definition: thermal.areasummary.cpp:117
virtual int width() const override
The effective width of the grid.
Definition: thermal.areasummary.h:35
virtual wxString columnCaption(int colIndx) const override
Get the caption of a column.
Definition: thermal.areasummary.cpp:48
virtual bool cellValue(int x, int y, const Yuni::String &v) override
Try to modify a cell value.
ThermalClusterList list
List of all thermal clusters (enabled and disabled) except must-run clusters.
Definition: container.h:88