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

Method onOffsetChanged

Default/GenericInspector/SymViewTab.cpp:307–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void
308SymViewTab::onOffsetChanged(unsigned int offset)
309{
310 if (!this->scrolling)
311 this->ui->symViewScrollBar->setValue(static_cast<int>(offset));
312
313 this->ui->offsetSpin->setValue(static_cast<int>(offset));
314}
315
316void
317SymViewTab::onHOffsetChanged(int offset)

Callers 1

onClearSymViewMethod · 0.95

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected