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

Method SupportsBasicEditing

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

Source from the content-addressed store, hash-verified

798}
799
800bool Track::SupportsBasicEditing() const
801{
802 return true;
803}
804
805// Serialize, not with tags of its own, but as attributes within a tag.
806void Track::WriteCommonXMLAttributes(

Callers 7

EditMenus.cppFile · 0.45
OnDeleteFunction · 0.45
OnCopyFunction · 0.45
OnDuplicateFunction · 0.45
OnSplitCutFunction · 0.45
OnSplitDeleteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected