21 #ifndef __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_SOLAR_SCENARIO_BUILDER_H__
22 #define __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_LOAD_SCENARIO_BUILDER_H__
24 #include "scenario-builder-renderer-base.h"
26 namespace Antares::Component::Datagrid::Renderer
33 bool cellValue(
int x,
int y,
const Yuni::String& value);
Definition: scenario-builder-renderer-base.h:83
Definition: scenario-builder-solar-renderer.h:29
bool cellValue(int x, int y, const Yuni::String &value)
Try to modify a cell value.
Definition: scenario-builder-solar-renderer.cpp:30
double cellNumericValue(int x, int y) const
Get the floating value of a Cell.
Definition: scenario-builder-solar-renderer.cpp:46