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

Method removePositionHostOverlay

Engine/NodeOverlay.cpp:283–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void
284Node::removePositionHostOverlay(KnobI* knob)
285{
286 NodeGuiIPtr nodeGui = getNodeGui();
287
288 if (nodeGui) {
289 nodeGui->removePositionHostOverlay(knob);
290 }
291}
292
293
294void

Callers 2

deleteKnobMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected