MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / countLines

Method countLines

Source/Panels/SpectrogramPanel/Multiband.cpp:360–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360int Multiband::countLines()
361{
362 int count = 0;
363 for (int i = 0; i < 3; i++)
364 {
365 if (freqDividerGroup[i]->getToggleState())
366 {
367 count++;
368 }
369 }
370 return count;
371}
372
373int Multiband::sortLines()
374{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected