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

Method onSymViewZoomChanged

Components/SamplerDialog.cpp:399–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397
398
399void
400SamplerDialog::onSymViewZoomChanged(unsigned int zoom)
401{
402 this->ui->zoomSpin->setValue(static_cast<int>(zoom));
403 this->refreshVScrollBar();
404 this->refreshHScrollBar();
405}
406
407void
408SamplerDialog::onHoverSymbol(unsigned int index)

Callers

nothing calls this directly

Calls 3

refreshVScrollBarMethod · 0.95
refreshHScrollBarMethod · 0.95
setValueMethod · 0.80

Tested by

no test coverage detected