27#ifndef __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_HYDRO_FINAL_LEVELS_SCENARIO_BUILDER_H__
28#define __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_HYDRO_FINAL_LEVELS_SCENARIO_BUILDER_H__
30#include "scenario-builder-renderer-base.h"
46 bool cellValue(
int x,
int y,
const Yuni::String& value);
48 IRenderer::CellStyle cellStyle(
int x,
int y)
const;
Definition scenario-builder-renderer-base.h:87
Definition scenario-builder-hydro-final-levels-renderer.h:41
wxString cellValue(int x, int y) const
Get the string representation of a Cell.
Definition scenario-builder-hydro-final-levels-renderer.cpp:41
double cellNumericValue(int x, int y) const
Get the floating value of a Cell.
Definition scenario-builder-hydro-final-levels-renderer.cpp:61