Detailed Description
The QContactRingtone class provides a ringtone associated with a contact
This leaf-class has been part of the default schema since version 1.0 of the Qt Mobility project.
Member Function Documentation
QUrl QContactRingtone::audioRingtoneUrl () const
Returns the uri of the audio ringtone stored in the ringtone detail.
See also setAudioRingtoneUrl().
void QContactRingtone::setAudioRingtoneUrl ( const QUrl & audioRingtoneUrl )
Sets the uri of the audio ringtone stored in the ringtone detail to audioRingtoneUrl.
See also audioRingtoneUrl().
void QContactRingtone::setVibrationRingtoneUrl ( const QUrl & vibrationRingtoneUrl )
Sets the uri of the vibration ringtone stored in the ringtone detail to vibrationRingtoneUrl.
See also vibrationRingtoneUrl().
void QContactRingtone::setVideoRingtoneUrl ( const QUrl & videoRingtoneUrl )
Sets the uri of the video ringtone stored in the ringtone detail to videoRingtoneUrl.
See also videoRingtoneUrl().
QUrl QContactRingtone::vibrationRingtoneUrl () const
Returns the uri of the vibration ringtone stored in the ringtone detail.
See also setVibrationRingtoneUrl().
QUrl QContactRingtone::videoRingtoneUrl () const
Returns the uri of the video ringtone stored in the ringtone detail.
See also setVideoRingtoneUrl().