#include "DeviceToolBar.h"
#include "ToolManager.h"
#include <thread>
#include <wx/wxprec.h>
#include <wx/setup.h>
#include <wx/app.h>
#include <wx/choice.h>
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/statbmp.h>
#include <wx/stattext.h>
#include <wx/tooltip.h>
#include "../TrackPanel.h"
#include "AColor.h"
#include "AllThemeResources.h"
#include "AudioIOBase.h"
#include "ImageManipulation.h"
#include "../KeyboardCapture.h"
#include "Prefs.h"
#include "Project.h"
#include "ShuttleGui.h"
#include "../widgets/Grabber.h"
#include "DeviceManager.h"
#include "AudacityMessageBox.h"
#include "CommandContext.h"
#include "../CommonCommandFlags.h"
Go to the source code of this file.
◆ DeviceToolbarPrefsID()
| int DeviceToolbarPrefsID |
( |
| ) |
|
◆ 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...
Definition at line 758 of file DeviceToolBar.cpp.