21#ifndef __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_HYDRO_LEVELS_SCENARIO_BUILDER_H__
22#define __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_HYDRO_LEVELS_SCENARIO_BUILDER_H__
24#include "scenario-builder-renderer-base.h"
40 bool cellValue(
int x,
int y,
const Yuni::String& value);
42 IRenderer::CellStyle cellStyle(
int x,
int y)
const;
Definition scenario-builder-renderer-base.h:87
Definition scenario-builder-hydro-levels-renderer.h:35
wxString cellValue(int x, int y) const
Get the string representation of a Cell.
Definition scenario-builder-hydro-levels-renderer.cpp:35
double cellNumericValue(int x, int y) const
Get the floating value of a Cell.
Definition scenario-builder-hydro-levels-renderer.cpp:55