KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KIGFX::VIEW::UPDATE_DEPTH_VISITOR Struct Reference

Public Member Functions

 UPDATE_DEPTH_VISITOR (int aLayer, int aDepth, GAL *aGal)
 
bool operator() (VIEW_ITEM *aItem)
 

Public Attributes

int layer
 
int depth
 
GALgal
 

Detailed Description

Definition at line 806 of file view.cpp.

Constructor & Destructor Documentation

◆ UPDATE_DEPTH_VISITOR()

KIGFX::VIEW::UPDATE_DEPTH_VISITOR::UPDATE_DEPTH_VISITOR ( int aLayer,
int aDepth,
GAL * aGal )
inline

Definition at line 808 of file view.cpp.

References depth, gal, and layer.

Member Function Documentation

◆ operator()()

bool KIGFX::VIEW::UPDATE_DEPTH_VISITOR::operator() ( VIEW_ITEM * aItem)
inline

Member Data Documentation

◆ depth

int KIGFX::VIEW::UPDATE_DEPTH_VISITOR::depth

Definition at line 825 of file view.cpp.

Referenced by operator()(), and UPDATE_DEPTH_VISITOR().

◆ gal

GAL* KIGFX::VIEW::UPDATE_DEPTH_VISITOR::gal

Definition at line 826 of file view.cpp.

Referenced by operator()(), and UPDATE_DEPTH_VISITOR().

◆ layer

int KIGFX::VIEW::UPDATE_DEPTH_VISITOR::layer

Definition at line 825 of file view.cpp.

Referenced by operator()(), and UPDATE_DEPTH_VISITOR().


The documentation for this struct was generated from the following file: