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

Method resizeRect

QtNodeEditor/src/NodeGeometry.cpp:204–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203
204QRect
205NodeGeometry::
206resizeRect() const
207{
208 unsigned int rectSize = 4;
209
210 return QRect(_width - rectSize,
211 _height - rectSize,
212 rectSize,
213 rectSize);
214}
215
216
217QPointF

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected