MCPcopy Create free account
hub / github.com/audacity/audacity / CanMoveDown

Method CanMoveDown

libraries/lib-track/Track.cpp:680–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678}
679
680bool TrackList::CanMoveDown(Track &t) const
681{
682 return GetNext(t, true) != nullptr;
683}
684
685// This is used when you want to swap the track at s1 with the track at s2.
686// The complication is that the tracks are stored in a single

Callers 5

DoMoveTrackMethod · 0.80
OnTrackMoveDownFunction · 0.80
OnTrackMoveBottomFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected