Home
last modified time | relevance | path

Searched refs:affectAllTracks (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/view/dialogs/
H A Dspacerdialog.h28 bool affectAllTracks() const;
H A Dspacerdialog.cpp57 bool SpacerDialog::affectAllTracks() const in affectAllTracks() function in SpacerDialog
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/model/
H A Dtimelinefunctions.hpp72 …nst std::shared_ptr<TimelineItemModel> &timeline, int trackId, int position, bool affectAllTracks);
H A Dtimelinefunctions.cpp2057 …onst std::shared_ptr<TimelineItemModel> &timeline, int trackId, int position, bool affectAllTracks) in requestDeleteBlankAt() argument
2061 if (affectAllTracks) { in requestDeleteBlankAt()
2098 int cid = requestSpacerStartOperation(timeline, affectAllTracks ? -1 : trackId, position); in requestDeleteBlankAt()
2106 …requestSpacerEndOperation(timeline, cid, start, spaceStart, affectAllTracks ? -1 : trackId, !Kdenl… in requestDeleteBlankAt()
H A Dtimelinemodel.cpp3753 bool affectAllTracks = false; in requestItemRippleResize() local
3757 …auto spacerOperation = [this, itemId, affectAllTracks, &local_undo, &local_redo, delta, right, tim… in requestItemRippleResize()
3762 …int cid = TimelineFunctions::requestSpacerStartOperation(timeline, affectAllTracks ? -1 : trackId,… in requestItemRippleResize()
3768 …questSpacerEndOperation(timeline, cid, getItemPosition(cid), endPos, affectAllTracks ? -1 : trackI… in requestItemRippleResize()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/view/
H A Dtimelinecontroller.h417 Q_INVOKABLE void removeSpace(int trackId = -1, int frame = -1, bool affectAllTracks = false);
H A Dtimelinecontroller.cpp2545 bool affectAllTracks = d->affectAllTracks(); in insertSpace() local
2546 int cid = requestSpacerStartOperation(affectAllTracks ? -1 : trackId, frame); in insertSpace()
2554 requestSpacerEndOperation(cid, start, start + spaceDuration, affectAllTracks ? -1 : trackId); in insertSpace()
2557 void TimelineController::removeSpace(int trackId, int frame, bool affectAllTracks) in removeSpace() argument
2565 bool res = TimelineFunctions::requestDeleteBlankAt(m_model, trackId, frame, affectAllTracks); in removeSpace()