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

#include <grid_icon_text_helpers.h>

Inheritance diagram for GRID_CELL_ICON_RENDERER:

Public Member Functions

 GRID_CELL_ICON_RENDERER (const wxBitmap &icon)
 
void Draw (wxGrid &aGrid, wxGridCellAttr &aAttr, wxDC &aDC, const wxRect &aRect, int aRow, int aCol, bool isSelected) override
 
wxSize GetBestSize (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, int row, int col) override
 
wxGridCellRenderer * Clone () const override
 

Private Attributes

const wxBitmap & m_icon
 

Detailed Description

Definition at line 74 of file grid_icon_text_helpers.h.

Constructor & Destructor Documentation

◆ GRID_CELL_ICON_RENDERER()

GRID_CELL_ICON_RENDERER::GRID_CELL_ICON_RENDERER ( const wxBitmap & icon)

Definition at line 157 of file grid_icon_text_helpers.cpp.

References m_icon.

Referenced by Clone().

Member Function Documentation

◆ Clone()

wxGridCellRenderer * GRID_CELL_ICON_RENDERER::Clone ( ) const
override

Definition at line 190 of file grid_icon_text_helpers.cpp.

References GRID_CELL_ICON_RENDERER(), and m_icon.

◆ Draw()

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

Definition at line 163 of file grid_icon_text_helpers.cpp.

References m_icon.

◆ GetBestSize()

wxSize GRID_CELL_ICON_RENDERER::GetBestSize ( wxGrid & grid,
wxGridCellAttr & attr,
wxDC & dc,
int row,
int col )
override

Definition at line 183 of file grid_icon_text_helpers.cpp.

References grid, and m_icon.

Member Data Documentation

◆ m_icon

const wxBitmap& GRID_CELL_ICON_RENDERER::m_icon
private

Definition at line 86 of file grid_icon_text_helpers.h.

Referenced by Clone(), Draw(), GetBestSize(), and GRID_CELL_ICON_RENDERER().


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