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] |
getAttribute(int k) const | ParamRefNode | [virtual] |
NEDElement::getAttribute(const char *attr) const | NEDElement | [virtual] |
getAttributeDefault(int k) const | ParamRefNode | [virtual] |
NEDElement::getAttributeDefault(const char *attr) const | NEDElement | [virtual] |
getAttributeName(int k) const | ParamRefNode | [virtual] |
getFirstChild() const | NEDElement | [virtual] |
getFirstChildWithAttribute(int tagcode, const char *attr, const char *attrvalue=NULL) | NEDElement | |
getFirstChildWithTag(int tagcode) const | NEDElement | [virtual] |
getFirstExpressionChild() const | ParamRefNode | [virtual] |
getId() const | NEDElement | [virtual] |
getIsAncestor() const | ParamRefNode | [inline] |
getIsRef() const | ParamRefNode | [inline] |
getLastChild() const | NEDElement | [virtual] |
getModule() const | ParamRefNode | [inline] |
getModuleIndex() const | ParamRefNode | [inline] |
getNextParamRefNodeSibling() const | ParamRefNode | [virtual] |
getNextSibling() const | NEDElement | [virtual] |
getNextSiblingWithTag(int tagcode) const | NEDElement | [virtual] |
getNumAttributes() const | ParamRefNode | [virtual] |
getNumChildren() const | NEDElement | [virtual] |
getNumChildrenWithTag(int tagcode) const | NEDElement | [virtual] |
getParamIndex() const | ParamRefNode | [inline] |
getParamName() const | ParamRefNode | [inline] |
getParent() const | NEDElement | [virtual] |
getParentWithTag(int tagcode) | NEDElement | |
getPrevSibling() const | NEDElement | [virtual] |
getSourceLocation() const | NEDElement | [virtual] |
getTagCode() const | ParamRefNode | [inline, virtual] |
getTagName() const | ParamRefNode | [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 | |
ParamRefNode() | ParamRefNode | [inline] |
ParamRefNode(NEDElement *parent) | ParamRefNode | [inline] |
removeChild(NEDElement *node) | NEDElement | [virtual] |
setAttribute(int k, const char *val) | ParamRefNode | [virtual] |
NEDElement::setAttribute(const char *attr, const char *value) | NEDElement | [virtual] |
setId(long id) | NEDElement | [virtual] |
setIsAncestor(bool val) | ParamRefNode | [inline] |
setIsRef(bool val) | ParamRefNode | [inline] |
setModule(const char *val) | ParamRefNode | [inline] |
setModuleIndex(const char *val) | ParamRefNode | [inline] |
setParamIndex(const char *val) | ParamRefNode | [inline] |
setParamName(const char *val) | ParamRefNode | [inline] |
setSourceLocation(const char *loc) | NEDElement | [virtual] |
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] |
~NEDElement() | NEDElement | [virtual] |
~ParamRefNode() | ParamRefNode | [inline, virtual] |