KiCad PCB EDA Suite
|
Public Member Functions | |
RECACHE_ITEM_VISITOR (VIEW *aView, GAL *aGal, int aLayer) | |
bool | operator() (VIEW_ITEM *aItem) |
Public Attributes | |
VIEW * | view |
GAL * | gal |
int | layer |
|
inline |
Definition at line 1118 of file view.cpp.
References gal, KIGFX::VIEW_ITEM_DATA::getGroup(), group, layer, KIGFX::VIEW_ITEM_DATA::setGroup(), view, KIGFX::VIEW::VIEW_ITEM, and KIGFX::VIEW_ITEM::viewPrivData().
GAL* KIGFX::VIEW::RECACHE_ITEM_VISITOR::gal |
Definition at line 1138 of file view.cpp.
Referenced by operator()(), and RECACHE_ITEM_VISITOR().
int KIGFX::VIEW::RECACHE_ITEM_VISITOR::layer |
Definition at line 1139 of file view.cpp.
Referenced by operator()(), and RECACHE_ITEM_VISITOR().
VIEW* KIGFX::VIEW::RECACHE_ITEM_VISITOR::view |
Definition at line 1137 of file view.cpp.
Referenced by operator()(), and RECACHE_ITEM_VISITOR().