KiCad PCB EDA Suite
|
#include <grid_icon_text_helpers.h>
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 |
Definition at line 57 of file grid_icon_text_helpers.h.
GRID_CELL_ICON_RENDERER::GRID_CELL_ICON_RENDERER | ( | const wxBitmap & | icon | ) |
Definition at line 111 of file grid_icon_text_helpers.cpp.
|
override |
Definition at line 144 of file grid_icon_text_helpers.cpp.
References m_icon.
|
override |
Definition at line 117 of file grid_icon_text_helpers.cpp.
References m_icon.
|
override |
Definition at line 137 of file grid_icon_text_helpers.cpp.
References m_icon.
|
private |
Definition at line 68 of file grid_icon_text_helpers.h.
Referenced by Clone(), Draw(), and GetBestSize().