KiCad PCB EDA Suite
|
A simple object that can provide fixed bitmaps for use as row indicators. More...
#include <indicator_icon.h>
Public Member Functions | |
virtual | ~ICON_PROVIDER () |
virtual const wxBitmap & | GetIndicatorIcon (ICON_ID aIconId) const =0 |
Get a reference to the row icon in the given mode. | |
A simple object that can provide fixed bitmaps for use as row indicators.
Definition at line 52 of file indicator_icon.h.
|
inlinevirtual |
Definition at line 56 of file indicator_icon.h.
|
pure virtual |
Get a reference to the row icon in the given mode.
aIconId | the id of the icon to get (depends on the provider). |
Implemented in ROW_ICON_PROVIDER.
Referenced by INDICATOR_ICON::INDICATOR_ICON(), and INDICATOR_ICON::SetIndicatorState().