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

Enhanced renderer to work around some limitations in wxWidgets 3.0 capabilities. More...

#include <pg_cell_renderer.h>

Inheritance diagram for PG_CELL_RENDERER:

Public Member Functions

 PG_CELL_RENDERER ()
 
virtual ~PG_CELL_RENDERER ()=default
 
bool Render (wxDC &aDC, const wxRect &aRect, const wxPropertyGrid *aGrid, wxPGProperty *aProperty, int aColumn, int aItem, int aFlags) const override
 

Detailed Description

Enhanced renderer to work around some limitations in wxWidgets 3.0 capabilities.

Definition at line 26 of file pg_cell_renderer.h.

Constructor & Destructor Documentation

◆ PG_CELL_RENDERER()

PG_CELL_RENDERER::PG_CELL_RENDERER ( )

Definition at line 27 of file pg_cell_renderer.cpp.

◆ ~PG_CELL_RENDERER()

virtual PG_CELL_RENDERER::~PG_CELL_RENDERER ( )
virtualdefault

Member Function Documentation

◆ Render()

bool PG_CELL_RENDERER::Render ( wxDC & aDC,
const wxRect & aRect,
const wxPropertyGrid * aGrid,
wxPGProperty * aProperty,
int aColumn,
int aItem,
int aFlags ) const
override

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