Public Member Functions | |
| bool | contains (Pin *node) |
| bool | contains (Wire *con) |
| bool | contains (Element *ele) |
| void | addPin (Pin *node) |
| void | addWire (Wire *con) |
| void | addElement (Element *ele) |
Public Attributes | |
| WireList | wireList |
| PinList | pinList |
| ElementList | elementList |
Definition at line 41 of file circuitdocument.h.
1.5.1