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

Function pushUndoCommand

Gui/MultiInstancePanel.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 void getNodesFromSelection(const QModelIndexList & indexes, std::list<std::pair<Node*, bool> >* nodes);
286
287 void pushUndoCommand(QUndoCommand* cmd)
288 {
289 mainInstance.lock()->getSettingPanel()->pushUndoCommand(cmd);
290 }
291
292 NodePtr getInstanceFromItem(TableItem* item) const;
293};

Callers 15

knobChangedMethod · 0.85
onOverlayPenDownMethod · 0.85
onOverlayPenMotionMethod · 0.85
onOverlayPenUpMethod · 0.85
onOverlayKeyDownMethod · 0.85
knobChangedMethod · 0.85
onOverlayPenDownMethod · 0.85
knobChangedMethod · 0.85
PanelWidget.hFile · 0.85

Calls 3

getSettingPanelMethod · 0.80
pushUndoCommandMethod · 0.45
lockMethod · 0.45

Tested by

no test coverage detected