| 12 | #include <nodes/Node> |
| 13 | |
| 14 | EditorFlowScene::EditorFlowScene(std::shared_ptr<QtNodes::DataModelRegistry> registry, |
| 15 | QObject * parent): |
| 16 | FlowScene(registry,parent), |
| 17 | _editor_locked(false) |
| 18 | { |
| 19 | |
| 20 | } |
| 21 | |
| 22 | QtNodes::Node &EditorFlowScene::createNodeAtPos(const QString &ID, const QString &instance_name, QPointF scene_pos) |
| 23 | { |
nothing calls this directly
no outgoing calls
no test coverage detected