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

Method AddToMacro

src/BatchCommands.cpp:774–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772}
773
774void MacroCommands::AddToMacro(const CommandID &command, int before)
775{
776 AddToMacro(command, GetCurrentParamsFor(command), before);
777}
778
779void MacroCommands::AddToMacro(const CommandID &command, const wxString &params, int before)
780{

Callers 4

InsertCommandAtMethod · 0.80
OnEditCommandParamsMethod · 0.80
OnUpMethod · 0.80
OnDownMethod · 0.80

Calls 3

sizeMethod · 0.45
insertMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected