#include <qsound.h>

Public Slots |
|
| void | play () |
| void | stop () |
Public Member Functions |
|
| QSound (const QString &filename, QObject *parent=0) | |
| ~QSound () | |
| int | loops () const |
| int | loopsRemaining () const |
| void | setLoops (int) |
| QString | fileName () const |
| bool | isFinished () const |
Static Public Member Functions |
|
| static bool | isAvailable () |
| static void | play (const QString &filename) |
Friends |
|
| class | QAuServer |
| ~QSound | ( | ) |
| static bool isAvailable | ( | ) | [static] |
| static void play | ( | const QString & | filename | ) | [static] |
| int loops | ( | ) | const |
| int loopsRemaining | ( | ) | const |
| void setLoops | ( | int | ) |
| QString fileName | ( | ) | const |
| bool isFinished | ( | ) | const |
| void play | ( | ) | [slot] |
| void stop | ( | ) | [slot] |
friend class QAuServer
[friend] |