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

Method validationHeight

QtNodeEditor/src/NodeGeometry.cpp:236–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236unsigned int
237NodeGeometry::
238validationHeight() const
239{
240 QString msg = _dataModel->validationMessage();
241 return _boldFontMetrics.boundingRect(msg).height();
242}
243
244
245unsigned int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected