
Signals | |
| void | stopped () |
Public Member Functions | |
| SoundData (const QString &name) | |
| void | playLoop (int loopcnt=-1) |
| void | timerEvent (QTimerEvent *e) |
| bool | isFinished () const |
| void | killTimers () |
Private Attributes | |
| QString | filename |
| int | loopsleft |
| int | ms |
|
|
Definition at line 109 of file sound.cpp. References filename, loopsleft, ms, and WAVsoundDuration(). |
|
|
Definition at line 139 of file sound.cpp. References loopsleft. Referenced by Sound::isFinished(). |
|
|
Definition at line 148 of file sound.cpp. References stopped(). Referenced by Sound::play(), Sound::playLoop(), and Sound::stop(). |
|
|
Definition at line 117 of file sound.cpp. Referenced by Sound::play(), and Sound::playLoop(). |
|
|
Referenced by killTimers(). |
|
|
Definition at line 127 of file sound.cpp. References loopsleft. |
|
|
Definition at line 154 of file sound.cpp. Referenced by SoundData(). |
|
|
Definition at line 155 of file sound.cpp. Referenced by isFinished(), playLoop(), SoundData(), and timerEvent(). |
|
|
Definition at line 156 of file sound.cpp. Referenced by playLoop(), and SoundData(). |
1.4.2