Audacity 3.2.0
|
#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.
Namespaces | |
namespace | anonymous_namespace{DeviceToolBar.cpp} |
Functions | |
IMPLEMENT_CLASS (DeviceToolBar, ToolBar) | |
int | DeviceToolbarPrefsID () |
Methods for DeviceToolBar. More... | |
void | anonymous_namespace{DeviceToolBar.cpp}::OnInputDevice (const CommandContext &context) |
void | anonymous_namespace{DeviceToolBar.cpp}::OnOutputDevice (const CommandContext &context) |
void | anonymous_namespace{DeviceToolBar.cpp}::OnInputChannels (const CommandContext &context) |
void | anonymous_namespace{DeviceToolBar.cpp}::OnAudioHost (const CommandContext &context) |
auto | anonymous_namespace{DeviceToolBar.cpp}::ExtraDeviceMenu () |
Variables | |
static RegisteredToolbarFactory | factory |
AttachedToolBarMenuItem | anonymous_namespace{DeviceToolBar.cpp}::sAttachment |
AttachedItem | anonymous_namespace{DeviceToolBar.cpp}::sAttachment2 |
int DeviceToolbarPrefsID | ( | ) |
Methods for DeviceToolBar.
Definition at line 67 of file DeviceToolBar.cpp.
Referenced by AudioSetupToolBar::CommonMenuItemSteps(), DeviceToolBar::OnChoice(), AudioSetupToolBar::UpdateSelectedPrefs(), and DeviceToolBar::UpdateSelectedPrefs().
IMPLEMENT_CLASS | ( | DeviceToolBar | , |
ToolBar | |||
) |
|
static |
Definition at line 758 of file DeviceToolBar.cpp.