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

Method displayName

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

Source from the content-addressed store, hash-verified

117 Type nodeType() const {return mType;}
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);

Callers 3

persistMethod · 0.80
dataMethod · 0.80
copyIndexToNewParentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected