21#ifndef __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_AREA_THERMALPREPRO_H__
22#define __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_AREA_THERMALPREPRO_H__
24#include "../../../../input/thermal-cluster.h"
26#include <antares/solver/ts-generator/prepro.h>
64 virtual wxString
rowCaption(
int rowIndx)
const;
66 virtual wxString
cellValue(
int x,
int y)
const;
70 virtual bool cellValue(
int,
int,
const Yuni::String&);
72 virtual void resetColors(
int,
int, wxColour&, wxColour&)
const
81 virtual bool valid()
const
83 return MatrixAncestorType::valid();
86 virtual IRenderer::CellStyle cellStyle(
int col,
int row)
const;
104 virtual void onStudyClosed()
override;
Definition thermalprepro.h:37
virtual wxColour verticalBorderColor(int x, int y) const
Get the color of the vertical right border.
Definition thermalprepro.cpp:257
virtual uint maxHeightResize() const
The most suitable column count.
Definition thermalprepro.h:95
virtual int height() const
Get the height of the datagrid.
Definition thermalprepro.h:57
virtual Date::Precision precision()
Time Precision.
Definition thermalprepro.h:76
virtual wxColour horizontalBorderColor(int x, int y) const
Get the color of the horizontal bottom border.
Definition thermalprepro.cpp:263
ThermalClusterPrepro(wxWindow *control, Toolbox::InputSelector::ThermalCluster *notifier)
Default constructor.
Definition thermalprepro.cpp:80
virtual wxString rowCaption(int rowIndx) const
Get the row caption.
Definition thermalprepro.cpp:191
virtual double cellNumericValue(int x, int y) const
Get the value of a cell.
Definition thermalprepro.cpp:146
virtual ~ThermalClusterPrepro()
Destructor.
Definition thermalprepro.cpp:89
virtual bool cellValue(int, int, const Yuni::String &)
Set the value of a cell.
virtual int width() const
Get the width of the datagrid.
Definition thermalprepro.h:53
virtual wxString cellValue(int x, int y) const
Get the value of a cell.
Definition thermalprepro.cpp:120
virtual wxString columnCaption(int colIndx) const
Get the column caption.
Definition thermalprepro.cpp:94
virtual uint maxWidthResize() const
The most suitable column count.
Definition thermalprepro.h:91
Thermal.
Definition prepro.h:37
A single thermal cluster.
Definition cluster.h:78
A n-by-n matrix.
Definition jit.h:30