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

Method initializeHostOverlays

Engine/NodeOverlay.cpp:412–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410
411
412void
413Node::initializeHostOverlays()
414{
415 NodeGuiIPtr nodeGui = getNodeGui();
416
417 if (!nodeGui) {
418 return;
419 }
420 for (std::list<HostOverlayKnobsPtr> ::iterator it = _imp->nativeOverlays.begin(); it != _imp->nativeOverlays.end(); ++it) {
421 nodeGui->addDefaultInteract(*it);
422 }
423 _imp->nativeOverlays.clear();
424}
425
426
427bool

Callers 1

initializeMethod · 0.80

Calls 4

addDefaultInteractMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected