Public Slots | |
| void | set_active (bool b) |
Public Member Functions | |
| VUMeterOverLed (QWidget *parent) | |
Protected Member Functions | |
| void | paintEvent (QPaintEvent *e) |
An LED-styled widget that indicates audio levels > 0.0 dB. It looks like a warning lamp and can be switched on and off. It doesn't analyze audio data itself.
A VUMeterOverLed is usually constructed within a VUMeter object in conjunction with a VUMeterLevel object. It can be switched on to indicate the occurrence of audio levels > 0.0 dB.
| void VUMeterOverLed::set_active | ( | bool | b | ) | [slot] |
Switches the LED indicator on and off. Connect this slot with the signal VUMeterLevel::activate_over_led(bool).
| b | new state of the LED indicator. |
1.5.5