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

Method seqTableCellClicked

frameplaybackwindow.cpp:398–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398void FramePlaybackWindow::seqTableCellClicked(int row, int col)
399{
400 qDebug() << "Row: " << QString::number(row) << " Col: " << QString::number(col);
401 if (currentSeqNum != row)
402 {
403 currentSeqNum = row;
404 currentSeqItem = &seqItems[row];
405 refreshIDList();
406 }
407}
408
409void FramePlaybackWindow::seqTableCellChanged(int row,int col)
410{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected