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

Method drawResizeRect

QtNodeEditor/src/NodePainter.cpp:286–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284
285
286void
287NodePainter::
288drawResizeRect(QPainter * painter,
289 NodeGeometry const & geom,
290 NodeDataModel const * model)
291{
292 if (model->resizable())
293 {
294 painter->setBrush(Qt::gray);
295
296 painter->drawEllipse(geom.resizeRect());
297 }
298}
299
300
301void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected