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

Method getName

src/App/PropertyContainer.cpp:539–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539const char* PropertyData::getName(OffsetBase offsetBase,const Property* prop) const
540{
541 const PropertyData::PropertySpec* Spec = findProperty(offsetBase,prop);
542
543 if(Spec)
544 return Spec->Name;
545 else
546 return nullptr;
547}
548
549short PropertyData::getType(OffsetBase offsetBase,const Property* prop) const
550{

Callers 4

getPropertyNameMethod · 0.45
SaveMethod · 0.45
RestoreMethod · 0.45
getPropertyNamedListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected