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

#include <grid_layer_box_helpers.h>

Inheritance diagram for GRID_CELL_LAYER_RENDERER:

Public Member Functions

 GRID_CELL_LAYER_RENDERER (PCB_BASE_FRAME *aFrame)
 
 ~GRID_CELL_LAYER_RENDERER () override
 
void Draw (wxGrid &aGrid, wxGridCellAttr &aAttr, wxDC &aDC, const wxRect &aRect, int aRow, int aCol, bool isSelected) override
 

Private Attributes

PCB_BASE_FRAMEm_frame
 

Detailed Description

Definition at line 37 of file grid_layer_box_helpers.h.

Constructor & Destructor Documentation

◆ GRID_CELL_LAYER_RENDERER()

GRID_CELL_LAYER_RENDERER::GRID_CELL_LAYER_RENDERER ( PCB_BASE_FRAME aFrame)

Definition at line 40 of file grid_layer_box_helpers.cpp.

◆ ~GRID_CELL_LAYER_RENDERER()

GRID_CELL_LAYER_RENDERER::~GRID_CELL_LAYER_RENDERER ( )
override

Definition at line 46 of file grid_layer_box_helpers.cpp.

Member Function Documentation

◆ Draw()

void GRID_CELL_LAYER_RENDERER::Draw ( wxGrid &  aGrid,
wxGridCellAttr &  aAttr,
wxDC &  aDC,
const wxRect &  aRect,
int  aRow,
int  aCol,
bool  isSelected 
)
override

Member Data Documentation

◆ m_frame

PCB_BASE_FRAME* GRID_CELL_LAYER_RENDERER::m_frame
private

Definition at line 47 of file grid_layer_box_helpers.h.

Referenced by Draw().


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