Home
last modified time | relevance | path

Searched defs:cutSubtitle (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/dialogs/
H A Dsubtitleedit.cpp117 emit cutSubtitle(m_activeSub, pos); in SubtitleEdit() local
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/bin/model/
H A Dsubtitlemodel.cpp501 bool SubtitleModel::cutSubtitle(int position) in cutSubtitle() function in SubtitleModel
512 int SubtitleModel::cutSubtitle(int position, Fun &undo, Fun &redo) in cutSubtitle() function in SubtitleModel
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/view/
H A Dtimelinecontroller.cpp1651 void TimelineController::cutSubtitle(int id, int cursorPos) in cutSubtitle() function in TimelineController
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/model/
H A Dtimelinemodel.cpp1173 int TimelineModel::cutSubtitle(int position, Fun &undo, Fun &redo) in cutSubtitle() function in TimelineModel