#include "KeyConfigPrefs.h"
#include <wx/setup.h>
#include <wx/defs.h>
#include <wx/ffile.h>
#include <wx/menu.h>
#include <wx/button.h>
#include <wx/radiobut.h>
#include <wx/stattext.h>
#include <wx/statbox.h>
#include <wx/textctrl.h>
#include "ActiveProject.h"
#include "MenuCreator.h"
#include "Prefs.h"
#include "Project.h"
#include "../ProjectWindows.h"
#include "XMLFileReader.h"
#include "SelectFile.h"
#include "ShuttleGui.h"
#include "FileNames.h"
#include "../widgets/BasicMenu.h"
#include "../widgets/KeyView.h"
#include "AudacityMessageBox.h"
#include "wxWidgetsWindowPlacement.h"
Go to the source code of this file.
◆ AssignDefaultsButtonID
#define AssignDefaultsButtonID 17001 |
◆ ClearButtonID
#define ClearButtonID 17004 |
◆ CommandsListID
#define CommandsListID 17005 |
◆ CurrentComboID
#define CurrentComboID 17002 |
◆ EMPTY_SHORTCUT
#define EMPTY_SHORTCUT ("") |
◆ ExportButtonID
#define ExportButtonID 17006 |
◆ FilterID
◆ FilterTimerID
#define FilterTimerID 17012 |
◆ ImportButtonID
#define ImportButtonID 17007 |
◆ NO_SHORTCUT
#define NO_SHORTCUT (wxString)((wxChar)7) |
◆ SetButtonID
#define SetButtonID 17003 |
◆ ViewByKeyID
#define ViewByKeyID 17011 |
◆ ViewByNameID
#define ViewByNameID 17010 |
◆ ViewByTreeID
#define ViewByTreeID 17009 |
◆ KeyConfigPrefsFactory()
A PrefsPanel::Factory that creates one KeyConfigPrefs panel. This factory can be parametrized by name, which specifies a command to be focused initially
Definition at line 937 of file KeyConfigPrefs.cpp.
938{
939 return [=](wxWindow *parent, wxWindowID winid,
AudacityProject *pProject)
940 {
941 wxASSERT(parent);
943 return result;
944 };
945}
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
A PrefsPanel for keybindings.
References name, and safenew.
Referenced by AudacityApp::InitPart2().