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 57 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 88 of file grid_icon_text_helpers.cpp.

Member Function Documentation

◆ Clone()

wxGridCellRenderer * GRID_CELL_ICON_RENDERER::Clone ( ) const
override

Definition at line 121 of file grid_icon_text_helpers.cpp.

References 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 94 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 114 of file grid_icon_text_helpers.cpp.

References m_icon.

Member Data Documentation

◆ m_icon

const wxBitmap& GRID_CELL_ICON_RENDERER::m_icon
private

Definition at line 68 of file grid_icon_text_helpers.h.

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


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