21 #ifndef __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_HYDRO_FINAL_LEVELS_SCENARIO_BUILDER_H__
22 #define __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_HYDRO_FINAL_LEVELS_SCENARIO_BUILDER_H__
24 #include "scenario-builder-renderer-base.h"
26 namespace Antares::Component::Datagrid::Renderer
34 bool cellValue(
int x,
int y,
const Yuni::String& value);
36 IRenderer::CellStyle cellStyle(
int x,
int y)
const;
Definition: scenario-builder-renderer-base.h:83
Definition: scenario-builder-hydro-final-levels-renderer.h:29
wxString cellValue(int x, int y) const
Get the string representation of a Cell.
Definition: scenario-builder-hydro-final-levels-renderer.cpp:29
double cellNumericValue(int x, int y) const
Get the floating value of a Cell.
Definition: scenario-builder-hydro-final-levels-renderer.cpp:49