nodeview: further improved auto-positioning system

This commit is contained in:
itsmattkc
2020-05-08 19:20:24 +10:00
parent 12672aae7c
commit 1efd4e9f99
4 changed files with 44 additions and 8 deletions
+6 -1
View File
@@ -229,10 +229,15 @@ public:
NodeOutput* GetOutputWithID(const QString& id) const;
/**
* @brief Returns whether this Node outputs data to the Node `n` in any way
* @brief Returns whether this Node outputs directly to `n`
*/
bool OutputsTo(Node* n) const;
/**
* @brief Determines how many paths go from this node out to another node
*/
int GetRoutesTo(Node* n) const;
/**
* @brief Return whether this Node has input parameters
*/