![]() |
Audacity 3.2.0
|
MeterPanel is a panel that paints the meter used for monitoring or playback. More...
#include <MeterPanel.h>
Classes | |
struct | State |
Public Types | |
enum | Style { AutomaticStereo , HorizontalStereo , VerticalStereo , MixerTrackCluster , HorizontalStereoCompact , VerticalStereoCompact } |
Public Member Functions | |
MeterPanel (AudacityProject *, wxWindow *parent, wxWindowID id, bool isInput, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, Style style=HorizontalStereo, float fDecayRate=60.0f) | |
void | SetFocusFromKbd () override |
void | Clear () override |
Style | GetStyle () const |
Style | GetDesiredStyle () const |
void | SetStyle (Style newStyle) |
void | Reset (double sampleRate, bool resetClipping) override |
This method is thread-safe! Feel free to call from a different thread (like from an audio I/O callback). More... | |
void | UpdateDisplay (unsigned numChannels, int numFrames, const float *sampleData) override |
Update the meters with a block of audio data. More... | |
bool | IsMeterDisabled () const override |
Find out if the level meter is disabled or not. More... | |
float | GetMaxPeak () const override |
float | GetPeakHold () const |
bool | IsMonitoring () const |
bool | IsActive () const |
bool | IsClipping () const override |
void | StartMonitoring () |
void | StopMonitoring () |
State | SaveState () |
void | RestoreState (const State &state) |
void | SetMixer (wxCommandEvent &event) |
int | GetDBRange () const override |
bool | ShowDialog () |
void | Increase (float steps) |
void | Decrease (float steps) |
void | UpdateSliderControl () |
void | ShowMenu (const wxPoint &pos) |
void | SetName (const TranslatableString &name) |
![]() | |
~MeterPanelBase () override | |
template<typename ... Args> | |
MeterPanelBase (Args &&...args) | |
std::shared_ptr< Meter > | GetMeter () const |
virtual void | Clear ()=0 |
virtual void | Reset (double sampleRate, bool resetClipping)=0 |
virtual void | UpdateDisplay (unsigned numChannels, int numFrames, const float *sampleData)=0 |
virtual bool | IsMeterDisabled () const =0 |
virtual float | GetMaxPeak () const =0 |
virtual bool | IsClipping () const =0 |
virtual int | GetDBRange () const =0 |
wxPanelWrapper () | |
wxPanelWrapper (wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER, const TranslatableString &name=XO("Panel")) | |
![]() | |
wxPanelWrapper () | |
wxPanelWrapper (wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER, const TranslatableString &name=XO("Panel")) | |
bool | Create (wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER, const TranslatableString &name=XO("Panel")) |
void | SetLabel (const TranslatableString &label) |
void | SetName (const TranslatableString &name) |
void | SetToolTip (const TranslatableString &toolTip) |
void | SetName () |
![]() | |
wxTabTraversalWrapper (Args &&... args) | |
wxTabTraversalWrapper (const wxTabTraversalWrapper &)=delete | |
wxTabTraversalWrapper (wxTabTraversalWrapper &&)=delete | |
wxTabTraversalWrapper & | operator= (const wxTabTraversalWrapper &)=delete |
wxTabTraversalWrapper & | operator= (wxTabTraversalWrapper &&)=delete |
Private Member Functions | |
void | UpdatePrefs () override |
void | UpdateSelectedPrefs (int) override |
void | OnErase (wxEraseEvent &evt) |
void | OnPaint (wxPaintEvent &evt) |
void | OnSize (wxSizeEvent &evt) |
void | OnMouse (wxMouseEvent &evt) |
void | OnKeyDown (wxKeyEvent &evt) |
void | OnCharHook (wxKeyEvent &evt) |
void | OnContext (wxContextMenuEvent &evt) |
void | OnSetFocus (wxFocusEvent &evt) |
void | OnKillFocus (wxFocusEvent &evt) |
void | OnAudioIOStatus (AudioIOEvent) |
void | OnAudioCapture (AudioIOEvent) |
void | OnMeterUpdate (wxTimerEvent &evt) |
void | OnTipTimeout (wxTimerEvent &evt) |
void | HandleLayout (wxDC &dc) |
void | SetActiveStyle (Style style) |
void | SetBarAndClip (int iBar, bool vert) |
void | DrawMeterBar (wxDC &dc, MeterBar *meterBar) |
void | ResetBar (MeterBar *bar, bool resetClipping) |
void | RepaintBarsNow () |
wxFont | GetFont () const |
void | OnMonitor (wxCommandEvent &evt) |
void | OnPreferences (wxCommandEvent &evt) |
wxString | Key (const wxString &key) const |
![]() | |
PrefsListener () | |
virtual | ~PrefsListener () |
virtual void | UpdatePrefs ()=0 |
virtual void | UpdateSelectedPrefs (int id) |
Friends | |
class | MeterAx |
Additional Inherited Members | |
![]() | |
static TempAllowFocus | TemporarilyAllowFocus () |
![]() | |
static void | Broadcast (int id=0) |
Call this static function to notify all PrefsListener objects. More... | |
MeterPanel is a panel that paints the meter used for monitoring or playback.
VU Meter, for displaying recording/playback level.
This is a bunch of common code that can display many different forms of VU meters and other displays.
But note that a lot of later code here assumes these are MeterToolBar meters, e.g., MeterPanel::StartMonitoring, so these are not as generic/common as originally intended.
Definition at line 101 of file MeterPanel.h.
enum MeterPanel::Style |
Enumerator | |
---|---|
AutomaticStereo | |
HorizontalStereo | |
VerticalStereo | |
MixerTrackCluster | |
HorizontalStereoCompact | |
VerticalStereoCompact |
Definition at line 110 of file MeterPanel.h.
MeterPanel::MeterPanel | ( | AudacityProject * | project, |
wxWindow * | parent, | ||
wxWindowID | id, | ||
bool | isInput, | ||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
Style | style = HorizontalStereo , |
||
float | fDecayRate = 60.0f |
||
) |
Definition at line 292 of file MeterPanel.cpp.
|
overridevirtual |
Implements MeterPanelBase.
Definition at line 405 of file MeterPanel.cpp.
References MeterUpdateQueue::Clear(), and mQueue.
void MeterPanel::Decrease | ( | float | steps | ) |
Definition at line 892 of file MeterPanel.cpp.
References mSlider, and SetMixer().
Referenced by MeterToolBar::AdjustInputGain(), and MeterToolBar::AdjustOutputGain().
|
private |
Definition at line 1598 of file MeterPanel.cpp.
References MeterBar::clipping, AColor::Line(), mBitmap, mBkgndBrush, mBrush, mClip, mClipBrush, mDisabledBkgndBrush, mGradient, mMeterDisabled, mPeakPeakPen, mPen, mRMSBrush, MeterBar::peak, MeterBar::peakHold, MeterBar::peakPeakHold, MeterBar::r, MeterBar::rClip, MeterBar::rms, and MeterBar::vert.
Referenced by OnPaint().
|
inlineoverridevirtual |
Implements MeterPanelBase.
Definition at line 199 of file MeterPanel.h.
|
inline |
Definition at line 133 of file MeterPanel.h.
|
private |
Definition at line 1167 of file MeterPanel.cpp.
Referenced by HandleLayout(), and OnPaint().
|
overridevirtual |
Implements MeterPanelBase.
Definition at line 1149 of file MeterPanel.cpp.
float MeterPanel::GetPeakHold | ( | ) | const |
|
inline |
Definition at line 132 of file MeterPanel.h.
|
private |
Definition at line 1294 of file MeterPanel.cpp.
References _, AutomaticStereo, MeterBar::b, gap, GetFont(), HorizontalStereo, HorizontalStereoCompact, intmax(), mBar, mDesiredStyle, mHeight, MixerTrackCluster, mLayoutValid, mLeftSize, mLeftText, mLeftTextPos, mNumBars, mRightSize, mRightText, mRightTextPos, mRuler, mRulerHeight, mRulerWidth, mSliderPos, mSliderSize, mStyle, mWidth, Ruler::OfflimitsPixels(), MeterBar::r, SetActiveStyle(), SetBarAndClip(), Ruler::SetBounds(), VerticalStereo, VerticalStereoCompact, and wxT().
Referenced by OnPaint().
void MeterPanel::Increase | ( | float | steps | ) |
Definition at line 881 of file MeterPanel.cpp.
References mSlider, and SetMixer().
Referenced by MeterToolBar::AdjustInputGain(), and MeterToolBar::AdjustOutputGain().
bool MeterPanel::IsActive | ( | ) | const |
Definition at line 1192 of file MeterPanel.cpp.
References mActive.
|
overridevirtual |
Implements MeterPanelBase.
Definition at line 1202 of file MeterPanel.cpp.
|
overridevirtual |
Find out if the level meter is disabled or not.
This method is thread-safe! Feel free to call from a different thread (like from an audio I/O callback).
Implements MeterPanelBase.
Definition at line 1858 of file MeterPanel.cpp.
References mMeterDisabled.
bool MeterPanel::IsMonitoring | ( | ) | const |
Definition at line 1197 of file MeterPanel.cpp.
References mMonitoring.
|
private |
Definition at line 2097 of file MeterPanel.cpp.
References key, mIsInput, mStyle, and wxT().
Referenced by OnPreferences(), and UpdatePrefs().
|
private |
Definition at line 1912 of file MeterPanel.cpp.
References AudioIOEvent::CAPTURE, mEnabled, mProject, mSlider, AudioIOEvent::pProject, and AudioIOEvent::type.
|
private |
Definition at line 1891 of file MeterPanel.cpp.
References mActive, mIsInput, mMeterRefreshRate, mMonitoring, AudioIOEvent::MONITOR, mProject, mTimer, AudioIOEvent::on, AudioIOEvent::PLAYBACK, AudioIOEvent::pProject, and AudioIOEvent::type.
|
private |
Definition at line 756 of file MeterPanel.cpp.
References mStyle, and ShowMenu().
|
private |
Definition at line 778 of file MeterPanel.cpp.
References mStyle, and ShowMenu().
|
private |
Definition at line 500 of file MeterPanel.cpp.
|
private |
Definition at line 790 of file MeterPanel.cpp.
References mSlider.
|
private |
Definition at line 812 of file MeterPanel.cpp.
References mIsFocused, mSlider, and mTipTimer.
|
private |
Definition at line 1045 of file MeterPanel.cpp.
References MeterUpdateQueue::Clear(), MeterBar::clipping, MeterUpdateMsg::clipping, DB_TO_LINEAR, floatMax(), MeterUpdateQueue::Get(), MeterUpdateMsg::headPeakCount, MeterBar::isclipping, mBar, mDB, mDBRange, mDecay, mDecayRate, mIsInput, mMeterDisabled, mNumBars, mNumPeakSamplesToClip, mPeakHoldDuration, mQueue, mRate, mT, MeterUpdateMsg::numFrames, MeterBar::peak, MeterUpdateMsg::peak, MeterBar::peakHold, MeterBar::peakHoldTime, MeterBar::peakPeakHold, RepaintBarsNow(), MeterBar::rms, MeterUpdateMsg::rms, MeterBar::tailPeakCount, MeterUpdateMsg::tailPeakCount, and ToDB().
|
private |
Definition at line 1977 of file MeterPanel.cpp.
References StartMonitoring().
|
private |
Definition at line 730 of file MeterPanel.cpp.
References mLayoutValid, mSlider, mStyle, mTipTimer, and ShowMenu().
|
private |
Definition at line 505 of file MeterPanel.cpp.
References AColor::Bevel(), ThemeBase::Colour(), ThemeBase::ColourDistance(), Ruler::Draw(), AColor::DrawFocus(), DrawMeterBar(), GetFont(), HandleLayout(), HorizontalStereoCompact, AColor::Line(), mBar, mBitmap, mBkgndBrush, mClip, mDB, mDBRange, mGradient, mHeight, mIsFocused, mLayoutValid, mLeftText, mLeftTextPos, mNumBars, mRightText, mRightTextPos, mRuler, mSlider, mSliderPos, mSliderSize, mStyle, mWidth, MeterBar::r, Ruler::SetTickColour(), theTheme, and VerticalStereoCompact.
|
private |
Definition at line 1982 of file MeterPanel.cpp.
References AutomaticStereo, PrefsListener::Broadcast(), eIsCreating, FindProjectFrame(), FileConfig::Flush(), gPrefs, HorizontalStereo, Key(), MAX_REFRESH_RATE, mDB, mDesiredStyle, MeterPrefsID(), mGradient, MIN_REFRESH_RATE, mIsInput, mMeterRefreshRate, mProject, S, wxDialogWrapper::SetName(), title, VerticalStereo, wxT(), XO(), and XXO().
|
private |
Definition at line 806 of file MeterPanel.cpp.
References mIsFocused.
|
private |
Definition at line 722 of file MeterPanel.cpp.
References mHeight, mLayoutValid, and mWidth.
|
private |
Definition at line 1142 of file MeterPanel.cpp.
References mSlider.
|
private |
Definition at line 1581 of file MeterPanel.cpp.
References mLayoutValid, and mNumBars.
Referenced by OnMeterUpdate().
|
overridevirtual |
This method is thread-safe! Feel free to call from a different thread (like from an audio I/O callback).
Implements MeterPanelBase.
Definition at line 903 of file MeterPanel.cpp.
References MeterUpdateQueue::Clear(), kMaxMeterBars, mBar, mLayoutValid, mMeterRefreshRate, mQueue, mRate, mT, mTimer, and ResetBar().
Referenced by UpdatePrefs().
|
private |
Definition at line 1177 of file MeterPanel.cpp.
References MeterBar::clipping, MeterBar::isclipping, MeterBar::peak, MeterBar::peakHold, MeterBar::peakHoldTime, MeterBar::peakPeakHold, MeterBar::rms, and MeterBar::tailPeakCount.
Referenced by Reset().
void MeterPanel::RestoreState | ( | const State & | state | ) |
Definition at line 1931 of file MeterPanel.cpp.
References MeterPanel::State::mActive, mActive, mMeterRefreshRate, MeterPanel::State::mMonitoring, mMonitoring, MeterPanel::State::mSaved, and mTimer.
Referenced by MeterToolBar::ReCreateButtons().
auto MeterPanel::SaveState | ( | ) |
Definition at line 1926 of file MeterPanel.cpp.
Referenced by MeterToolBar::ReCreateButtons().
|
private |
Definition at line 1210 of file MeterPanel.cpp.
References Ruler::GetMaxSize(), HorizontalStereo, HorizontalStereoCompact, LinearDBFormat::Instance(), RealFormat::LinearInstance(), mDB, mDBRange, mRuler, mRulerHeight, mRulerWidth, mStyle, Ruler::SetBounds(), Ruler::SetFormat(), Ruler::SetOrientation(), and Ruler::SetRange().
Referenced by HandleLayout(), SetStyle(), and UpdatePrefs().
|
private |
Definition at line 1251 of file MeterPanel.cpp.
References MeterBar::b, gap, mBar, mClip, MeterBar::r, MeterBar::rClip, and MeterBar::vert.
Referenced by HandleLayout().
|
override |
Definition at line 2115 of file MeterPanel.cpp.
References BasicUI::SetFocus(), and MeterPanelBase::TemporarilyAllowFocus().
void MeterPanel::SetMixer | ( | wxCommandEvent & | event | ) |
Definition at line 834 of file MeterPanel.cpp.
References AudioIO::Get(), mIsInput, and mSlider.
Referenced by Decrease(), Increase(), and ShowDialog().
void MeterPanel::SetName | ( | const TranslatableString & | name | ) |
Definition at line 1969 of file MeterPanel.cpp.
References mSlider, and wxPanelWrapper::SetName().
Referenced by MeterToolBar::Populate().
void MeterPanel::SetStyle | ( | Style | newStyle | ) |
Definition at line 822 of file MeterPanel.cpp.
References AutomaticStereo, mDesiredStyle, mLayoutValid, mStyle, and SetActiveStyle().
bool MeterPanel::ShowDialog | ( | ) |
Definition at line 866 of file MeterPanel.cpp.
References mSlider, and SetMixer().
Referenced by MeterToolBar::ShowInputGainDialog(), and MeterToolBar::ShowOutputGainDialog().
void MeterPanel::ShowMenu | ( | const wxPoint & | pos | ) |
Definition at line 1948 of file MeterPanel.cpp.
References _, mActive, mIsInput, mMonitoring, OnMonitorID, OnPreferencesID, and BasicMenu::Handle::Popup().
Referenced by OnCharHook(), OnContext(), OnMouse(), and MeterToolBar::Populate().
void MeterPanel::StartMonitoring | ( | ) |
Definition at line 1863 of file MeterPanel.cpp.
References AudioIO::Get(), ProjectAudioIO::GetDefaultOptions(), mLayoutValid, mMonitoring, and mProject.
Referenced by OnMonitor().
void MeterPanel::StopMonitoring | ( | ) |
Definition at line 1883 of file MeterPanel.cpp.
References AudioIO::Get(), and mMonitoring.
|
overridevirtual |
Update the meters with a block of audio data.
Process the supplied block of audio data, extracting the peak and RMS levels to send to the meter. Also record runs of clipped samples to detect clipping that lies on block boundaries. This method is thread-safe! Feel free to call from a different thread (like from an audio I/O callback).
First overload:
numChannels | The number of channels of audio being played back or recorded. |
numFrames | The number of frames (samples) in this data block. It is assumed that there are the same number of frames in each channel. |
sampleData | The audio data itself, as interleaved samples. So indexing through the array we get the first sample of channel, first sample of channel 2 etc up to the first sample of channel (numChannels), then the second sample of channel 1, second sample of channel 2, and so to the second sample of channel (numChannels). The last sample in the array will be the (numFrames) sample for channel (numChannels). |
The second overload is for ease of use in MixerBoard.
Implements MeterPanelBase.
Definition at line 963 of file MeterPanel.cpp.
References MeterUpdateMsg::clipping, floatMax(), MeterUpdateMsg::headPeakCount, MAX_AUDIO, min(), mNumBars, mNumPeakSamplesToClip, mQueue, MeterUpdateMsg::numFrames, MeterUpdateMsg::peak, MeterUpdateQueue::Put(), MeterUpdateMsg::rms, staffpad::audio::simd::sqrt(), and MeterUpdateMsg::tailPeakCount.
|
overrideprivatevirtual |
Implements PrefsListener.
Definition at line 410 of file MeterPanel.cpp.
References AutomaticStereo, DecibelScaleCutoff, gPrefs, HorizontalStereo, Key(), MAX_REFRESH_RATE, mDB, mDBRange, mDesiredStyle, mGradient, min(), MIN_REFRESH_RATE, mLayoutValid, mLeftSize, mMeterDisabled, mMeterRefreshRate, mRate, mRightSize, Setting< T >::Read(), Reset(), SetActiveStyle(), VerticalStereo, and wxT().
Referenced by UpdateSelectedPrefs().
|
overrideprivatevirtual |
Reimplemented from PrefsListener.
Definition at line 462 of file MeterPanel.cpp.
References AudioIO::Get(), mEnabled, MeterPrefsID(), mIsInput, mSlider, and UpdatePrefs().
void MeterPanel::UpdateSliderControl | ( | ) |
Definition at line 478 of file MeterPanel.cpp.
References AudioIO::Get(), mEnabled, mIsInput, and mSlider.
Referenced by MeterToolBar::AdjustInputGain(), MeterToolBar::AdjustOutputGain(), MeterToolBar::ShowInputGainDialog(), MeterToolBar::ShowOutputGainDialog(), and MeterToolBar::UpdateControls().
|
friend |
Definition at line 316 of file MeterPanel.h.
|
private |
Definition at line 283 of file MeterPanel.h.
Referenced by IsActive(), OnAudioIOStatus(), RestoreState(), and ShowMenu().
|
private |
Definition at line 251 of file MeterPanel.h.
|
private |
Definition at line 250 of file MeterPanel.h.
|
private |
Definition at line 286 of file MeterPanel.h.
Referenced by GetMaxPeak(), GetPeakHold(), HandleLayout(), IsClipping(), OnMeterUpdate(), OnPaint(), Reset(), and SetBarAndClip().
|
private |
Definition at line 290 of file MeterPanel.h.
Referenced by DrawMeterBar(), and OnPaint().
|
private |
Definition at line 301 of file MeterPanel.h.
Referenced by DrawMeterBar(), and OnPaint().
|
private |
Definition at line 298 of file MeterPanel.h.
Referenced by DrawMeterBar().
|
private |
Definition at line 273 of file MeterPanel.h.
Referenced by DrawMeterBar(), OnPaint(), and SetBarAndClip().
|
private |
Definition at line 300 of file MeterPanel.h.
Referenced by DrawMeterBar().
|
private |
Definition at line 269 of file MeterPanel.h.
Referenced by OnMeterUpdate(), OnPaint(), OnPreferences(), SetActiveStyle(), and UpdatePrefs().
|
private |
Definition at line 270 of file MeterPanel.h.
Referenced by OnMeterUpdate(), OnPaint(), SetActiveStyle(), and UpdatePrefs().
|
private |
Definition at line 271 of file MeterPanel.h.
Referenced by OnMeterUpdate().
|
private |
Definition at line 272 of file MeterPanel.h.
Referenced by OnMeterUpdate().
|
private |
Definition at line 267 of file MeterPanel.h.
Referenced by HandleLayout(), OnPreferences(), SetStyle(), and UpdatePrefs().
|
private |
Definition at line 302 of file MeterPanel.h.
Referenced by DrawMeterBar().
|
private |
Definition at line 296 of file MeterPanel.h.
|
private |
Definition at line 311 of file MeterPanel.h.
Referenced by OnAudioCapture(), UpdateSelectedPrefs(), and UpdateSliderControl().
|
private |
Definition at line 314 of file MeterPanel.h.
|
private |
Definition at line 268 of file MeterPanel.h.
Referenced by DrawMeterBar(), OnPaint(), OnPreferences(), and UpdatePrefs().
|
private |
Definition at line 259 of file MeterPanel.h.
Referenced by HandleLayout(), OnPaint(), and OnSize().
|
private |
Definition at line 313 of file MeterPanel.h.
Referenced by OnKillFocus(), OnPaint(), and OnSetFocus().
|
private |
Definition at line 264 of file MeterPanel.h.
Referenced by Key(), OnAudioIOStatus(), OnMeterUpdate(), OnPreferences(), SetMixer(), ShowMenu(), UpdateSelectedPrefs(), and UpdateSliderControl().
|
private |
Definition at line 288 of file MeterPanel.h.
Referenced by HandleLayout(), OnMouse(), OnPaint(), OnSize(), RepaintBarsNow(), Reset(), SetStyle(), StartMonitoring(), and UpdatePrefs().
|
private |
Definition at line 293 of file MeterPanel.h.
Referenced by HandleLayout(), and UpdatePrefs().
|
private |
Definition at line 304 of file MeterPanel.h.
Referenced by HandleLayout(), and OnPaint().
|
private |
Definition at line 291 of file MeterPanel.h.
Referenced by HandleLayout(), and OnPaint().
|
private |
Definition at line 279 of file MeterPanel.h.
Referenced by DrawMeterBar(), IsMeterDisabled(), OnMeterUpdate(), and UpdatePrefs().
|
private |
Definition at line 278 of file MeterPanel.h.
Referenced by OnAudioIOStatus(), OnPreferences(), Reset(), RestoreState(), and UpdatePrefs().
|
private |
Definition at line 281 of file MeterPanel.h.
Referenced by IsMonitoring(), OnAudioIOStatus(), RestoreState(), ShowMenu(), StartMonitoring(), and StopMonitoring().
|
private |
Definition at line 285 of file MeterPanel.h.
Referenced by GetMaxPeak(), GetPeakHold(), HandleLayout(), IsClipping(), OnMeterUpdate(), OnPaint(), RepaintBarsNow(), and UpdateDisplay().
|
private |
Definition at line 274 of file MeterPanel.h.
Referenced by OnMeterUpdate(), and UpdateDisplay().
|
private |
Definition at line 275 of file MeterPanel.h.
Referenced by OnMeterUpdate().
|
private |
Definition at line 297 of file MeterPanel.h.
Referenced by DrawMeterBar().
|
private |
Definition at line 295 of file MeterPanel.h.
Referenced by DrawMeterBar().
|
private |
Definition at line 253 of file MeterPanel.h.
Referenced by OnAudioCapture(), OnAudioIOStatus(), OnPreferences(), and StartMonitoring().
|
private |
Definition at line 254 of file MeterPanel.h.
Referenced by Clear(), OnMeterUpdate(), Reset(), and UpdateDisplay().
|
private |
Definition at line 277 of file MeterPanel.h.
Referenced by OnMeterUpdate(), Reset(), and UpdatePrefs().
|
private |
Definition at line 294 of file MeterPanel.h.
Referenced by HandleLayout(), and UpdatePrefs().
|
private |
Definition at line 305 of file MeterPanel.h.
Referenced by HandleLayout(), and OnPaint().
|
private |
Definition at line 292 of file MeterPanel.h.
Referenced by HandleLayout(), and OnPaint().
|
private |
Definition at line 299 of file MeterPanel.h.
Referenced by DrawMeterBar().
|
private |
Definition at line 303 of file MeterPanel.h.
Referenced by HandleLayout(), OnPaint(), and SetActiveStyle().
|
private |
Definition at line 262 of file MeterPanel.h.
Referenced by HandleLayout(), and SetActiveStyle().
|
private |
Definition at line 261 of file MeterPanel.h.
Referenced by HandleLayout(), and SetActiveStyle().
|
private |
Definition at line 307 of file MeterPanel.h.
Referenced by Decrease(), Increase(), OnAudioCapture(), OnKeyDown(), OnKillFocus(), OnMouse(), OnPaint(), OnTipTimeout(), SetMixer(), SetName(), ShowDialog(), UpdateSelectedPrefs(), and UpdateSliderControl().
|
private |
Definition at line 308 of file MeterPanel.h.
Referenced by HandleLayout(), and OnPaint().
|
private |
Definition at line 309 of file MeterPanel.h.
Referenced by HandleLayout(), and OnPaint().
|
private |
Definition at line 266 of file MeterPanel.h.
Referenced by HandleLayout(), Key(), OnCharHook(), OnContext(), OnMouse(), OnPaint(), SetActiveStyle(), and SetStyle().
|
private |
Definition at line 276 of file MeterPanel.h.
Referenced by OnMeterUpdate(), and Reset().
|
private |
Definition at line 255 of file MeterPanel.h.
Referenced by OnAudioIOStatus(), Reset(), and RestoreState().
|
private |
Definition at line 256 of file MeterPanel.h.
Referenced by OnKillFocus(), and OnMouse().
|
private |
Definition at line 258 of file MeterPanel.h.
Referenced by HandleLayout(), OnPaint(), and OnSize().