This class may be used to format floating point data in a cell.
Derived from
wxGridCellStringRenderer
wxGridCellRenderer
See also
wxGridCellRenderer, wxGridCellNumberRenderer, wxGridCellStringRenderer, wxGridCellBoolRenderer
Include files
<wx/grid.h>
Members
wxGridCellFloatRenderer::wxGridCellFloatRenderer
wxGridCellFloatRenderer::GetPrecision
wxGridCellFloatRenderer::GetWidth
wxGridCellFloatRenderer::SetParameters
wxGridCellFloatRenderer::SetPrecision
wxGridCellFloatRenderer::SetWidth
wxGridCellFloatRenderer(int width = -1, int precision = -1)
width
int GetPrecision() const
Returns the precision ( see wxGridCellFloatRenderer ).
int GetWidth() const
Returns the width ( see wxGridCellFloatRenderer ).
void SetParameters(const wxString& params)
Parameters string format is "width[,precision]".
void SetPrecision(int precision)
Sets the precision ( see wxGridCellFloatRenderer ).
void SetWidth(int width)
Sets the width ( see wxGridCellFloatRenderer )