MCPcopy Create free account
hub / github.com/IENT/YUView / deleteSelectedItems

Method deleteSelectedItems

YUViewLib/src/ui/Mainwindow.cpp:560–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560void MainWindow::deleteSelectedItems()
561{
562 // qDebug() << QTime::currentTime().toString("hh:mm:ss.zzz") <<
563 // "MainWindow::deleteSelectedItems()";
564
565 // stop playback first
566 ui.playbackController->pausePlayback();
567
568 ui.playlistTreeWidget->deletePlaylistItems(false);
569}
570
571bool MainWindow::handleKeyPress(QKeyEvent *event, bool keyFromSeparateView)
572{

Callers

nothing calls this directly

Calls 2

pausePlaybackMethod · 0.80
deletePlaylistItemsMethod · 0.80

Tested by

no test coverage detected