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

Method ExtractNodeUndoRedoCommand

Gui/NodeGraphUndoRedo.cpp:1323–1331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321///////////////
1322
1323ExtractNodeUndoRedoCommand::ExtractNodeUndoRedoCommand(NodeGraph* graph,
1324 const std::list<NodeGuiPtr> & nodes)
1325 : QUndoCommand()
1326 , _graph(graph)
1327 , _trees()
1328{
1329 extractTreesFromNodes(nodes, _trees);
1330 setText( tr("Extract node") );
1331}
1332
1333ExtractNodeUndoRedoCommand::~ExtractNodeUndoRedoCommand()
1334{

Callers

nothing calls this directly

Calls 2

extractTreesFromNodesFunction · 0.85
setTextFunction · 0.85

Tested by

no test coverage detected