|
KiCad PCB EDA Suite
|
#include <grid_striped_renderer.h>
Public Member Functions | |
| template<typename... Args> | |
| STRIPED_CELL_RENDERER (const wxColour &aStripeOnDarkBackground, const wxColour &aStripeOnLightBackground, Args &&... aArgs) | |
| 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 |
Private Attributes | |
| wxColour | m_stripeOnDarkBackground |
| wxColour | m_stripeOnLightBackground |
Definition at line 35 of file grid_striped_renderer.h.
|
inline |
Definition at line 39 of file grid_striped_renderer.h.
Referenced by STRIPED_CELL_RENDERER< wxGridCellStringRenderer >::Clone().
|
inlineoverride |
Definition at line 58 of file grid_striped_renderer.h.
|
inlineoverride |
Definition at line 47 of file grid_striped_renderer.h.
|
inlineprivate |
Definition at line 64 of file grid_striped_renderer.h.
Referenced by STRIPED_CELL_RENDERER< wxGridCellStringRenderer >::Draw().
|
private |
Definition at line 125 of file grid_striped_renderer.h.
|
private |
Definition at line 126 of file grid_striped_renderer.h.