ElementList Class Reference
A element of a list of drawing-elements. More...
See also: List of Classes
Member
Detailed Description
This class is a list-element for the drawing-elements
Member Function Documentation
elementList* elementList::nextElement
A Pointer to the next drawing-element of the cell is returned.
Example: (loop over all shapes of the cell)
element* elementList::thisElement
A pointer to a drawing-element.
Obsolete Members
elementList* firstOnLayer(int layer)
A pointer to the first element with a shape on layer is returned. NULL is returned, if no more layer is on the given layer.
elementList* nextOnLayer(int layer)
A pointer to the next element with a shape on layer is returned. NULL is returned, if no more element is on the given layer.
Example: (loop over all shapes on layer 5)