save new node contexts to project file

This commit is contained in:
itsmattkc
2021-05-27 15:14:03 +10:00
parent f876240443
commit 4b14352bcb
2 changed files with 96 additions and 0 deletions
+5
View File
@@ -98,6 +98,11 @@ public:
return position_map_[context];
}
const QMap<Node *, PositionMap> &GetPositionMap() const
{
return position_map_;
}
signals:
/**
* @brief Signal emitted when a Node is added to the graph