nodes: link edges to IDs rather than objects

Allows code to know whether the connected parameters has been removed or
not.
This commit is contained in:
itsmattkc
2020-10-02 16:04:50 +10:00
parent 2fb7066155
commit 4204910796
16 changed files with 112 additions and 38 deletions
+1 -1
View File
@@ -319,7 +319,7 @@ public:
/**
* @brief Disconnect any edges connecting this parameter to other parameters
*/
void DisconnectAll();
virtual void DisconnectAll();
/**
* @brief Connect an output parameter to an input parameter