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

Method paint

QtNodeEditor/src/NodeGraphicsObject.cpp:164–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163
164void
165NodeGraphicsObject::
166paint(QPainter * painter,
167 QStyleOptionGraphicsItem const* option,
168 QWidget* )
169{
170 painter->setClipRect(option->exposedRect);
171
172 NodePainter::paint(painter, _node, _scene);
173}
174
175
176QVariant

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected