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

Method undo

Gui/NodeGraphUndoRedo.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void
86MoveMultipleNodesCommand::undo()
87{
88 move(-_dx, -_dy);
89}
90
91void
92MoveMultipleNodesCommand::redo()

Callers

nothing calls this directly

Calls 15

hasViewersConnectedMethod · 0.80
updateNavigatorMethod · 0.80
getSourceMethod · 0.80
getDestMethod · 0.80
slaveAllKnobsMethod · 0.80
getEffectInstanceMethod · 0.80
setNodeDisabledMethod · 0.80
loadKnobsMethod · 0.80
removeInstancesMethod · 0.80
addInstancesMethod · 0.80
incrHashAndEvaluateMethod · 0.80

Tested by

no test coverage detected