KiCad PCB EDA Suite
Loading...
Searching...
No Matches
GRID_CELL_CHECKBOX_RENDERER Class Reference

#include <grid_checkbox.h>

Inheritance diagram for GRID_CELL_CHECKBOX_RENDERER:

Public Member Functions

 GRID_CELL_CHECKBOX_RENDERER ()
 
 GRID_CELL_CHECKBOX_RENDERER (const GRID_CELL_CHECKBOX_RENDERER &aOther)
 
void Draw (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) override
 

Detailed Description

Definition at line 34 of file grid_checkbox.h.

Constructor & Destructor Documentation

◆ GRID_CELL_CHECKBOX_RENDERER() [1/2]

GRID_CELL_CHECKBOX_RENDERER::GRID_CELL_CHECKBOX_RENDERER ( )
inline

Definition at line 37 of file grid_checkbox.h.

Referenced by GRID_CELL_CHECKBOX_RENDERER().

◆ GRID_CELL_CHECKBOX_RENDERER() [2/2]

GRID_CELL_CHECKBOX_RENDERER::GRID_CELL_CHECKBOX_RENDERER ( const GRID_CELL_CHECKBOX_RENDERER & aOther)
inline

Definition at line 42 of file grid_checkbox.h.

References GRID_CELL_CHECKBOX_RENDERER().

Member Function Documentation

◆ Draw()

void GRID_CELL_CHECKBOX_RENDERER::Draw ( wxGrid & grid,
wxGridCellAttr & attr,
wxDC & dc,
const wxRect & rect,
int row,
int col,
bool isSelected )
override

Definition at line 95 of file grid_checkbox.cpp.

References grid, INDETERMINATE_STATE, and wxGetContentRect().


The documentation for this class was generated from the following files: