Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ resizeEvent
Method
resizeEvent
examples/triage/byte.cpp:528–531 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
526
527
528
void ByteView::resizeEvent(QResizeEvent* event)
529
{
530
adjustSize(event->size().width(), event->size().height());
531
}
532
533
534
void ByteView::paintEvent(QPaintEvent* event)
Callers
nothing calls this directly
Calls
3
width
Method · 0.45
size
Method · 0.45
height
Method · 0.45
Tested by
no test coverage detected