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

Method validationWidth

QtNodeEditor/src/NodeGeometry.cpp:245–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243
244
245unsigned int
246NodeGeometry::
247validationWidth() const
248{
249 QString msg = _dataModel->validationMessage();
250 return _boldFontMetrics.boundingRect(msg).width();
251}
252
253
254QPointF

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected