MCPcopy Create free account
hub / github.com/benkuper/Chataigne / updateCustomModules

Method updateCustomModules

Source/Module/ModuleFactory.cpp:158–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void ModuleFactory::updateCustomModules(bool log)
159{
160 for (HashMap<String, ModuleDefinition*>::Iterator i(customModulesDefMap); i.next();) defs.removeObject(i.getValue());
161 customModulesDefMap.clear();
162 addCustomModules(log);
163 buildPopupMenu();
164}
165
166var ModuleFactory::getCustomModuleInfo(StringRef moduleName)
167{

Callers 4

performMethod · 0.80
finishedMethod · 0.80

Calls 3

nextMethod · 0.80
getValueMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected