libqutim
0.3.1.0
|
#include <sound.h>
Public Member Functions | |
SoundThemeProvider () | |
virtual | ~SoundThemeProvider () |
virtual bool | saveTheme () |
virtual bool | setSoundPath (Notification::Type sound, const QString &file) |
virtual QString | soundPath (Notification::Type sound)=0 |
virtual QString | themeName ()=0 |
Protected Member Functions | |
virtual void | virtual_hook (int type, void *data) |
Protected Attributes | |
QScopedPointer < SoundThemeProviderPrivate > | p |
virtual qutim_sdk_0_3::SoundThemeProvider::~SoundThemeProvider | ( | ) | [virtual] |
virtual bool qutim_sdk_0_3::SoundThemeProvider::saveTheme | ( | ) | [virtual] |
virtual bool qutim_sdk_0_3::SoundThemeProvider::setSoundPath | ( | Notification::Type | sound, |
const QString & | file | ||
) | [virtual] |
virtual QString qutim_sdk_0_3::SoundThemeProvider::soundPath | ( | Notification::Type | sound | ) | [pure virtual] |
virtual QString qutim_sdk_0_3::SoundThemeProvider::themeName | ( | ) | [pure virtual] |
virtual void qutim_sdk_0_3::SoundThemeProvider::virtual_hook | ( | int | type, |
void * | data | ||
) | [protected, virtual] |
QScopedPointer<SoundThemeProviderPrivate> qutim_sdk_0_3::SoundThemeProvider::p [protected] |