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

Method createUIForItem

Source/Module/ui/ModuleManagerUI.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25ModuleUI* ModuleManagerUI::createUIForItem(Module* item)
26{
27 return item->getModuleUI();
28}
29
30void ModuleManagerUI::addItemFromMenu(Module* m, bool fromAddButton, Point<int> pos)
31{

Callers

nothing calls this directly

Calls 1

getModuleUIMethod · 0.45

Tested by

no test coverage detected