MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / setNodeName

Method setNodeName

src/document/UBDocumentController.h:120–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 3

copyIndexToNewParentMethod · 0.80
setNewNameMethod · 0.80
fixNodeNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected