MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / addSubMenu

Method addSubMenu

Source/Lua/JuceClasses/LComponents.cpp:1546–1554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1544}
1545
1546void LPopupMenu::addSubMenu (const String& subMenuName,
1547 const LPopupMenu& subMenu,
1548 bool isEnabled,
1549 const Image& iconToUse,
1550 bool isTicked,
1551 int itemResultID)
1552{
1553 PopupMenu::addSubMenu (subMenuName, subMenu, isEnabled, iconToUse, isTicked, itemResultID);
1554}
1555
1556int LPopupMenu::showAt(Component *componentToAttachTo, int standardItemHeight)
1557{

Callers 9

mouseDownMethod · 0.45
snipsItemClickedMethod · 0.45
getMenuForIndexMethod · 0.45
getComponentMenuMethod · 0.45
showPopupMenuMethod · 0.45
getMenuForIndexMethod · 0.45
getMenuForIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected