KiCad PCB EDA Suite
|
#include <grid_icon_text_helpers.h>
Public Member Functions | |
GRID_CELL_STATUS_ICON_RENDERER (int aStatus) | |
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 | |
int | m_status |
wxBitmap | m_bitmap |
Definition at line 93 of file grid_icon_text_helpers.h.
GRID_CELL_STATUS_ICON_RENDERER::GRID_CELL_STATUS_ICON_RENDERER | ( | int | aStatus | ) |
Definition at line 200 of file grid_icon_text_helpers.cpp.
References m_bitmap, and m_status.
Referenced by Clone().
|
override |
Definition at line 245 of file grid_icon_text_helpers.cpp.
References GRID_CELL_STATUS_ICON_RENDERER(), and m_status.
|
override |
Definition at line 217 of file grid_icon_text_helpers.cpp.
|
override |
Definition at line 238 of file grid_icon_text_helpers.cpp.
|
private |
Definition at line 106 of file grid_icon_text_helpers.h.
Referenced by Draw(), GetBestSize(), and GRID_CELL_STATUS_ICON_RENDERER().
|
private |
Definition at line 105 of file grid_icon_text_helpers.h.
Referenced by Clone(), Draw(), and GRID_CELL_STATUS_ICON_RENDERER().