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

Method entryBoundingRect

QtNodeEditor/src/NodeGeometry.cpp:54–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54QRectF
55NodeGeometry::
56entryBoundingRect() const
57{
58 double const addon = 0.0;
59
60 return QRectF(0 - addon,
61 0 - addon,
62 _entryWidth + 2 * addon,
63 _entryHeight + 2 * addon);
64}
65
66
67QRectF

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected