MCPcopy Create free account
hub / github.com/PRBonn/semantic_suma / nextScan

Method nextScan

src/visualizer/VisualizerWindow.cpp:560–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560void VisualizerWindow::nextScan() {
561 if (reader_ == nullptr) return;
562
563 if (currentScanIdx_ < reader_->count() - 1) {
564 ui_.sldTimeline->setValue(currentScanIdx_ + 1);
565 } else {
566 if (ui_.btnPlay->isChecked()) {
567 play(false);
568 }
569 }
570
571 updatePlaybackControls();
572}
573
574void VisualizerWindow::optimizeGraph() {
575 Stopwatch::tic();

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected