Audacity 3.2.0
|
#include "PrefsDialog.h"
#include <thread>
#include <wx/app.h>
#include <wx/setup.h>
#include <wx/defs.h>
#include <wx/font.h>
#include <wx/gdicmn.h>
#include <wx/listbox.h>
#include <wx/listbook.h>
#include <wx/treebook.h>
#include <wx/treectrl.h>
#include "AudioIOBase.h"
#include "Prefs.h"
#include "ProjectWindows.h"
#include "ShuttleGui.h"
#include "CommandManager.h"
#include "PrefsPanel.h"
#include "HelpSystem.h"
#include <wx/frame.h>
#include "../MenuCreator.h"
#include "Project.h"
Go to the source code of this file.
Functions | |
void | DoReloadPreferences (AudacityProject &project) |
void DoReloadPreferences | ( | AudacityProject & | project | ) |
Definition at line 860 of file PrefsDialog.cpp.
References MenuCreator::Get(), GetProjectFrame(), PrefsDialog::OnOK(), project, MenuCreator::RebuildMenuBar(), and PreferenceInitializer::ReinitializeAll().
Referenced by SetPreferenceCommand::Apply(), anonymous_namespace{PluginMenus.cpp}::OnResetConfig(), and anonymous_namespace{HelpMenus.cpp}::QuickFixDialog::PopulateOrExchange().