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

Method setGraphicsObject

QtNodeEditor/src/Node.cpp:139–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138
139void
140Node::
141setGraphicsObject(std::unique_ptr<NodeGraphicsObject>&& graphics)
142{
143 _nodeGraphicsObject = std::move(graphics);
144
145 _nodeGeometry.recalculateSize();
146}
147
148
149NodeGeometry&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected