Class Reference sElementList
A element of a list of schematic-elements. More...
Member
Detailed Description
graph LR
ce(sheet)--firstElement-->el(sElementList)
el==thisElement==>e(sElement)
el==nextElement==>el
click ce "/layoutscript/api/sheet"
click el "/layoutscript/api/selementlist"
click e "/layoutscript/api/selement"
classDef thisClas fill:#eaf5fc,stroke:#3c7faa,stroke-width:4px;
classDef clas fill:#eaf5fc,stroke:#3c7faa,stroke-width:1px;
class el thisClas
class ce,la,dr,e clas
This class is a list-element for the schematic-elements
Member Function Documentation
sElementList* sElementList::nextElement
A pointer to the next schematic-element of the cell.
sElement* sElementList::thisElement
A pointer to a schematic-element.