21 #ifndef __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_AREA_THERMAL_COMMON_MODULATION_H__
22 #define __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_AREA_THERMAL_COMMON_MODULATION_H__
24 #include "../../../../input/thermal-cluster.h"
25 #include "../matrix.h"
26 #include <antares/solver/ts-generator/prepro.h>
28 namespace Antares::Component::Datagrid::Renderer
55 virtual wxString
cellValue(
int x,
int y)
const;
59 virtual bool cellValue(
int x,
int y,
const Yuni::String& v);
61 virtual void resetColors(
int,
int, wxColour&, wxColour&)
const
68 virtual IRenderer::CellStyle cellStyle(
int col,
int row)
const;
Definition: thermalmodulation.h:31
virtual int width() const
Get the width of the datagrid.
Definition: thermalmodulation.h:41
virtual wxString rowCaption(int row) const
Get the row caption.
Definition: thermalmodulation.cpp:45
virtual Date::Precision precision()
Time Precision.
Definition: thermalmodulation.h:80
virtual int height() const
Get the height of the datagrid.
Definition: thermalmodulation.h:46
virtual wxString cellValue(int x, int y) const
Get the value of a cell.
Definition: thermalmodulation.cpp:80
virtual wxColour horizontalBorderColor(int x, int y) const
Get the color of the horizontal bottom border.
Definition: thermalmodulation.cpp:188
virtual wxColour verticalBorderColor(int x, int y) const
Get the color of the vertical right border.
Definition: thermalmodulation.cpp:183
virtual uint maxWidthResize() const
The most suitable column count.
Definition: thermalmodulation.h:70
virtual double cellNumericValue(int x, int y) const
Get the value of a cell.
Definition: thermalmodulation.cpp:114
virtual uint maxHeightResize() const
The most suitable column count.
Definition: thermalmodulation.h:75
virtual bool cellValue(int x, int y, const Yuni::String &v)
Set the value of a cell.
virtual wxString columnCaption(int column) const
Get the column caption.
Definition: thermalmodulation.cpp:54
virtual void onStudyClosed()
Event: the study has been closed.
Definition: thermalmodulation.cpp:263
A single thermal cluster.
Definition: cluster.h:76
A n-by-n matrix.
Definition: matrix.h:44
uint height
Height of the matrix.
Definition: matrix.h:443
uint width
Width of the matrix.
Definition: matrix.h:441