Audacity 3.2.0
Public Attributes | List of all members
MeterBar Class Reference

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
 

Detailed Description

A struct used by MeterPanel to hold the position of one bar.

Definition at line 39 of file MeterPanel.h.

Member Data Documentation

◆ b

wxRect MeterBar::b

Definition at line 41 of file MeterPanel.h.

Referenced by MeterPanel::HandleLayout(), and MeterPanel::SetBarAndClip().

◆ clipping

bool MeterBar::clipping

◆ isclipping

bool MeterBar::isclipping

Definition at line 49 of file MeterPanel.h.

Referenced by MeterPanel::OnMeterUpdate(), and MeterPanel::ResetBar().

◆ peak

float MeterBar::peak

◆ peakHold

float MeterBar::peakHold

◆ peakHoldTime

double MeterBar::peakHoldTime

Definition at line 46 of file MeterPanel.h.

Referenced by MeterPanel::OnMeterUpdate(), and MeterPanel::ResetBar().

◆ peakPeakHold

float MeterBar::peakPeakHold

◆ r

wxRect MeterBar::r

◆ rClip

wxRect MeterBar::rClip

Definition at line 47 of file MeterPanel.h.

Referenced by MeterPanel::DrawMeterBar(), and MeterPanel::SetBarAndClip().

◆ rms

float MeterBar::rms

◆ tailPeakCount

int MeterBar::tailPeakCount

Definition at line 50 of file MeterPanel.h.

Referenced by MeterPanel::OnMeterUpdate(), and MeterPanel::ResetBar().

◆ vert

bool MeterBar::vert

Definition at line 40 of file MeterPanel.h.

Referenced by MeterPanel::DrawMeterBar(), and MeterPanel::SetBarAndClip().


The documentation for this class was generated from the following file: