Audacity 3.2.0
Classes | Namespaces | Functions | Variables
AudioSetupToolBar.cpp File Reference
#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"
Include dependency graph for AudioSetupToolBar.cpp:

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
 

Function Documentation

◆ IMPLEMENT_CLASS()

IMPLEMENT_CLASS ( AudioSetupToolBar  ,
ToolBar   
)

Variable Documentation

◆ factory

RegisteredToolbarFactory factory
static
Initial value:
{
}
}
#define safenew
Definition: MemoryX.h:9
const auto project
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90
A toolbar to allow easier changing of input and output devices .
wxWindowPtr< ToolBar > Holder
Definition: ToolBar.h:78

Definition at line 778 of file AudioSetupToolBar.cpp.