nodegraph: added more helper functions for contexts

This commit is contained in:
itsmattkc
2021-07-08 18:48:02 -07:00
parent 73a1a23e77
commit d83087a4ef
2 changed files with 29 additions and 0 deletions
+4
View File
@@ -108,6 +108,10 @@ public:
return position_map_;
}
int GetNumberOfContextsNodeIsIn(Node *node) const;
bool NodeOutputsToContext(Node *node) const;
signals:
/**
* @brief Signal emitted when a Node is added to the graph