MCPcopy Create free account
hub / github.com/cneben/QuickQanava / delegate

Method delegate

samples/dataflow/qanDataFlow.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59QQmlComponent* FlowNode::delegate(QQmlEngine& engine) noexcept
60{
61 static std::unique_ptr<QQmlComponent> qan_FlowNode_delegate;
62 if ( !qan_FlowNode_delegate )
63 qan_FlowNode_delegate = std::make_unique<QQmlComponent>(&engine, ":/qt/qml/SampleDataFlow/FlowNode.qml");
64 return qan_FlowNode_delegate.get();
65}
66
67void FlowNode::inNodeOutputChanged()
68{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected