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

Method GetSelectedTrackCount

src/TrackPanel.cpp:657–660  ·  view source on GitHub ↗

Counts selected tracks, counting stereo tracks as one track.

Source from the content-addressed store, hash-verified

655
656// Counts selected tracks, counting stereo tracks as one track.
657size_t TrackPanel::GetSelectedTrackCount() const
658{
659 return GetTracks()->Selected().size();
660}
661
662void TrackPanel::UpdateViewIfNoTracks()
663{

Callers 1

ClickMethod · 0.80

Calls 2

GetTracksFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected