| 
    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 47 of file indicator_icon.h.
      
  | 
  inlinevirtual | 
Definition at line 50 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.