#include "SpectralSelectionBar.h"
#include "ToolManager.h"
#include <algorithm>
#include <wx/wxprec.h>
#include <wx/setup.h>
#include <wx/defs.h>
#include <wx/checkbox.h>
#include <wx/combobox.h>
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/valtext.h>
#include <wx/window.h>
#include <wx/statline.h>
#include "Prefs.h"
#include "Project.h"
#include "ProjectNumericFormats.h"
#include "ProjectRate.h"
#include "ProjectSelectionManager.h"
#include "AllThemeResources.h"
#include "SelectedRegion.h"
#include "ViewInfo.h"
#include "WaveTrack.h"
#include "../widgets/NumericTextCtrl.h"
Go to the source code of this file.
◆ anonymous enum
Enumerator |
---|
SpectralSelectionBarFirstID | |
OnCenterID | |
OnWidthID | |
OnLowID | |
OnHighID | |
OnChoiceID | |
Definition at line 64 of file SpectralSelectionBar.cpp.
64 {
71};
@ SpectralSelectionBarFirstID
◆ IMPLEMENT_CLASS()
◆ preferencePath()
static const wxString preferencePath |
( |
wxT("/GUI/Toolbars/SpectralSelection/CenterAndWidthChoice") |
| ) |
|
|
static |
◆ factory
Initial value:{
}
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
(not quite a Toolbar) at foot of screen for setting and viewing the frequency selection range.
Definition at line 512 of file SpectralSelectionBar.cpp.