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

Method getVScrollPageSize

Components/SamplerDialog.cpp:238–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238unsigned int
239SamplerDialog::getVScrollPageSize(void) const
240{
241 return
242 (this->ui->symView->getStride()
243 * static_cast<unsigned>(this->ui->symView->height()))
244 / this->ui->symView->getZoom();
245}
246
247unsigned int
248SamplerDialog::getHScrollOffset(void) const

Callers 1

refreshVScrollBarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected