21#ifndef __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_AREA_HYDRO_MONTHLY_POWER_H__
22#define __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_AREA_HYDRO_MONTHLY_POWER_H__
26#include <antares/date/date.h>
27#include <antares/study/parts/wind/prepro.h>
73 virtual wxString
rowCaption(
int rowIndx)
const;
75 virtual wxString
cellValue(
int x,
int y)
const;
79 virtual bool cellValue(
int,
int,
const Yuni::String&);
81 virtual void resetColors(
int,
int, wxColour&, wxColour&)
const
85 virtual IRenderer::CellStyle cellStyle(
int col,
int row)
const;
92 virtual bool valid()
const
94 return MatrixAncestorType::valid();
Definition hydromonthlypower.h:40
virtual wxString columnCaption(int colIndx) const
Get the column caption.
Definition hydromonthlypower.cpp:46
virtual ~HydroMonthlyHours()
Destructor.
Definition hydromonthlypower.cpp:41
virtual uint maxHeightResize() const
The most suitable column count.
Definition hydromonthlypower.h:101
virtual int height() const
Get the height of the datagrid.
Definition hydromonthlypower.h:64
virtual uint maxWidthResize() const
The most suitable column count.
Definition hydromonthlypower.h:97
virtual bool cellValue(int, int, const Yuni::String &)
Set the value of a cell.
virtual void onStudyClosed() override
Event: the study has been closed.
Definition hydromonthlypower.cpp:126
virtual double cellNumericValue(int x, int y) const
Get the value of a cell.
Definition hydromonthlypower.cpp:67
virtual wxString cellValue(int x, int y) const
Get the value of a cell.
Definition hydromonthlypower.cpp:62
virtual Date::Precision precision()
Time Precision.
Definition hydromonthlypower.h:87
virtual void onStudyLoaded() override
Event: the study has been loaded.
Definition hydromonthlypower.cpp:132
virtual int width() const
Get the width of the datagrid.
Definition hydromonthlypower.h:60
virtual wxString rowCaption(int rowIndx) const
Get the row caption.
Definition hydromonthlypower.cpp:119
HydroMonthlyHours(wxWindow *control, Toolbox::InputSelector::Area *notifier, HoursType type)
Constructor.
Definition hydromonthlypower.cpp:34
Definition for a single area.
Definition area.h:52
A n-by-n matrix.
Definition jit.h:30