MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getFullLabel

Method getFullLabel

src/App/DocumentObject.cpp:340–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340std::string DocumentObject::getFullLabel() const
341{
342 if (!getDocument()) {
343 return "?";
344 }
345
346 auto name = getDocument()->Label.getStrValue();
347 name += "#";
348 name += Label.getStrValue();
349 return name;
350}
351
352const char* DocumentObject::getDagKey() const
353{

Callers 12

cmdAppObjectArgsFunction · 0.80
cmdGuiObjectArgsFunction · 0.80
NotifyMethod · 0.80
validateExternalLinksMethod · 0.80
solveMethod · 0.80
onGeometryChangedMethod · 0.80
onConstraintsChangedMethod · 0.80
executeMethod · 0.80
tryUpdateMethod · 0.80
validateNewPlacementsMethod · 0.80
isMbDJointValidMethod · 0.80

Calls 1

getDocumentFunction · 0.50

Tested by

no test coverage detected