MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / on_tableView_clicked

Method on_tableView_clicked

bt_editor/sidepanel_replay.cpp:374–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void SidepanelReplay::on_tableView_clicked(const QModelIndex &index)
375{
376 // disable during play
377 if( !ui->pushButtonPlay->isChecked())
378 {
379 onRowChanged( index.row() );
380 updatedSpinAndSlider( index.row() );
381 }
382}
383
384void SidepanelReplay::onTimerUpdate()
385{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected