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"
41 virtual int width()
const override
47 return (pArea) ? pArea->thermal.
list.allClustersCount() : 0;
52 virtual wxString
rowCaption(
int rowIndx)
const override;
54 virtual wxString
cellValue(
int x,
int y)
const override;
58 virtual bool cellValue(
int x,
int y,
const Yuni::String& v)
override;
Definition common.areasummary.h:106
Definition thermal.areasummary.h:35
virtual wxString rowCaption(int rowIndx) const override
Get the caption of a row.
Definition thermal.areasummary.cpp:45
virtual wxString cellValue(int x, int y) const override
Get the string representation of a Cell.
Definition thermal.areasummary.cpp:76
virtual int height() const override
The effective height of the grid.
Definition thermal.areasummary.h:45
virtual double cellNumericValue(int x, int y) const override
Get the floating value of a Cell.
Definition thermal.areasummary.cpp:119
virtual int width() const override
The effective width of the grid.
Definition thermal.areasummary.h:41
virtual wxString columnCaption(int colIndx) const override
Get the caption of a column.
Definition thermal.areasummary.cpp:52
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:90