Audacity 3.2.0
Namespaces | Functions | Variables
MixerToolBar.cpp File Reference
#include "MixerToolBar.h"
#include "ToolManager.h"
#include <wx/wxprec.h>
#include <wx/choice.h>
#include <wx/event.h>
#include <wx/intl.h>
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/statbmp.h>
#include <wx/tooltip.h>
#include "AColor.h"
#include "AllThemeResources.h"
#include "../AudioIO.h"
#include "ImageManipulation.h"
#include "../KeyboardCapture.h"
#include "Prefs.h"
#include "../widgets/ASlider.h"
#include "../widgets/Grabber.h"
Include dependency graph for MixerToolBar.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{MixerToolBar.cpp}
 

Functions

 IMPLEMENT_CLASS (MixerToolBar, ToolBar)
 

Variables

static RegisteredToolbarFactory factory
 
AttachedToolBarMenuItem anonymous_namespace{MixerToolBar.cpp}::sAttachment
 

Function Documentation

◆ IMPLEMENT_CLASS()

IMPLEMENT_CLASS ( MixerToolBar  ,
ToolBar   
)

Variable Documentation

◆ factory

RegisteredToolbarFactory factory
static
Initial value:
[]( AudacityProject &project ){
return ToolBar::Holder{ safenew MixerToolBar{ project } }; }
}
#define safenew
Definition: MemoryX.h:10
@ MixerBarID
Definition: ToolBar.h:77
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:89
A ToolBar that provides the record and playback volume settings.
Definition: MixerToolBar.h:24
wxWindowPtr< ToolBar > Holder
Definition: ToolBar.h:103

Definition at line 328 of file MixerToolBar.cpp.