Home
last modified time | relevance | path

Searched refs:chapterModel (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/chapter_editor/
H A Dtab.cpp90 , chapterModel{new ChapterModel{&tab}}
243 p->chapterModel->retranslateUi(); in retranslateUi()
282 …auto selection = QItemSelection{p->chapterModel->index(0, 0), p->chapterModel->index(0, p->ch… in newFile()
288 …selection = QItemSelection{p->chapterModel->index(0, 0, parentIdx), p->chapterModel->index(0,… in newFile()
303 p->chapterModel->reset(); in resetData()
696 p->chapterModel->reset(); in chaptersLoaded()
882 p->chapterModel->updateRow(idx); in copyControlsToStorage()
1647 auto chapterModel = p_func()->chapterModel; in removeEndTimestamps() local
1670 auto chapterModel = p_func()->chapterModel; in removeNames() local
1851 p->chapterModel->updateRow(idx); in changeChapterName()
[all …]
H A Dtab_p.h17 ChapterModel *chapterModel; variable