24 #ifndef FP_TEXT_GRID_TABLE_H 25 #define FP_TEXT_GRID_TABLE_H 71 bool CanGetValueAs(
int aRow,
int aCol,
const wxString& aTypeName )
override;
72 bool CanSetValueAs(
int aRow,
int aCol,
const wxString& aTypeName )
override;
73 wxGridCellAttr*
GetAttr(
int row,
int col, wxGridCellAttr::wxAttrKind kind )
override;
75 wxString
GetValue(
int aRow,
int aCol )
override;
79 void SetValue(
int aRow,
int aCol,
const wxString& aValue )
override;
96 #endif // FP_TEXT_GRID_TABLE_H wxGridCellAttr * m_orientationColAttr
void SetValue(int aRow, int aCol, const wxString &aValue) override
Implementation of conversion functions that require both schematic and board internal units.
bool IsEmptyCell(int row, int col) override
int GetNumberRows() override
void SetValueAsLong(int aRow, int aCol, long aValue) override
wxString GetValue(int aRow, int aCol) override
wxGridCellAttr * m_layerColAttr
wxGridCellAttr * m_readOnlyAttr
int GetNumberCols() override
bool GetValueAsBool(int aRow, int aCol) override
wxString GetRowLabelValue(int aRow) override
void onUnitsChanged(wxCommandEvent &aEvent)
wxGridCellAttr * m_boolColAttr
void SetValueAsBool(int aRow, int aCol, bool aValue) override
wxGridCellAttr * GetAttr(int row, int col, wxGridCellAttr::wxAttrKind kind) override
wxString GetColLabelValue(int aCol) override
long GetValueAsLong(int aRow, int aCol) override
FP_TEXT_GRID_TABLE(PCB_BASE_FRAME *aFrame)
bool CanSetValueAs(int aRow, int aCol, const wxString &aTypeName) override
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.
bool CanGetValueAs(int aRow, int aCol, const wxString &aTypeName) override