Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ moveAllTree
Method
moveAllTree
Gui/NodeGraphUndoRedo.cpp:762–767 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
760
}
761
762
void moveAllTree(const QPointF & delta)
763
{
764
for (std::list<TreeNode>::iterator it = nodes.begin(); it != nodes.end(); ++it) {
765
it->second += delta;
766
}
767
}
768
769
private:
770
Callers
1
NodeGraphUndoRedo.cpp
File · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected