KiCad PCB EDA Suite
|
Public Attributes | |
struct PcbQueue * | Next |
int | Row |
int | Col |
int | Side |
int | Dist |
int | ApxDist |
int PcbQueue::ApxDist |
Definition at line 50 of file queue.cpp.
Referenced by GetQueue(), and SetQueue().
int PcbQueue::Col |
Definition at line 47 of file queue.cpp.
Referenced by GetQueue(), and SetQueue().
int PcbQueue::Dist |
Definition at line 49 of file queue.cpp.
Referenced by GetQueue(), and SetQueue().
struct PcbQueue* PcbQueue::Next |
Definition at line 45 of file queue.cpp.
Referenced by FreeQueue(), GetQueue(), InitQueue(), ReSetQueue(), and SetQueue().
int PcbQueue::Row |
Definition at line 46 of file queue.cpp.
Referenced by GetQueue(), and SetQueue().
int PcbQueue::Side |
Definition at line 48 of file queue.cpp.
Referenced by GetQueue(), and SetQueue().