| 
    KiCad PCB EDA Suite
    
   | 
 
Attribute provider that provides attributes (or modifies the existing attribute) to alternate a row color between the odd and even rows. More...
 Public Member Functions | |
| WX_GRID_ALT_ROW_COLOR_PROVIDER (const wxColor &aBaseColor) | |
| void | UpdateColors (const wxColor &aBaseColor) | 
| wxGridCellAttr * | GetAttr (int row, int col, wxGridCellAttr::wxAttrKind kind) const override | 
Private Attributes | |
| wxGridCellAttrPtr | m_attrEven | 
Attribute provider that provides attributes (or modifies the existing attribute) to alternate a row color between the odd and even rows.
Definition at line 157 of file wx_grid.cpp.
      
  | 
  inline | 
Definition at line 160 of file wx_grid.cpp.
References m_attrEven, and UpdateColors().
      
  | 
  inlineoverride | 
Definition at line 175 of file wx_grid.cpp.
References m_attrEven.
      
  | 
  inline | 
Definition at line 167 of file wx_grid.cpp.
References KIPLATFORM::UI::IsDarkTheme(), and m_attrEven.
Referenced by WX_GRID_ALT_ROW_COLOR_PROVIDER().
      
  | 
  private | 
Definition at line 201 of file wx_grid.cpp.
Referenced by GetAttr(), UpdateColors(), and WX_GRID_ALT_ROW_COLOR_PROVIDER().