MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / findOrCreateToolButtonRecursive

Method findOrCreateToolButtonRecursive

Gui/GuiAppInstance.cpp:263–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void
264GuiAppInstancePrivate::findOrCreateToolButtonRecursive(const PluginGroupNodePtr& n)
265{
266 _gui->findOrCreateToolButton(n);
267 const std::list<PluginGroupNodePtr>& children = n->getChildren();
268 for (std::list<PluginGroupNodePtr>::const_iterator it = children.begin(); it != children.end(); ++it) {
269 findOrCreateToolButtonRecursive(*it);
270 }
271}
272
273void
274GuiAppInstance::loadInternal(const CLArgs& cl,

Callers 1

loadInternalMethod · 0.80

Calls 4

getChildrenMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected