appendChild(NEDElement *node) | NEDElement | [virtual] |
applyDefaults() | NEDElement | [virtual] |
boolToString(bool b) | NEDElement | [protected, static] |
ConnectionNode() | ConnectionNode | [inline] |
ConnectionNode(NEDElement *parent) | ConnectionNode | [inline] |
enumToString(int b, const char *vals[], int nums[], int n) | NEDElement | [protected, static] |
getArrowDirection() const | ConnectionNode | [inline] |
getAttribute(int k) const | ConnectionNode | [virtual] |
NEDElement::getAttribute(const char *attr) const | NEDElement | [virtual] |
getAttributeDefault(int k) const | ConnectionNode | [virtual] |
NEDElement::getAttributeDefault(const char *attr) const | NEDElement | [virtual] |
getAttributeName(int k) const | ConnectionNode | [virtual] |
getBannerComment() const | ConnectionNode | [inline] |
getCondition() const | ConnectionNode | [inline] |
getDestGate() const | ConnectionNode | [inline] |
getDestGateIndex() const | ConnectionNode | [inline] |
getDestGatePlusplus() const | ConnectionNode | [inline] |
getDestModule() const | ConnectionNode | [inline] |
getDestModuleIndex() const | ConnectionNode | [inline] |
getFirstChild() const | NEDElement | [virtual] |
getFirstChildWithAttribute(int tagcode, const char *attr, const char *attrvalue=NULL) | NEDElement | |
getFirstChildWithTag(int tagcode) const | NEDElement | [virtual] |
getFirstConnAttrChild() const | ConnectionNode | [virtual] |
getFirstDisplayStringChild() const | ConnectionNode | [virtual] |
getFirstExpressionChild() const | ConnectionNode | [virtual] |
getId() const | NEDElement | [virtual] |
getLastChild() const | NEDElement | [virtual] |
getNextConnectionNodeSibling() const | ConnectionNode | [virtual] |
getNextSibling() const | NEDElement | [virtual] |
getNextSiblingWithTag(int tagcode) const | NEDElement | [virtual] |
getNumAttributes() const | ConnectionNode | [virtual] |
getNumChildren() const | NEDElement | [virtual] |
getNumChildrenWithTag(int tagcode) const | NEDElement | [virtual] |
getParent() const | NEDElement | [virtual] |
getParentWithTag(int tagcode) | NEDElement | |
getPrevSibling() const | NEDElement | [virtual] |
getRightComment() const | ConnectionNode | [inline] |
getSourceLocation() const | NEDElement | [virtual] |
getSrcGate() const | ConnectionNode | [inline] |
getSrcGateIndex() const | ConnectionNode | [inline] |
getSrcGatePlusplus() const | ConnectionNode | [inline] |
getSrcModule() const | ConnectionNode | [inline] |
getSrcModuleIndex() const | ConnectionNode | [inline] |
getTagCode() const | ConnectionNode | [inline, virtual] |
getTagName() const | ConnectionNode | [inline, virtual] |
getUserData() const | NEDElement | [virtual] |
insertChildBefore(NEDElement *where, NEDElement *newnode) | NEDElement | [virtual] |
lookupAttribute(const char *attr) const | NEDElement | [virtual] |
NEDElement() | NEDElement | |
NEDElement(NEDElement *parent) | NEDElement | |
removeChild(NEDElement *node) | NEDElement | [virtual] |
setArrowDirection(int val) | ConnectionNode | [inline] |
setAttribute(int k, const char *val) | ConnectionNode | [virtual] |
NEDElement::setAttribute(const char *attr, const char *value) | NEDElement | [virtual] |
setBannerComment(const char *val) | ConnectionNode | [inline] |
setCondition(const char *val) | ConnectionNode | [inline] |
setDestGate(const char *val) | ConnectionNode | [inline] |
setDestGateIndex(const char *val) | ConnectionNode | [inline] |
setDestGatePlusplus(bool val) | ConnectionNode | [inline] |
setDestModule(const char *val) | ConnectionNode | [inline] |
setDestModuleIndex(const char *val) | ConnectionNode | [inline] |
setId(long id) | NEDElement | [virtual] |
setRightComment(const char *val) | ConnectionNode | [inline] |
setSourceLocation(const char *loc) | NEDElement | [virtual] |
setSrcGate(const char *val) | ConnectionNode | [inline] |
setSrcGateIndex(const char *val) | ConnectionNode | [inline] |
setSrcGatePlusplus(bool val) | ConnectionNode | [inline] |
setSrcModule(const char *val) | ConnectionNode | [inline] |
setSrcModuleIndex(const char *val) | ConnectionNode | [inline] |
setUserData(NEDElementUserData *data) | NEDElement | [virtual] |
stringToBool(const char *s) | NEDElement | [protected, static] |
stringToEnum(const char *s, const char *vals[], int nums[], int n) | NEDElement | [protected, static] |
~ConnectionNode() | ConnectionNode | [inline, virtual] |
~NEDElement() | NEDElement | [virtual] |