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

Function OnSpectralEditingPanel

src/SpectralDataDialog.cpp:478–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476
477namespace {
478void OnSpectralEditingPanel(const CommandContext &context)
479{
480 auto &project = context.project;
481 auto &dialog = SpectralDataDialog::Get(project);
482 dialog.Show( !dialog.IsShown() );
483}
484
485using namespace MenuRegistry;
486MenuRegistry::AttachedItem sAttachment{

Callers

nothing calls this directly

Calls 3

GetFunction · 0.85
IsShownMethod · 0.80
ShowMethod · 0.45

Tested by

no test coverage detected