MCPcopy 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
134QMenu*
135ToolButton::getMenu() const
136{
137 assert(_imp->_menu);
138
139 return _imp->_menu;
140}
141
142void
143ToolButton::setMenu(QMenu* menu )

Callers 3

addToolButtonMethod · 0.80
showMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected