| 118 | QString nodeName() const {return mName;} |
| 119 | QString displayName() const {return mDisplayName;} |
| 120 | void setNodeName(const QString &str) {mName = str; mDisplayName = str;} |
| 121 | void addChild(UBDocumentTreeNode *pChild); |
| 122 | void insertChild(int pIndex, UBDocumentTreeNode *pChild); |
| 123 | void moveChild(UBDocumentTreeNode *child, int index, UBDocumentTreeNode *newParent); |
no outgoing calls
no test coverage detected