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

Method SelectionEvent

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

Source from the content-addressed store, hash-verified

409}
410
411void TrackList::SelectionEvent(Track &track)
412{
413 for (auto channel : Channels(&track))
414 QueueEvent({
415 TrackListEvent::SELECTION_CHANGE, channel->shared_from_this() });
416}
417
418void TrackList::DataEvent(
419 const std::shared_ptr<Track> &pTrack, bool allChannels, int code)

Callers 1

SetSelectedMethod · 0.80

Calls 1

ChannelsFunction · 0.70

Tested by

no test coverage detected