libqutim  0.3.2.0
qutim_sdk_0_3::SoundTheme Class Reference

#include <sound.h>

Public Member Functions

 SoundTheme (const QString name=QString())
 
 SoundTheme (const SoundTheme &other)
 
 SoundTheme (SoundThemeData *data)
 
 ~SoundTheme ()
 
bool isNull () const
 
SoundThemeoperator= (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
 

Constructor & Destructor Documentation

§ SoundTheme() [1/3]

qutim_sdk_0_3::SoundTheme::SoundTheme ( const QString  name = QString())

§ SoundTheme() [2/3]

qutim_sdk_0_3::SoundTheme::SoundTheme ( const SoundTheme other)

§ SoundTheme() [3/3]

qutim_sdk_0_3::SoundTheme::SoundTheme ( SoundThemeData *  data)

§ ~SoundTheme()

qutim_sdk_0_3::SoundTheme::~SoundTheme ( )

Member Function Documentation

§ isNull()

bool qutim_sdk_0_3::SoundTheme::isNull ( ) const

§ operator=()

SoundTheme& qutim_sdk_0_3::SoundTheme::operator= ( const SoundTheme other)

§ path()

QString qutim_sdk_0_3::SoundTheme::path ( Notification::Type  type) const

§ play()

void qutim_sdk_0_3::SoundTheme::play ( Notification::Type  type) const

§ save()

bool qutim_sdk_0_3::SoundTheme::save ( )

§ setPath()

void qutim_sdk_0_3::SoundTheme::setPath ( Notification::Type  type,
QString  path 
)

§ themeName()

QString qutim_sdk_0_3::SoundTheme::themeName ( ) const

Member Data Documentation

§ d

QSharedDataPointer<SoundThemeData> qutim_sdk_0_3::SoundTheme::d
protected

The documentation for this class was generated from the following file:

Generated by Doxygen