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

Method pasteCliboard

Gui/NodeGraph40.cpp:165–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void
166NodeGraph::pasteCliboard(const NodeClipBoard& clipboard,
167 std::list<std::pair<std::string, NodeGuiPtr> >* newNodes)
168{
169 QPointF position = _imp->_root->mapFromScene( mapToScene( mapFromGlobal( QCursor::pos() ) ) );
170
171 _imp->pasteNodesInternal(clipboard, position, false, newNodes);
172}
173
174bool
175NodeGraph::pasteNodeClipBoards(const QPointF& pos)

Callers 1

InlineGroupCommandMethod · 0.80

Calls 1

pasteNodesInternalMethod · 0.80

Tested by

no test coverage detected