Audacity 3.2.0
|
Public Member Functions | |
void | OnSpectrogramSettings (wxCommandEvent &) |
void | InitUserData (void *pUserData) override |
Called before the menu items are appended. More... | |
Public Member Functions inherited from PopupMenuHandler | |
PopupMenuHandler ()=default | |
PopupMenuHandler (const PopupMenuHandler &)=delete | |
PopupMenuHandler & | operator= (const PopupMenuHandler &)=delete |
virtual void | InitUserData (void *pUserData)=0 |
Called before the menu items are appended. More... | |
Static Public Member Functions | |
static SpectrogramSettingsHandler & | Instance () |
Public Attributes | |
PlayableTrackControls::InitMenuData * | mpData {} |
Definition at line 935 of file SpectrumView.cpp.
|
inlineoverridevirtual |
Called before the menu items are appended.
Store context data, if needed. May be called more than once before the menu opens. Pointer remains valid for the duration of any callback, if PopupMenuTable::BuildMenu() is called and the result's Popup() is called before any other menus are built.
Implements PopupMenuHandler.
Definition at line 946 of file SpectrumView.cpp.
|
inlinestatic |
Definition at line 938 of file SpectrumView.cpp.
void anonymous_namespace{SpectrumView.cpp}::SpectrogramSettingsHandler::OnSpectrogramSettings | ( | wxCommandEvent & | ) |
Definition at line 952 of file SpectrumView.cpp.
References AudacityMessageBox(), AudioIOBase::Get(), ProjectHistory::Get(), PrefsDialog::GetPreferredPage(), ProjectHistory::ModifyState(), PrefsDialog::PrefsDialog(), project, MenuCreator::RebuildAllMenuBars(), RefreshCode::RefreshAll, PrefsDialog::SavePreferredPage(), SpectrumPrefsFactory(), title, and XO().
PlayableTrackControls::InitMenuData* anonymous_namespace{SpectrumView.cpp}::SpectrogramSettingsHandler::mpData {} |
Definition at line 937 of file SpectrumView.cpp.