14#ifndef __AUDACITY_METER_TOOLBAR__
15#define __AUDACITY_METER_TOOLBAR__
30using MeterToolBars = std::vector< std::reference_wrapper<MeterToolBar> >;
59 void Create(wxWindow *parent)
override;
63 void Repaint(wxDC * WXUNUSED(dc))
override {};
68 void OnSize(wxSizeEvent & event);
69 bool Expose(
bool show)
override;
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
An explicitly nonlocalized string, not meant for the user to see.
MeterPanel is a panel that paints the meter used for monitoring or playback.
Holds a msgid for the translation catalog; may also bind format arguments.