Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
398
void
399
FlowView::
400
showEvent(QShowEvent *event)
401
{
402
_scene->setSceneRect(this->rect());
403
QGraphicsView::showEvent(event);
404
}
405
406
407
FlowScene *
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected