KiCad PCB EDA Suite
Loading...
Searching...
No Matches
BitmapGridCellRenderer Class Reference
Inheritance diagram for BitmapGridCellRenderer:

Public Member Functions

 BitmapGridCellRenderer (const char **aBitmapXPM)
 
void Draw (wxGrid &aGrid, wxGridCellAttr &aAttr, wxDC &aDc, const wxRect &aRect, int aRow, int aCol, bool aIsSelected) override
 

Private Attributes

const char ** m_BitmapXPM
 

Detailed Description

Definition at line 162 of file design_inspector.cpp.

Constructor & Destructor Documentation

◆ BitmapGridCellRenderer()

BitmapGridCellRenderer::BitmapGridCellRenderer ( const char **  aBitmapXPM)
inline

Definition at line 166 of file design_inspector.cpp.

References m_BitmapXPM.

Member Function Documentation

◆ Draw()

void BitmapGridCellRenderer::Draw ( wxGrid &  aGrid,
wxGridCellAttr &  aAttr,
wxDC &  aDc,
const wxRect &  aRect,
int  aRow,
int  aCol,
bool  aIsSelected 
)
override

Definition at line 358 of file design_inspector.cpp.

References m_BitmapXPM.

Member Data Documentation

◆ m_BitmapXPM

const char** BitmapGridCellRenderer::m_BitmapXPM
private

Definition at line 164 of file design_inspector.cpp.

Referenced by BitmapGridCellRenderer(), and Draw().


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