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

Method undo

Gui/NodeGraphUndoRedo.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void
83MoveMultipleNodesCommand::undo()
84{
85 move(-_dx, -_dy);
86 setText( tr("Move nodes") );
87}
88
89void
90MoveMultipleNodesCommand::redo()

Callers

nothing calls this directly

Calls 15

setTextFunction · 0.85
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

Tested by

no test coverage detected