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

Method itemChange

QtNodeEditor/src/NodeGraphicsObject.cpp:176–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175
176QVariant
177NodeGraphicsObject::
178itemChange(GraphicsItemChange change, const QVariant &value)
179{
180 if (change == ItemPositionChange && scene())
181 {
182 moveConnections();
183 }
184
185 return QGraphicsItem::itemChange(change, value);
186}
187
188
189void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected