MCPcopy Create free account
hub / github.com/MrKepzie/Natron / addTrackToSelection

Method addTrackToSelection

Engine/TrackerContext.cpp:539–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539void
540TrackerContext::addTrackToSelection(const TrackMarkerPtr& mark,
541 TrackSelectionReason reason)
542{
543 std::list<TrackMarkerPtr > marks;
544
545 marks.push_back(mark);
546 addTracksToSelection(marks, reason);
547}
548
549void
550TrackerContext::addTracksToSelection(const std::list<TrackMarkerPtr >& marks,

Callers 5

redoMethod · 0.80
undoMethod · 0.80
onOverlayPenDownMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected