Skip to content
Snippets Groups Projects
Commit f2c06be6 authored by Octave Perrin's avatar Octave Perrin
Browse files

lil changes

parent 2960fe6c
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !245. Comments created here will be created in the context of that merge request.
......@@ -662,12 +662,10 @@ private:
//@todo 1see in code comment
void updateInputsOutputsNew(NodePtr newNode);
//@todo 100+ lines =(
/**
* @brief Automatically update GraphView inputs/outputs with a Node removed, checking if
* it this Node was an input/output for the graph and if this node's children become new inputs/outputs
* for the graph.
* @param nodePtr
* @brief Automatically updates GraphView inputs/outputs with a Node removed, checking if this Node was an
* input/output for the graph and if this node's children and parents become new inputs/outputs for the graph.
* @param nodePtr deletedNode the deleted //todo has the node already been delettesd or not yet? if it has been, does it keep its information? if it hasn't, one must ensure to properly delete it afterward to aavoid discrepencies
*/
void updateInputsOutputsDelete(NodePtr deletedNode);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment