![]() |
Audacity 3.2.0
|
#include "AudioSetupToolBar.h"
#include "ToolManager.h"
#include <thread>
#include <wx/log.h>
#include <wx/sizer.h>
#include <wx/tooltip.h>
#include "../ActiveProject.h"
#include "AColor.h"
#include "AllThemeResources.h"
#include "AudioIOBase.h"
#include "DeviceToolBar.h"
#include "../KeyboardCapture.h"
#include "Project.h"
#include "../ProjectWindows.h"
#include "DeviceManager.h"
#include "../prefs/PrefsDialog.h"
#include "../prefs/DevicePrefs.h"
#include "../widgets/AButton.h"
#include "../widgets/BasicMenu.h"
#include "wxWidgetsWindowPlacement.h"
Go to the source code of this file.
Classes | |
class | anonymous_namespace{AudioSetupToolBar.cpp}::ViewDeviceSettingsDialog |
Namespaces | |
namespace | anonymous_namespace{AudioSetupToolBar.cpp} |
Functions | |
IMPLEMENT_CLASS (AudioSetupToolBar, ToolBar) | |
Variables | |
static RegisteredToolbarFactory | factory |
AttachedToolBarMenuItem | anonymous_namespace{AudioSetupToolBar.cpp}::sAttachment |
IMPLEMENT_CLASS | ( | AudioSetupToolBar | , |
ToolBar | |||
) |
|
static |
Definition at line 767 of file AudioSetupToolBar.cpp.