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

Function SelectNone

src/SelectUtilities.cpp:77–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void SelectNone( AudacityProject &project )
78{
79 auto &tracks = TrackList::Get( project );
80 for (auto t : tracks)
81 t->SetSelected(false);
82
83 auto &trackPanel = TrackPanel::Get( project );
84 trackPanel.Refresh(false);
85}
86
87// Select the full time range, if no
88// time range is selected.

Callers 11

HandleListSelectionMethod · 0.85
DoImportMIDIFunction · 0.85
OnMouseEventMethod · 0.85
AddImportedTracksMethod · 0.85
OnNewTimeTrackFunction · 0.85
OnNewWaveTrackFunction · 0.85
OnNewStereoTrackFunction · 0.85
OnImportLabelsFunction · 0.85
OnSelectNoneMethod · 0.85
OnNewLabelTrackFunction · 0.85

Calls 3

GetFunction · 0.85
SetSelectedMethod · 0.45
RefreshMethod · 0.45

Tested by

no test coverage detected