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

Method PromptUser

src/commands/AudacityCommand.cpp:195–198  ·  view source on GitHub ↗

This is used from Macros.

Source from the content-addressed store, hash-verified

193
194// This is used from Macros.
195bool AudacityCommand::PromptUser(AudacityProject& project)
196{
197 return ShowInterface(&GetProjectFrame(project), IsBatchProcessing());
198}
199
200bool AudacityCommand::TransferDataToWindow()
201{

Callers 3

PromptForParamsForMethod · 0.45
StartEditClipNameMethod · 0.45
OnSetNameMethod · 0.45

Calls 1

IsBatchProcessingFunction · 0.85

Tested by

no test coverage detected