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