reimplemented adding/removing/connecting/disconnecting

This commit is contained in:
itsmattkc
2021-11-19 15:47:31 -08:00
parent a6af473f53
commit 40783bcc6d
8 changed files with 233 additions and 192 deletions
+6
View File
@@ -71,6 +71,11 @@ public:
return expanded_;
}
const QVector<NodeViewEdge*> &edges() const
{
return edges_;
}
/**
* @brief Set expanded state
*/
@@ -129,6 +134,7 @@ public:
void SetLabelAsOutput(bool e);
NodeInput GetInputFromInputConnector(NodeViewItemConnector *connector);
NodeViewEdge *GetEdgeFromInputConnector(NodeViewItemConnector *connector);
protected: