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

Method Apply

src/commands/SetTrackInfoCommand.cpp:59–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57#include "prefs/WaveformScale.h"
58
59bool SetTrackBase::Apply(const CommandContext & context)
60{
61 auto &tracks = TrackList::Get(context.project);
62 for (auto t : tracks) {
63 if (t->GetSelected())
64 ApplyInner(context, *t);
65 }
66 return true;
67}
68
69const ComponentInterfaceSymbol SetTrackStatusCommand::Symbol
70{ XO("Set Track Status") };

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
GetSelectedMethod · 0.45

Tested by

no test coverage detected