21#ifndef __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_AREA_MISC_H__
22#define __ANTARES_TOOLBOX_COMPONENT_DATAGRID_RENDERER_AREA_MISC_H__
66 virtual wxString
cellValue(
int x,
int y)
const;
70 virtual bool cellValue(
int x,
int y,
const Yuni::String& value)
75 virtual void resetColors(
int,
int, wxColour&, wxColour&)
const
79 virtual IRenderer::CellStyle cellStyle(
int col,
int row)
const;
88 virtual bool valid()
const
virtual wxString cellValue(int x, int y) const override
Get the value of a cell.
Definition matrix.hxx:96
virtual wxString rowCaption(int rowIndx) const override
Get the row caption.
Definition matrix.hxx:47
virtual int width() const override
Get the width of the datagrid.
Definition matrix.hxx:63
virtual int height() const override
Get the height of the datagrid.
Definition matrix.hxx:69
virtual wxColour horizontalBorderColor(int x, int y) const
Get the color of the horizontal bottom border.
Definition misc.cpp:115
Misc(wxWindow *control, Toolbox::InputSelector::Area *notifier)
Constructor.
Definition misc.cpp:36
virtual double cellNumericValue(int x, int y) const
Get the value of a cell.
Definition misc.cpp:87
virtual Date::Precision precision()
Time Precision.
Definition misc.h:93
virtual bool cellValue(int x, int y, const Yuni::String &value)
Set the value of a cell.
Definition misc.h:70
virtual int width() const
Get the width of the datagrid.
Definition misc.h:50
virtual void onStudyLoaded() override
Event: the study has been loaded.
Definition misc.cpp:144
virtual wxString cellValue(int x, int y) const
Get the value of a cell.
Definition misc.cpp:72
virtual ~Misc()
Destructor.
Definition misc.cpp:41
virtual uint maxWidthResize() const
The most suitable column count.
Definition misc.h:84
virtual wxString columnCaption(int colIndx) const
Get the column caption.
Definition misc.cpp:46
virtual wxString rowCaption(int rowIndx) const
Get the row caption.
Definition misc.h:61
virtual void onStudyClosed() override
Event: the study has been closed.
Definition misc.cpp:138
virtual wxColour verticalBorderColor(int x, int y) const
Get the color of the vertical right border.
Definition misc.cpp:132
virtual int height() const
Get the height of the datagrid.
Definition misc.h:54
Definition for a single area.
Definition area.h:52
A n-by-n matrix.
Definition jit.h:30