Qt 4.8
Public Functions | Public Variables | List of all members
SoundInfo Struct Reference

Public Functions

 SoundInfo (const QString &fn, int lp, QSound *snd, QAuServerWindows *srv)
 

Public Variables

QString filename
 
int loops
 
QAuServerWindowsserver
 
QSoundsound
 

Detailed Description

Definition at line 95 of file qsound_win.cpp.

Constructors and Destructors

◆ SoundInfo()

SoundInfo::SoundInfo ( const QString fn,
int  lp,
QSound snd,
QAuServerWindows srv 
)
inline

Definition at line 97 of file qsound_win.cpp.

98  : sound(snd), server(srv), filename(fn), loops(lp)
99  {
100  }
QAuServerWindows * server
Definition: qsound_win.cpp:103
QSound * sound
Definition: qsound_win.cpp:102
QString filename
Definition: qsound_win.cpp:104

Properties

◆ filename

QString SoundInfo::filename

Definition at line 104 of file qsound_win.cpp.

Referenced by SoundPlayProc().

◆ loops

int SoundInfo::loops

Definition at line 105 of file qsound_win.cpp.

Referenced by SoundPlayProc().

◆ server

QAuServerWindows* SoundInfo::server

Definition at line 103 of file qsound_win.cpp.

Referenced by SoundPlayProc().

◆ sound

QSound* SoundInfo::sound

Definition at line 102 of file qsound_win.cpp.

Referenced by SoundPlayProc().


The documentation for this struct was generated from the following file: