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

Method FlowScene

QtNodeEditor/src/FlowScene.cpp:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41FlowScene::
42FlowScene(std::shared_ptr<DataModelRegistry> registry,
43 QObject * parent)
44 : QGraphicsScene(parent)
45 , _registry(std::move(registry))
46{
47 setItemIndexMethod(QGraphicsScene::NoIndex);
48}
49
50FlowScene::
51FlowScene(QObject * parent)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected