MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / EditorFlowScene

Method EditorFlowScene

bt_editor/editor_flowscene.cpp:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected