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

Method SetOwner

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

Source from the content-addressed store, hash-verified

125}
126
127void Track::SetOwner
128(const std::weak_ptr<TrackList> &list, TrackNodePointer node)
129{
130 // BUG: When using this function to clear an owner, we may need to clear
131 // focused track too. Otherwise focus could remain on an invisible (or deleted) track.
132 mList = list;
133 mNode = node;
134}
135
136void Track::SetLinkType(LinkType linkType, bool completeList)
137{

Callers 15

DeviceChangeHandlerMethod · 0.80
SwapMethod · 0.80
PermuteMethod · 0.80
DoAddToHeadMethod · 0.80
DoAddMethod · 0.80
ReplaceOneMethod · 0.80
RemoveMethod · 0.80
ClearMethod · 0.80
SwapNodesMethod · 0.80
DetachFirstMethod · 0.80
InitPart2Method · 0.80
TimerRecordDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected