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

Method paint

QtNodeEditor/src/ConnectionGraphicsObject.cpp:138–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138void
139ConnectionGraphicsObject::
140paint(QPainter* painter,
141 QStyleOptionGraphicsItem const* option,
142 QWidget*)
143{
144 painter->setClipRect(option->exposedRect);
145
146 ConnectionPainter::paint(painter,
147 _connection);
148}
149
150
151void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected