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

Method Init

libraries/lib-time-track/TimeTrack.cpp:89–94  ·  view source on GitHub ↗

Copy the track metadata but not the contents.

Source from the content-addressed store, hash-verified

87
88// Copy the track metadata but not the contents.
89void TimeTrack::Init(const TimeTrack &orig)
90{
91 Track::Init(orig);
92 SetName(orig.GetName());
93 SetDisplayLog(orig.GetDisplayLog());
94}
95
96TimeTrack::~TimeTrack()
97{

Callers 3

PasteIntoMethod · 0.45
CopyMethod · 0.45
CloneMethod · 0.45

Calls 3

InitClass · 0.85
SetDisplayLogFunction · 0.85
GetNameMethod · 0.45

Tested by

no test coverage detected