MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / seqTableCellChanged

Method seqTableCellChanged

frameplaybackwindow.cpp:409–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409void FramePlaybackWindow::seqTableCellChanged(int row,int col)
410{
411 if (col == 1) //don't save any changes to the first column (0)
412 {
413 seqItems[row].maxLoops = Utility::ParseStringToNum(ui->tblSequence->item(row, col)->text());
414 if (seqItems[row].maxLoops < 1) seqItems[row].maxLoops = 1;
415 }
416}
417
418void FramePlaybackWindow::fillIDHash(SequenceItem &item)
419{

Callers

nothing calls this directly

Calls 1

itemMethod · 0.80

Tested by

no test coverage detected