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

Method draw

QtNodeEditor/src/ConnectionBlurEffect.cpp:16–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16void
17ConnectionBlurEffect::
18draw(QPainter* painter)
19{
20 QGraphicsBlurEffect::draw(painter);
21
22 //ConnectionPainter::paint(painter,
23 //_object->connectionGeometry(),
24 //_object->connectionState());
25
26 //_item->paint(painter, nullptr, nullptr);
27}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected