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 795 of file view.cpp.
References KIGFX::GAL::ChangeGroupDepth(), depth, gal, KIGFX::VIEW_ITEM_DATA::getGroup(), group, layer, and KIGFX::VIEW_ITEM::viewPrivData().
int KIGFX::VIEW::UPDATE_DEPTH_VISITOR::depth |
Definition at line 805 of file view.cpp.
Referenced by operator()().
GAL* KIGFX::VIEW::UPDATE_DEPTH_VISITOR::gal |
Definition at line 806 of file view.cpp.
Referenced by operator()().
int KIGFX::VIEW::UPDATE_DEPTH_VISITOR::layer |
Definition at line 805 of file view.cpp.
Referenced by operator()().