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

Method setOutput

samples/dataflow/qanDataFlow.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void FlowNode::setOutput(QVariant output) noexcept
73{
74 _output = output;
75 emit outputChanged();
76}
77
78QQmlComponent* PercentageNode::delegate(QQmlEngine& engine) noexcept
79{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected