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

Method setSampleRate

Components/QTimeSlider.cpp:227–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226
227void
228QTimeSlider::setSampleRate(quint64 rate)
229{
230 this->sampleRate = static_cast<qint64>(rate);
231 this->repaint();
232}
233
234void
235QTimeSlider::setStartTime(QDateTime const &dateTime)

Callers 6

setVelocityStepMethod · 0.45
giveSpectrumMethod · 0.45
parseLineMethod · 0.45
onValueChangedMethod · 0.45
setDataMethod · 0.45
setWfRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected