Audacity 3.2.0
|
A struct used by MeterPanel to hold the position of one bar. More...
#include <MeterPanel.h>
Public Attributes | |
bool | vert |
wxRect | b |
wxRect | r |
float | peak |
float | rms |
float | peakHold |
double | peakHoldTime |
wxRect | rClip |
bool | clipping |
bool | isclipping |
int | tailPeakCount |
float | peakPeakHold |
A struct used by MeterPanel to hold the position of one bar.
Definition at line 40 of file MeterPanel.h.
wxRect MeterBar::b |
Definition at line 42 of file MeterPanel.h.
Referenced by MeterPanel::HandleLayout(), MeterPanel::OnPaint(), and MeterPanel::SetBarAndClip().
bool MeterBar::clipping |
Definition at line 49 of file MeterPanel.h.
Referenced by MeterPanel::DrawMeterBar(), MeterPanel::OnMeterUpdate(), and MeterPanel::ResetBar().
bool MeterBar::isclipping |
Definition at line 50 of file MeterPanel.h.
Referenced by MeterPanel::OnMeterUpdate(), and MeterPanel::ResetBar().
float MeterBar::peak |
Definition at line 44 of file MeterPanel.h.
Referenced by MeterPanel::DrawMeterBar(), MeterPanel::OnMeterUpdate(), and MeterPanel::ResetBar().
float MeterBar::peakHold |
Definition at line 46 of file MeterPanel.h.
Referenced by MeterPanel::DrawMeterBar(), MeterPanel::OnMeterUpdate(), and MeterPanel::ResetBar().
double MeterBar::peakHoldTime |
Definition at line 47 of file MeterPanel.h.
Referenced by MeterPanel::OnMeterUpdate(), and MeterPanel::ResetBar().
float MeterBar::peakPeakHold |
Definition at line 52 of file MeterPanel.h.
Referenced by MeterPanel::DrawMeterBar(), MeterPanel::OnMeterUpdate(), and MeterPanel::ResetBar().
wxRect MeterBar::r |
Definition at line 43 of file MeterPanel.h.
Referenced by MeterPanel::DrawMeterBar(), MeterPanel::HandleLayout(), MeterPanel::OnPaint(), and MeterPanel::SetBarAndClip().
wxRect MeterBar::rClip |
Definition at line 48 of file MeterPanel.h.
Referenced by MeterPanel::DrawMeterBar(), and MeterPanel::SetBarAndClip().
float MeterBar::rms |
Definition at line 45 of file MeterPanel.h.
Referenced by MeterPanel::DrawMeterBar(), MeterPanel::OnMeterUpdate(), and MeterPanel::ResetBar().
int MeterBar::tailPeakCount |
Definition at line 51 of file MeterPanel.h.
Referenced by MeterPanel::OnMeterUpdate(), and MeterPanel::ResetBar().
bool MeterBar::vert |
Definition at line 41 of file MeterPanel.h.
Referenced by MeterPanel::DrawMeterBar(), and MeterPanel::SetBarAndClip().