KiCad PCB EDA Suite
|
Segments representing wires for intersection checking. More...
Public Member Functions | |
const SEG * | LabelAttached (const SCH_TEXT *aLabel) const |
< Test if a particular label is attached to any of the stored segments | |
Public Attributes | |
std::vector< SCH_TEXT * > | labels |
std::vector< SEG > | segs |
Segments representing wires for intersection checking.
Definition at line 279 of file sch_io_eagle.h.
< Test if a particular label is attached to any of the stored segments
Definition at line 3279 of file sch_io_eagle.cpp.
References SCH_TEXT::GetPosition().
std::vector<SCH_TEXT*> SCH_IO_EAGLE::SEG_DESC::labels |
Definition at line 284 of file sch_io_eagle.h.
Referenced by SCH_IO_EAGLE::loadSegments().
std::vector<SEG> SCH_IO_EAGLE::SEG_DESC::segs |
Definition at line 285 of file sch_io_eagle.h.
Referenced by SCH_IO_EAGLE::loadSegments().