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

Method getEnumVector

src/App/Enumeration.cpp:240–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240std::vector<std::string> Enumeration::getEnumVector() const
241{
242 std::vector<std::string> list;
243 for (const auto& it : enumArray) {
244 list.emplace_back(it->data());
245 }
246 return list;
247}
248
249bool Enumeration::hasEnums() const
250{

Callers 15

executeMethod · 0.45
setDisplayModesMethod · 0.45
getEnumMethod · 0.45
getCommonModesMethod · 0.45
onRotModeXChangedMethod · 0.45
onRotModeYChangedMethod · 0.45
onRotModeZChangedMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by 1

executeMethod · 0.36