|
KiCad PCB EDA Suite
|
Cell renderer that shows the expanded result of text variables (e.g. More...
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 39 of file fields_data_model.cpp.
|
inline |
Definition at line 42 of file fields_data_model.cpp.
Referenced by Clone().
|
inlineoverride |
Definition at line 73 of file fields_data_model.cpp.
References GRID_CELL_RESOLVED_TEXT_RENDERER().
|
inlineoverride |
Definition at line 47 of file fields_data_model.cpp.
References model.
|
inlineoverride |
Definition at line 63 of file fields_data_model.cpp.
References model.