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

Method setNodeGuiPointer

Engine/Node.cpp:6412–6418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6410}
6411
6412void
6413Node::setNodeGuiPointer(const NodeGuiIPtr& gui)
6414{
6415 assert( !_imp->guiPointer.lock() );
6416 assert( QThread::currentThread() == qApp->thread() );
6417 _imp->guiPointer = gui;
6418}
6419
6420NodeGuiIPtr
6421Node::getNodeGui() const

Callers 1

initializeMethod · 0.80

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected