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

Method set

Components/PanoramicDialog.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32using namespace SigDigger;
33
34void
35SavedSpectrum::set(qint64 start, qint64 end, const float *data, size_t size)
36{
37 this->start = start;
38 this->end = end;
39 this->data.assign(data, data + size);
40}
41
42bool
43SavedSpectrum::exportToFile(QString const &path)

Callers 8

feedMethod · 0.45
AppConfig.cppFile · 0.45
setParamsMethod · 0.45
onApplyEstimationMethod · 0.45
refreshEntryMethod · 0.45
syncBookmarksMethod · 0.45
AnalyzerParams.cppFile · 0.45

Calls

no outgoing calls

Tested by 2

onApplyEstimationMethod · 0.36
refreshEntryMethod · 0.36