Home
last modified time | relevance | path

Searched refs:getRowfromClip (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/model/
H A Dtrackmodel.hpp250 int getRowfromClip(int clipId) const;
H A Dtimelineitemmodel.cpp110 int row = getTrackById_const(trackId)->getRowfromClip(clipId); in makeClipIndexFromID()
H A Dtrackmodel.cpp178 int clip_index = getRowfromClip(clipId); in requestClipInsertion_lambda()
391 int old_clip_index = getRowfromClip(clipId); in requestClipDeletion_lambda()
878 int TrackModel::getRowfromClip(int clipId) const in getRowfromClip() function in TrackModel