MCPcopy 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
528void ByteView::resizeEvent(QResizeEvent* event)
529{
530 adjustSize(event->size().width(), event->size().height());
531}
532
533
534void ByteView::paintEvent(QPaintEvent* event)

Callers

nothing calls this directly

Calls 3

widthMethod · 0.45
sizeMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected