Qt 4.8
|
Public Functions | |
SoundInfo (const QString &fn, int lp, QSound *snd, QAuServerWindows *srv) | |
Public Variables | |
QString | filename |
int | loops |
QAuServerWindows * | server |
QSound * | sound |
Definition at line 95 of file qsound_win.cpp.
|
inline |
Definition at line 97 of file qsound_win.cpp.
QString SoundInfo::filename |
Definition at line 104 of file qsound_win.cpp.
Referenced by SoundPlayProc().
int SoundInfo::loops |
Definition at line 105 of file qsound_win.cpp.
Referenced by SoundPlayProc().
QAuServerWindows* SoundInfo::server |
Definition at line 103 of file qsound_win.cpp.
Referenced by SoundPlayProc().
QSound* SoundInfo::sound |
Definition at line 102 of file qsound_win.cpp.
Referenced by SoundPlayProc().