Home
last modified time | relevance | path

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

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/model/
H A Dtimelinemodel.hpp433 void switchComposition(int cid, const QString &compoId);
H A Dtimelinemodel.cpp5954 void TimelineModel::switchComposition(int cid, const QString &compoId) in switchComposition() function in TimelineModel
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/
H A Dmainwindow.cpp387 getMainTimeline()->controller()->getModel()->switchComposition(cid, compositionId); in init()