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

Method onOffsetChanged

Components/SamplerDialog.cpp:375–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375void
376SamplerDialog::onOffsetChanged(unsigned int offset)
377{
378 if (!this->scrolling) {
379 this->refreshVScrollBar();
380 this->ui->verticalScrollBar->setValue(static_cast<int>(offset));
381 }
382}
383
384void
385SamplerDialog::onHOffsetChanged(int offset)

Callers

nothing calls this directly

Calls 2

refreshVScrollBarMethod · 0.95
setValueMethod · 0.80

Tested by

no test coverage detected