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

Method getPropertyList

src/App/DynamicProperty.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void DynamicProperty::getPropertyList(std::vector<Property*>& List) const
99{
100 for (auto& v : impl->props.get<0>()) {
101 List.push_back(v.property);
102 }
103}
104
105void DynamicProperty::getPropertyNamedList(
106 std::vector<std::pair<const char*, Property*>>& List) const

Callers 15

extensionExecuteMethod · 0.45
syncCopyOnChangeMethod · 0.45
setupCopyOnChangeMethod · 0.45
afterRestoreMethod · 0.45
importLinksMethod · 0.45
relinkToOriginMethod · 0.45
initExtensionMethod · 0.45
areLinksValidMethod · 0.45
breakLinksMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected