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