KiCad PCB EDA Suite
|
#include <grid_striped_renderer.h>
Public Member Functions | |
STRIPED_CELL_RENDERER () | |
template<typename... Args> | |
STRIPED_CELL_RENDERER (Args &&... args) | |
void | Draw (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) override |
wxGridCellRenderer * | Clone () const override |
Private Member Functions | |
void | drawStripedBackground (wxDC &dc, wxGridCellAttr &attr, const wxRect &rect, bool isSelected) const |
Definition at line 30 of file grid_striped_renderer.h.
|
inline |
Definition at line 33 of file grid_striped_renderer.h.
Referenced by STRIPED_CELL_RENDERER< wxGridCellStringRenderer >::Clone().
|
inlineexplicit |
Definition at line 37 of file grid_striped_renderer.h.
|
inlineoverride |
Definition at line 50 of file grid_striped_renderer.h.
|
inlineoverride |
Definition at line 39 of file grid_striped_renderer.h.
|
inlineprivate |
Definition at line 56 of file grid_striped_renderer.h.
Referenced by STRIPED_CELL_RENDERER< wxGridCellStringRenderer >::Draw().