Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getMenu
Method
getMenu
Gui/ToolButton.cpp:134–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
QMenu*
135
ToolButton::getMenu() const
136
{
137
assert(_imp->_menu);
138
139
return _imp->_menu;
140
}
141
142
void
143
ToolButton::setMenu(QMenu* menu )
Callers
3
findOrCreateToolButton
Method · 0.80
addToolButton
Method · 0.80
showMenu
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected