Home
last modified time | relevance | path

Searched refs:chapterSelected (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/mpc-qt/mpc-qt-20.10/
H A Dmainwindow.h148 void chapterSelected(int64_t id);
H A Dmain.cpp407 connect(mainWindow, &MainWindow::chapterSelected, in setupMainWindowConnections()
H A Dmainwindow.cpp1379 emit chapterSelected(index); in setChapters() local
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/chapter_editor/
H A Dtab.cpp1388 auto chapterSelected = hasSelection && selectedIdx.parent().isValid(); in addEditionOrChapterAfter() local
1393 auto newEntryIdx = chapterSelected ? addChapter(false) : addEdition(false); in addEditionOrChapterAfter()
1989 auto chapterSelected = hasSelection && selectedIdx.parent().isValid(); in showChapterContextMenu() local
1993 p->addChapterBeforeAction->setEnabled(chapterSelected); in showChapterContextMenu()
1994 p->addChapterAfterAction->setEnabled(chapterSelected); in showChapterContextMenu()