libqutim
0.3.2.0
|
#include <sound.h>
Public Member Functions | |
SoundTheme (const QString name=QString()) | |
SoundTheme (const SoundTheme &other) | |
SoundTheme (SoundThemeData *data) | |
~SoundTheme () | |
bool | isNull () const |
SoundTheme & | operator= (const SoundTheme &other) |
QString | path (Notification::Type type) const |
void | play (Notification::Type type) const |
bool | save () |
void | setPath (Notification::Type type, QString path) |
QString | themeName () const |
Protected Attributes | |
QSharedDataPointer< SoundThemeData > | d |
qutim_sdk_0_3::SoundTheme::SoundTheme | ( | const QString | name = QString() | ) |
qutim_sdk_0_3::SoundTheme::SoundTheme | ( | const SoundTheme & | other | ) |
qutim_sdk_0_3::SoundTheme::SoundTheme | ( | SoundThemeData * | data | ) |
qutim_sdk_0_3::SoundTheme::~SoundTheme | ( | ) |
bool qutim_sdk_0_3::SoundTheme::isNull | ( | ) | const |
SoundTheme& qutim_sdk_0_3::SoundTheme::operator= | ( | const SoundTheme & | other | ) |
QString qutim_sdk_0_3::SoundTheme::path | ( | Notification::Type | type | ) | const |
void qutim_sdk_0_3::SoundTheme::play | ( | Notification::Type | type | ) | const |
bool qutim_sdk_0_3::SoundTheme::save | ( | ) |
void qutim_sdk_0_3::SoundTheme::setPath | ( | Notification::Type | type, |
QString | path | ||
) |
QString qutim_sdk_0_3::SoundTheme::themeName | ( | ) | const |
|
protected |