Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
void
83
MoveMultipleNodesCommand::undo()
84
{
85
move(-_dx, -_dy);
86
setText( tr(
"Move nodes"
) );
87
}
88
89
void
90
MoveMultipleNodesCommand::redo()
Callers
nothing calls this directly
Calls
15
setText
Function · 0.85
hasViewersConnected
Method · 0.80
showKeyframesOnTimeline
Method · 0.80
updateNavigator
Method · 0.80
getSource
Method · 0.80
getDest
Method · 0.80
slaveAllKnobs
Method · 0.80
getEffectInstance
Method · 0.80
setNodeDisabled
Method · 0.80
loadKnobs
Method · 0.80
removeInstances
Method · 0.80
addInstances
Method · 0.80
Tested by
no test coverage detected