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

Method preferencePacks

src/Gui/PreferencePackManager.cpp:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367std::map<std::string, PreferencePack> Gui::PreferencePackManager::preferencePacks() const
368{
369 return _preferencePacks;
370}
371
372bool PreferencePackManager::apply(const std::string& preferencePackName) const
373{

Callers 3

saveThemesMethod · 0.80
loadThemesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected