21#ifndef __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_AREA_XCAST_K_H__
22#define __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_AREA_XCAST_K_H__
35template<enum Data::TimeSeriesType T>
55 virtual int width()
const;
56 virtual int height()
const;
60 virtual wxString
rowCaption(
int rowIndx)
const;
62 virtual wxString
cellValue(
int x,
int y)
const;
66 virtual bool cellValue(
int x,
int y,
const Yuni::String& value);
68 virtual void resetColors(
int,
int, wxColour&, wxColour&)
const
72 virtual IRenderer::CellStyle cellStyle(
int col,
int row)
const;
75 virtual bool valid()
const;
78 virtual void internalAreaChanged(
Data::Area* area);
XCastK(wxWindow *control, Toolbox::InputSelector::Area *notifier)
Constructor.
Definition xcast-k.hxx:33
virtual void onStudyClosed() override
Event: the study has been closed.
Definition xcast-k.hxx:120
virtual wxString rowCaption(int rowIndx) const
Get the row caption.
Definition xcast-k.hxx:90
virtual double cellNumericValue(int x, int y) const
Get the value of a cell.
Definition xcast-k.hxx:58
virtual wxString cellValue(int x, int y) const
Get the value of a cell.
Definition xcast-k.hxx:52
virtual int width() const
Get the width of the datagrid.
Definition xcast-k.hxx:96
virtual uint maxWidthResize() const
The most suitable column count.
Definition xcast-k.hxx:108
virtual int height() const
Get the height of the datagrid.
Definition xcast-k.hxx:102
virtual void onStudyLoaded() override
Event: the study has been loaded.
Definition xcast-k.hxx:127
virtual ~XCastK()
Destructor.
Definition xcast-k.hxx:39
virtual wxString columnCaption(int colIndx) const
Get the column caption.
Definition xcast-k.hxx:45
Definition for a single area.
Definition area.h:52
A n-by-n matrix.
Definition jit.h:30