|
KiCad PCB EDA Suite
|
Public Member Functions | |
| UPDATE_COLOR_VISITOR (int aLayer, PAINTER *aPainter, GAL *aGal) | |
| bool | operator() (VIEW_ITEM *aItem) |
Public Attributes | |
| int | layer |
| PAINTER * | painter |
| GAL * | gal |
|
inline |
Definition at line 736 of file view.cpp.
References color, gal, KIGFX::VIEW_ITEM_DATA::getGroup(), group, layer, painter, KIGFX::VIEW::VIEW_ITEM, and KIGFX::VIEW_ITEM::viewPrivData().
| GAL* KIGFX::VIEW::UPDATE_COLOR_VISITOR::gal |
Definition at line 750 of file view.cpp.
Referenced by operator()(), and UPDATE_COLOR_VISITOR().
| int KIGFX::VIEW::UPDATE_COLOR_VISITOR::layer |
Definition at line 748 of file view.cpp.
Referenced by operator()(), and UPDATE_COLOR_VISITOR().
| PAINTER* KIGFX::VIEW::UPDATE_COLOR_VISITOR::painter |
Definition at line 749 of file view.cpp.
Referenced by operator()(), and UPDATE_COLOR_VISITOR().