![]() |
Audacity 3.2.0
|
#include "MeterToolBar.h"#include "widgets/AButton.h"#include <wx/wxprec.h>#include <wx/setup.h>#include <wx/tooltip.h>#include <wx/gbsizer.h>#include "AllThemeResources.h"#include "Decibels.h"#include "ToolManager.h"#include "ProjectAudioIO.h"#include "../widgets/MeterPanel.h"#include "CommandContext.h"Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{MeterToolBar.cpp} |
Functions | |
| IMPLEMENT_CLASS (MeterToolBar, ToolBar) | |
| void | anonymous_namespace{MeterToolBar.cpp}::OnOutputGain (const CommandContext &context) |
| void | anonymous_namespace{MeterToolBar.cpp}::OnOutputGainInc (const CommandContext &context) |
| void | anonymous_namespace{MeterToolBar.cpp}::OnOutputGainDec (const CommandContext &context) |
| void | anonymous_namespace{MeterToolBar.cpp}::OnInputGain (const CommandContext &context) |
| void | anonymous_namespace{MeterToolBar.cpp}::OnInputGainInc (const CommandContext &context) |
| void | anonymous_namespace{MeterToolBar.cpp}::OnInputGainDec (const CommandContext &context) |
| auto | anonymous_namespace{MeterToolBar.cpp}::ExtraMixerMenu () |
| IMPLEMENT_CLASS | ( | MeterToolBar | , |
| ToolBar | |||
| ) |
|
static |
Definition at line 508 of file MeterToolBar.cpp.
|
static |
Definition at line 514 of file MeterToolBar.cpp.
|
static |
Definition at line 520 of file MeterToolBar.cpp.