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 765 of file view.cpp.
References KIGFX::GAL::ChangeGroupColor(), color, gal, KIGFX::RENDER_SETTINGS::GetColor(), KIGFX::VIEW_ITEM_DATA::getGroup(), KIGFX::PAINTER::GetSettings(), group, layer, painter, and KIGFX::VIEW_ITEM::viewPrivData().
GAL* KIGFX::VIEW::UPDATE_COLOR_VISITOR::gal |
Definition at line 779 of file view.cpp.
Referenced by operator()().
int KIGFX::VIEW::UPDATE_COLOR_VISITOR::layer |
Definition at line 777 of file view.cpp.
Referenced by operator()().
PAINTER* KIGFX::VIEW::UPDATE_COLOR_VISITOR::painter |
Definition at line 778 of file view.cpp.
Referenced by operator()().