| 
    KiCad PCB EDA Suite
    
   | 
 
A text renderer that can unescape text for display This is useful where it's desired to keep the underlying storage escaped. More...
#include <grid_text_helpers.h>
 Public Member Functions | |
| GRID_CELL_ESCAPED_TEXT_RENDERER () | |
| void | Draw (wxGrid &aGrid, wxGridCellAttr &aAttr, wxDC &aDC, const wxRect &aRect, int aRow, int aCol, bool isSelected) override | 
| wxSize | GetBestSize (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, int row, int col) override | 
A text renderer that can unescape text for display This is useful where it's desired to keep the underlying storage escaped.
Definition at line 72 of file grid_text_helpers.h.
| GRID_CELL_ESCAPED_TEXT_RENDERER::GRID_CELL_ESCAPED_TEXT_RENDERER | ( | ) | 
Definition at line 166 of file grid_text_helpers.cpp.
      
  | 
  override | 
Definition at line 170 of file grid_text_helpers.cpp.
References UnescapeString().
      
  | 
  override | 
Definition at line 186 of file grid_text_helpers.cpp.
References UnescapeString().