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

Method getPartitioning

Components/PanoramicDialog.cpp:382–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382QString
383PanoramicDialog::getPartitioning(void) const
384{
385 if (this->getStrategy() == QString("Progressive"))
386 return "Discrete";
387 return this->ui->partitioningCombo->currentText();
388}
389
390float
391PanoramicDialog::getGain(QString const &gain) const

Callers 1

Calls 1

getStrategyMethod · 0.95

Tested by

no test coverage detected