KVIrc
4.9.2
DeveloperAPIs
|
#include <libkvisnd.h>
Public Member Functions | |
KviSoundThread (const QString &szFileName) | |
void | terminate () |
virtual | ~KviSoundThread () |
Public Member Functions inherited from KviThread | |
void | internalThreadRun_doNotTouchThis () |
bool | isRunning () |
bool | isStartingUp () |
KviThread () | |
bool | start () |
void | wait () |
virtual | ~KviThread () |
Protected Member Functions | |
virtual void | play () |
virtual void | run () |
Protected Member Functions inherited from KviThread | |
void | exit () |
void | postEvent (QObject *o, QEvent *e) |
Protected Attributes | |
bool | m_bTerminate |
QString | m_szFileName |
Additional Inherited Members | |
Static Public Member Functions inherited from KviThread | |
static void | msleep (unsigned long msec) |
static void | sleep (unsigned long sec) |
static void | usleep (unsigned long usec) |
KviSoundThread::KviSoundThread | ( | const QString & | szFileName | ) |
References m_bTerminate, m_szFileName, and KviSoundPlayer::registerSoundThread().
|
virtual |
References m_bTerminate, and KviSoundPlayer::unregisterSoundThread().
|
protectedvirtual |
Referenced by run().
|
protectedvirtual |
Reimplemented from KviThread.
References KVI_THREAD_EVENT_SUCCESS, play(), and KviThread::postEvent().
void KviSoundThread::terminate | ( | ) |
References m_bTerminate.
|
protected |
Referenced by KviSoundThread(), terminate(), and ~KviSoundThread().
|
protected |
Referenced by KviSoundThread().