more work

This commit is contained in:
itsmattkc
2021-11-16 23:58:34 -08:00
parent 854ca0a7a9
commit 93be94bc2c
39 changed files with 493 additions and 1357 deletions
+3 -1
View File
@@ -53,7 +53,7 @@ public:
/**
* @brief Set the Node to correspond to this widget
*/
void SetNode(Node* n);
void SetNode(Node* n, Node *context);
/**
* @brief Get currently attached node
@@ -174,6 +174,8 @@ private:
*/
Node* node_;
Node *context_;
/**
* @brief Cached list of node inputs
*/