21#ifndef __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_WIND_SCENARIO_BUILDER_H__
22#define __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_WIND_SCENARIO_BUILDER_H__
24#include "scenario-builder-renderer-base.h"
39 bool cellValue(
int x,
int y,
const Yuni::String& value);
Definition scenario-builder-renderer-base.h:87
Definition scenario-builder-wind-renderer.h:35
double cellNumericValue(int x, int y) const
Get the floating value of a Cell.
Definition scenario-builder-wind-renderer.cpp:52
bool cellValue(int x, int y, const Yuni::String &value)
Try to modify a cell value.
Definition scenario-builder-wind-renderer.cpp:36