#include <MeterValueProvider.h>
Audacity: A Digital Audio Editor
MeterValueProvider.h
Matthieu Hodgkinson
Definition at line 15 of file MeterValueProvider.h.
◆ Direction
Enumerator |
---|
Upwards | |
Downwards | |
Definition at line 18 of file MeterValueProvider.h.
19 {
20 Upwards,
21 Downwards
22 };
◆ ~MeterValueProvider()
virtual MeterValueProvider::~MeterValueProvider |
( |
| ) |
|
|
virtualdefault |
◆ Create()
◆ GetCurrentMax()
virtual float MeterValueProvider::GetCurrentMax |
( |
| ) |
const |
|
pure virtual |
◆ GetDirection()
virtual Direction MeterValueProvider::GetDirection |
( |
| ) |
const |
|
pure virtual |
◆ GetFiveSecMax()
virtual float MeterValueProvider::GetFiveSecMax |
( |
| ) |
const |
|
pure virtual |
◆ GetGlobalMax()
virtual float MeterValueProvider::GetGlobalMax |
( |
| ) |
const |
|
pure virtual |
◆ IsInvisible()
virtual bool MeterValueProvider::IsInvisible |
( |
| ) |
const |
|
pure virtual |
◆ Update()
virtual void MeterValueProvider::Update |
( |
float |
value, |
|
|
bool |
alsoFiveSecondMax |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following files: