Home
last modified time | relevance | path

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

/dports/multimedia/kaffeine/kaffeine-2.0.18/src/
H A Dmediawidget.cpp520 chapterGroup = new QActionGroup(this); in MediaWidget()
521 connect(chapterGroup, SIGNAL(triggered(QAction*)), in MediaWidget()
1138 backend->setCurrentChapter(chapterGroup->actions().indexOf(action) + 1); in currentChapterChanged()
1497 QList<QAction *> actions = chapterGroup->actions(); in chaptersChanged()
1504 QAction *action = chapterGroup->addAction(QString::number(i + 1)); in chaptersChanged()
1509 actions = chapterGroup->actions(); in chaptersChanged()
1516 if ((currentChapter >= 1) && (currentChapter <= chapterGroup->actions().count())) { in chaptersChanged()
1517 chapterGroup->actions().at(currentChapter - 1)->setChecked(true); in chaptersChanged()
1518 } else if (chapterGroup->checkedAction() != NULL) { in chaptersChanged()
1519 chapterGroup->checkedAction()->setChecked(false); in chaptersChanged()
H A Dmediawidget.h245 QActionGroup *chapterGroup; variable
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dbasegui.h786 MyActionGroup * chapterGroup; variable
H A Dbasegui.cpp1338 chapterGroup = new MyActionGroup(this); in createActions()
1339 connect( chapterGroup, SIGNAL(activated(int)), in createActions()
3711 chapterGroup->clear(true); in initializeMenus()
3715 QAction *a = new QAction(chapterGroup); in initializeMenus()
3725 QAction *a = new QAction(chapterGroup); in initializeMenus()
3732 QAction * a = chapterGroup->addAction( tr("<empty>") ); in initializeMenus()
3735 chapters_menu->addActions( chapterGroup->actions() ); in initializeMenus()