#include "SelectionBar.h"
#include "SelectionBarListener.h"
#include "ToolManager.h"
#include <wx/wxprec.h>
#include <wx/setup.h>
#include <wx/checkbox.h>
#include <wx/combobox.h>
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/valtext.h>
#include <wx/stattext.h>
#include <wx/statline.h>
#include "AudioIO.h"
#include "AColor.h"
#include "../KeyboardCapture.h"
#include "Prefs.h"
#include "Project.h"
#include "ProjectAudioIO.h"
#include "../ProjectSettings.h"
#include "../Snap.h"
#include "ViewInfo.h"
#include "QualitySettings.h"
#include "AllThemeResources.h"
#include "../widgets/auStaticText.h"
Go to the source code of this file.
◆ anonymous enum
Enumerator |
---|
SelectionBarFirstID | |
RateID | |
SnapToID | |
OnMenuID | |
ChoiceID | |
StartTimeID | |
LengthTimeID | |
CenterTimeID | |
EndTimeID | |
AudioTimeID | |
Definition at line 76 of file SelectionBar.cpp.
◆ IMPLEMENT_CLASS()
◆ 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 selection range.
Definition at line 831 of file SelectionBar.cpp.
◆ numbers