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

Method pushUndoCommand

Gui/DopeSheet.cpp:185–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void
186DopeSheetPrivate::pushUndoCommand(QUndoCommand *cmd)
187{
188 if (editor) {
189 editor->pushUndoCommand(cmd);
190 } else {
191 delete cmd;
192 }
193}
194
195Node*
196DopeSheetPrivate::getNearestTimeFromOutputs_recursive(Node *node,

Callers 9

trimReaderLeftMethod · 0.45
trimReaderRightMethod · 0.45
slipReaderMethod · 0.45
pasteKeysMethod · 0.45
transformSelectedKeysMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected