|
KiCad PCB EDA Suite
|
Cell renderer that shows the expanded result of text variables (e.g. More...
#include <fields_table_data_model.h>
Public Member Functions | |
| GRID_CELL_RESOLVED_TEXT_RENDERER () | |
| void | Draw (wxGrid &aGrid, wxGridCellAttr &aAttr, wxDC &aDC, const wxRect &aRect, int aRow, int aCol, bool isSelected) override |
| wxSize | GetBestSize (wxGrid &aGrid, wxGridCellAttr &aAttr, wxDC &aDC, int aRow, int aCol) override |
| wxGridCellRenderer * | Clone () const override |
Cell renderer that shows the expanded result of text variables (e.g.
"${VALUE}" is displayed as "10K"). The actual cell still stores the raw variable so it can be edited directly.
Definition at line 337 of file fields_table_data_model.h.
| GRID_CELL_RESOLVED_TEXT_RENDERER::GRID_CELL_RESOLVED_TEXT_RENDERER | ( | ) |
Definition at line 35 of file fields_table_data_model.cpp.
Referenced by Clone().
|
override |
Definition at line 70 of file fields_table_data_model.cpp.
References GRID_CELL_RESOLVED_TEXT_RENDERER().
|
override |
Definition at line 41 of file fields_table_data_model.cpp.
References model.
|
override |
Definition at line 58 of file fields_table_data_model.cpp.
References model.