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

Method OnFilterTimer

src/prefs/KeyConfigPrefs.cpp:671–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671void KeyConfigPrefs::OnFilterTimer(wxTimerEvent & WXUNUSED(e))
672{
673 // The filter timer has expired, so set the filter
674 if (mFilterPending)
675 {
676 // Do not reset mFilterPending here...possible race
677 mView->SetFilter(mFilter->GetValue());
678 }
679}
680
681void KeyConfigPrefs::OnFilterKeyDown(wxKeyEvent & e)
682{

Callers

nothing calls this directly

Calls 2

SetFilterMethod · 0.80
GetValueMethod · 0.45

Tested by

no test coverage detected