
Public Member Functions | |
| void | reset () |
| void | playing (int priority) |
| void | played () |
The listener of sound events.
| void alma::acsplugins::alarmsystem::gui::sound::AlarmSoundListener::played | ( | ) |
A sound has been played.
Implemented in alma::acsplugins::alarmsystem::gui::toolbar::SoundWidget.
Referenced by alma::acsplugins::alarmsystem::gui::sound::AlarmSound::run().
| void alma::acsplugins::alarmsystem::gui::sound::AlarmSoundListener::playing | ( | int | priority | ) |
A sound is playing for the passed priority.
| priority | The priority of the alarm for which a sound is playing |
Implemented in alma::acsplugins::alarmsystem::gui::toolbar::SoundWidget.
Referenced by alma::acsplugins::alarmsystem::gui::sound::AlarmSound::run().
| void alma::acsplugins::alarmsystem::gui::sound::AlarmSoundListener::reset | ( | ) |
The level of sounds has been reset because the time interval has elapsed.
Implemented in alma::acsplugins::alarmsystem::gui::toolbar::SoundWidget.
Referenced by alma::acsplugins::alarmsystem::gui::sound::AlarmSound::run().
1.6.2