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

Method showEvent

QtNodeEditor/src/FlowView.cpp:398–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396
397
398void
399FlowView::
400showEvent(QShowEvent *event)
401{
402 _scene->setSceneRect(this->rect());
403 QGraphicsView::showEvent(event);
404}
405
406
407FlowScene *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected