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

Method GetParameterSet

src/App/Application.cpp:1514–1519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1512}
1513
1514ParameterManager * Application::GetParameterSet(const char* sName) const
1515{
1516 const auto it = mpcPramManager.find(sName);
1517
1518 return it != mpcPramManager.end() ? it->second : nullptr;
1519}
1520
1521const std::map<std::string,Base::Reference<ParameterManager>> &
1522Application::GetParameterSetList() const

Callers 8

sSaveParameterMethod · 0.80
saveUserParameterMethod · 0.80
appendFileMethod · 0.80
DlgParameterImpMethod · 0.80
onChangeParameterSetMethod · 0.80
restoreDefaultsMethod · 0.80
applyChangesMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected