libqutim
0.3.1.0
|
#include <sound.h>
Public Member Functions | |
SoundBackend () | |
virtual | ~SoundBackend () |
virtual void | playSound (const QString &filename)=0 |
virtual QStringList | supportedFormats ()=0 |
Protected Member Functions | |
virtual void | virtual_hook (int type, void *data) |
virtual qutim_sdk_0_3::SoundBackend::~SoundBackend | ( | ) | [inline, virtual] |
virtual void qutim_sdk_0_3::SoundBackend::playSound | ( | const QString & | filename | ) | [pure virtual] |
virtual QStringList qutim_sdk_0_3::SoundBackend::supportedFormats | ( | ) | [pure virtual] |
virtual void qutim_sdk_0_3::SoundBackend::virtual_hook | ( | int | type, |
void * | data | ||
) | [protected, virtual] |