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

Method CopyGroupProperties

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

Source from the content-addressed store, hash-verified

143}
144
145void Track::CopyGroupProperties(const Track &other)
146{
147 mName = other.mName;
148 mSelected = other.mSelected;
149}
150
151void Track::DoSetLinkType(LinkType linkType, bool completeList)
152{

Callers 2

DoSetLinkTypeMethod · 0.80
DoAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected