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

Method getEnumVector

src/App/PropertyStandard.cpp:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367std::vector<std::string> PropertyEnumeration::getEnumVector() const
368{
369 return _enum.getEnumVector();
370}
371
372void PropertyEnumeration::setEnumVector(const std::vector<std::string>& values)
373{

Callers 1

getPyPathValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected