MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onClearSymView

Method onClearSymView

Default/GenericInspector/SymViewTab.cpp:416–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416void
417SymViewTab::onClearSymView(void)
418{
419 this->ui->symView->clear();
420 this->onOffsetChanged(0);
421 this->refreshVScrollBar();
422 this->refreshSizes();
423}
424
425void
426SymViewTab::onZoomChanged(void)

Callers

nothing calls this directly

Calls 4

onOffsetChangedMethod · 0.95
refreshVScrollBarMethod · 0.95
refreshSizesMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected