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

Method MoveDown

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

Source from the content-addressed store, hash-verified

749}
750
751bool TrackList::MoveDown(Track &t)
752{
753 Track *n = GetNext(t, true);
754 if (n) {
755 SwapNodes(t.GetNode(), n->GetNode());
756 return true;
757 }
758 return false;
759}
760
761bool TrackList::empty() const
762{

Callers 1

DragMethod · 0.80

Calls 1

GetNodeMethod · 0.80

Tested by

no test coverage detected