KiCad PCB EDA Suite
|
Public Member Functions | |
UPDATE_DEPTH_VISITOR (int aLayer, int aDepth, GAL *aGal) | |
bool | operator() (VIEW_ITEM *aItem) |
Public Attributes | |
int | layer |
int | depth |
GAL * | gal |
|
inline |
|
inline |
Definition at line 815 of file view.cpp.
References depth, gal, KIGFX::VIEW_ITEM_DATA::getGroup(), group, layer, KIGFX::VIEW::VIEW_ITEM, and KIGFX::VIEW_ITEM::viewPrivData().
int KIGFX::VIEW::UPDATE_DEPTH_VISITOR::depth |
Definition at line 825 of file view.cpp.
Referenced by operator()(), and UPDATE_DEPTH_VISITOR().
GAL* KIGFX::VIEW::UPDATE_DEPTH_VISITOR::gal |
Definition at line 826 of file view.cpp.
Referenced by operator()(), and UPDATE_DEPTH_VISITOR().
int KIGFX::VIEW::UPDATE_DEPTH_VISITOR::layer |
Definition at line 825 of file view.cpp.
Referenced by operator()(), and UPDATE_DEPTH_VISITOR().