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"
26#include <antares/solver/ts-generator/prepro.h>
61 virtual wxString
cellValue(
int x,
int y)
const;
65 virtual bool cellValue(
int x,
int y,
const Yuni::String& v);
67 virtual void resetColors(
int,
int, wxColour&, wxColour&)
const
74 virtual IRenderer::CellStyle cellStyle(
int col,
int row)
const;
Definition thermalmodulation.h:37
virtual int width() const
Get the width of the datagrid.
Definition thermalmodulation.h:47
virtual wxString rowCaption(int row) const
Get the row caption.
Definition thermalmodulation.cpp:48
virtual Date::Precision precision()
Time Precision.
Definition thermalmodulation.h:85
virtual int height() const
Get the height of the datagrid.
Definition thermalmodulation.h:52
virtual wxString cellValue(int x, int y) const
Get the value of a cell.
Definition thermalmodulation.cpp:81
virtual wxColour horizontalBorderColor(int x, int y) const
Get the color of the horizontal bottom border.
Definition thermalmodulation.cpp:183
virtual wxColour verticalBorderColor(int x, int y) const
Get the color of the vertical right border.
Definition thermalmodulation.cpp:178
virtual uint maxWidthResize() const
The most suitable column count.
Definition thermalmodulation.h:76
virtual double cellNumericValue(int x, int y) const
Get the value of a cell.
Definition thermalmodulation.cpp:117
virtual uint maxHeightResize() const
The most suitable column count.
Definition thermalmodulation.h:80
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:55
virtual void onStudyClosed()
Event: the study has been closed.
Definition thermalmodulation.cpp:250
A single thermal cluster.
Definition cluster.h:78
A n-by-n matrix.
Definition jit.h:30
uint width
Width of the matrix.
Definition matrix.h:441
uint height
Height of the matrix.
Definition matrix.h:443