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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user