MCPcopy 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
769private:
770

Callers 1

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected