21#ifndef __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_AREA_DSM_H__
22#define __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_AREA_DSM_H__
26#include <antares/date/date.h>
27#include <antares/study/parts/wind/prepro.h>
77 virtual bool cellValue(
int x,
int y,
const Yuni::String& value)
82 virtual void resetColors(
int,
int, wxColour&, wxColour&)
const
86 virtual IRenderer::CellStyle cellStyle(
int col,
int row)
const;
94 virtual bool valid()
const
DSM(wxWindow *control, Toolbox::InputSelector::Area *notifier)
Constructor.
Definition dsm.cpp:33
virtual int width() const
Get the width of the datagrid.
Definition dsm.h:51
virtual ~DSM()
Destructor.
Definition dsm.cpp:38
virtual wxString cellValue(int x, int y) const
Get the value of a cell.
Definition dsm.h:67
virtual uint maxWidthResize() const
The most suitable column count.
Definition dsm.h:90
virtual void onStudyLoaded() override
Event: the study has been loaded.
Definition dsm.cpp:95
virtual double cellNumericValue(int x, int y) const
Get the value of a cell.
Definition dsm.h:72
virtual Date::Precision precision()
Time Precision.
Definition dsm.h:99
virtual wxColour horizontalBorderColor(int x, int y) const
Get the color of the horizontal bottom border.
Definition dsm.cpp:72
virtual int height() const
Get the height of the datagrid.
Definition dsm.h:55
virtual wxString rowCaption(int rowIndx) const
Get the row caption.
Definition dsm.h:62
virtual bool cellValue(int x, int y, const Yuni::String &value)
Set the value of a cell.
Definition dsm.h:77
virtual wxString columnCaption(int colIndx) const
Get the column caption.
Definition dsm.cpp:43
virtual void onStudyClosed() override
Event: the study has been closed.
Definition dsm.cpp:89
virtual double cellNumericValue(int x, int y) const override
Get the value of a cell.
Definition matrix.hxx:104
virtual wxString cellValue(int x, int y) const override
Get the value of a cell.
Definition matrix.hxx:96
virtual wxString rowCaption(int rowIndx) const override
Get the row caption.
Definition matrix.hxx:47
virtual int width() const override
Get the width of the datagrid.
Definition matrix.hxx:63
virtual int height() const override
Get the height of the datagrid.
Definition matrix.hxx:69
Definition for a single area.
Definition area.h:52
A n-by-n matrix.
Definition jit.h:30