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

Method SelectNone

libraries/lib-track-selection/SelectionState.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void SelectionState::SelectNone(TrackList &tracks)
97{
98 for (auto t : tracks)
99 SelectTrack(*t, false, false);
100}
101
102void SelectionState::ChangeSelectionOnShiftClick(
103 TrackList &tracks, Track &track)

Callers 6

UpdateTrackSelectionMethod · 0.80
ClickMethod · 0.80
ClickMethod · 0.80
UpdateTrackSelectionMethod · 0.80
PopulateMethod · 0.80
OnSnapModeChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected