| 
    KiCad PCB EDA Suite
    
   | 
 
#include <wx_grid.h>
  
Public Member Functions | |
| ~WX_GRID_TABLE_BASE () override | |
| void | SetColAttr (wxGridCellAttr *aAttr, int aCol) override | 
| wxGridCellAttr * | GetAttr (int aRow, int aCol, wxGridCellAttr::wxAttrKind aKind) override | 
| virtual bool | IsExpanderColumn (int aCol) const | 
| virtual GROUP_TYPE | GetGroupType (int aRow) const | 
Protected Member Functions | |
| wxGridCellAttr * | enhanceAttr (wxGridCellAttr *aInputAttr, int aRow, int aCol, wxGridCellAttr::wxAttrKind aKind) | 
Protected Attributes | |
| std::map< int, wxGridCellAttr * > | m_colAttrs | 
      
  | 
  inlineoverride | 
Definition at line 55 of file wx_grid.h.
References m_colAttrs.
      
  | 
  protected | 
Definition at line 46 of file wx_grid.cpp.
Referenced by FIELDS_EDITOR_GRID_DATA_MODEL::GetAttr(), FIELDS_GRID_TABLE::GetAttr(), LAYERS_GRID_TABLE::GetAttr(), PCB_FIELDS_GRID_TABLE::GetAttr(), SCH_PIN_TABLE_DATA_MODEL::GetAttr(), and GetAttr().
      
  | 
  inlineoverride | 
Definition at line 67 of file wx_grid.h.
References enhanceAttr(), and m_colAttrs.
Referenced by FIELDS_EDITOR_GRID_DATA_MODEL::GetAttr().
      
  | 
  inlinevirtual | 
Reimplemented in FIELDS_EDITOR_GRID_DATA_MODEL, and LIB_FIELDS_EDITOR_GRID_DATA_MODEL.
Definition at line 79 of file wx_grid.h.
References GROUP_SINGLETON.
      
  | 
  inlinevirtual | 
Reimplemented in FIELDS_EDITOR_GRID_DATA_MODEL, and LIB_FIELDS_EDITOR_GRID_DATA_MODEL.
      
  | 
  inlineoverride | 
Definition at line 61 of file wx_grid.h.
References m_colAttrs.
      
  | 
  protected | 
Definition at line 86 of file wx_grid.h.
Referenced by LIB_FIELDS_EDITOR_GRID_DATA_MODEL::GetAttr(), GetAttr(), SetColAttr(), and ~WX_GRID_TABLE_BASE().