appendChild(NEDElement *node) | NEDElement | [virtual] |
applyDefaults() | NEDElement | [virtual] |
boolToString(bool b) | NEDElement | [protected, static] |
enumToString(int b, const char *vals[], int nums[], int n) | NEDElement | [protected, static] |
FieldNode() | FieldNode | [inline] |
FieldNode(NEDElement *parent) | FieldNode | [inline] |
getAttribute(int k) const | FieldNode | [virtual] |
NEDElement::getAttribute(const char *attr) const | NEDElement | [virtual] |
getAttributeDefault(int k) const | FieldNode | [virtual] |
NEDElement::getAttributeDefault(const char *attr) const | NEDElement | [virtual] |
getAttributeName(int k) const | FieldNode | [virtual] |
getBannerComment() const | FieldNode | [inline] |
getDataType() const | FieldNode | [inline] |
getDefaultValue() const | FieldNode | [inline] |
getEnumName() const | FieldNode | [inline] |
getFirstChild() const | NEDElement | [virtual] |
getFirstChildWithAttribute(int tagcode, const char *attr, const char *attrvalue=NULL) | NEDElement | |
getFirstChildWithTag(int tagcode) const | NEDElement | [virtual] |
getId() const | NEDElement | [virtual] |
getIsAbstract() const | FieldNode | [inline] |
getIsReadonly() const | FieldNode | [inline] |
getIsVector() const | FieldNode | [inline] |
getLastChild() const | NEDElement | [virtual] |
getName() const | FieldNode | [inline] |
getNextFieldNodeSibling() const | FieldNode | [virtual] |
getNextSibling() const | NEDElement | [virtual] |
getNextSiblingWithTag(int tagcode) const | NEDElement | [virtual] |
getNumAttributes() const | FieldNode | [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 | FieldNode | [inline] |
getSourceLocation() const | NEDElement | [virtual] |
getTagCode() const | FieldNode | [inline, virtual] |
getTagName() const | FieldNode | [inline, virtual] |
getUserData() const | NEDElement | [virtual] |
getVectorSize() const | FieldNode | [inline] |
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] |
setAttribute(int k, const char *val) | FieldNode | [virtual] |
NEDElement::setAttribute(const char *attr, const char *value) | NEDElement | [virtual] |
setBannerComment(const char *val) | FieldNode | [inline] |
setDataType(const char *val) | FieldNode | [inline] |
setDefaultValue(const char *val) | FieldNode | [inline] |
setEnumName(const char *val) | FieldNode | [inline] |
setId(long id) | NEDElement | [virtual] |
setIsAbstract(bool val) | FieldNode | [inline] |
setIsReadonly(bool val) | FieldNode | [inline] |
setIsVector(bool val) | FieldNode | [inline] |
setName(const char *val) | FieldNode | [inline] |
setRightComment(const char *val) | FieldNode | [inline] |
setSourceLocation(const char *loc) | NEDElement | [virtual] |
setUserData(NEDElementUserData *data) | NEDElement | [virtual] |
setVectorSize(const char *val) | FieldNode | [inline] |
stringToBool(const char *s) | NEDElement | [protected, static] |
stringToEnum(const char *s, const char *vals[], int nums[], int n) | NEDElement | [protected, static] |
~FieldNode() | FieldNode | [inline, virtual] |
~NEDElement() | NEDElement | [virtual] |