24#ifndef FP_TEXT_GRID_TABLE_H
25#define FP_TEXT_GRID_TABLE_H
70 bool CanGetValueAs(
int aRow,
int aCol,
const wxString& aTypeName )
override;
71 bool CanSetValueAs(
int aRow,
int aCol,
const wxString& aTypeName )
override;
72 wxGridCellAttr*
GetAttr(
int row,
int col, wxGridCellAttr::wxAttrKind kind )
override;
74 wxString
GetValue(
int aRow,
int aCol )
override;
78 void SetValue(
int aRow,
int aCol,
const wxString& aValue )
override;
93 std::unique_ptr<NUMERIC_EVALUATOR>
m_eval;
wxGridCellAttr * GetAttr(int row, int col, wxGridCellAttr::wxAttrKind kind) override
void SetValueAsLong(int aRow, int aCol, long aValue) override
wxGridCellAttr * m_boolColAttr
void SetValue(int aRow, int aCol, const wxString &aValue) override
wxString GetValue(int aRow, int aCol) override
wxString GetColLabelValue(int aCol) override
int GetNumberRows() override
void onUnitsChanged(wxCommandEvent &aEvent)
wxGridCellAttr * m_readOnlyAttr
bool GetValueAsBool(int aRow, int aCol) override
long GetValueAsLong(int aRow, int aCol) override
void SetValueAsBool(int aRow, int aCol, bool aValue) override
wxGridCellAttr * m_orientationColAttr
wxGridCellAttr * m_layerColAttr
int GetNumberCols() override
bool CanSetValueAs(int aRow, int aCol, const wxString &aTypeName) override
wxString GetRowLabelValue(int aRow) override
bool CanGetValueAs(int aRow, int aCol, const wxString &aTypeName) override
std::map< std::pair< int, int >, wxString > m_evalOriginal
bool IsEmptyCell(int row, int col) override
std::unique_ptr< NUMERIC_EVALUATOR > m_eval
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.