Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ OnPreview
Method
OnPreview
src/prefs/PrefsDialog.cpp:657–661 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
655
}
656
657
void PrefsDialog::OnPreview(wxCommandEvent & WXUNUSED(event))
658
{
659
if (const auto pPanel = GetCurrentPanel())
660
pPanel->Preview();
661
}
662
663
void PrefsDialog::OnHelp(wxCommandEvent & WXUNUSED(event))
664
{
Callers
nothing calls this directly
Calls
1
Preview
Method · 0.45
Tested by
no test coverage detected