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

Method PeekFocus

libraries/lib-track-selection/TrackFocus.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62std::shared_ptr<Track> TrackFocus::PeekFocus() const
63{
64 return mFocusedTrack.lock();
65}
66
67// Changes focus to a specified track
68std::shared_ptr<Track> TrackFocus::SetFocus(

Callers 3

BeginChangeFocusMethod · 0.80
GetStateMethod · 0.80
GetFocusMethod · 0.80

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected