Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benkuper/Chataigne
/ addItemFromMenu
Method
addItemFromMenu
Source/Module/ui/ModuleManagerUI.cpp:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void ModuleManagerUI::addItemFromMenu(Module* m, bool fromAddButton, Point<int> pos)
31
{
32
BaseManagerShapeShifterUI::addItemFromMenu(m, fromAddButton, pos);
33
m->setupFromManualCreation();
34
}
Callers
1
showMenuAndAddItem
Method · 0.45
Calls
1
setupFromManualCreation
Method · 0.45
Tested by
no test coverage detected