Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The RingtoneService class provides the Ringtone service. More...
#include <RingtoneService>
Inherits QtopiaAbstractService.
The RingtoneService class provides the Ringtone service.
The Ringtone service enables applications to request ringtones playback to be started or stopped.
Requests that the currently playing ringtone stops, but vibration will continue if it was already in progress. Does nothing if no ring is in progress.
Requests that the ringtone associated with message arrival should start playing.
This slot corresponds to the QCop service message Ringtone::startMessageRingtone().
Requests that the ringtone specified by fileName should start playing.
This slot corresponds to the QCop service message Ringtone::startRingtone(QString).
Requests that the ringtone associated with message arrival should stop playing.
This slot corresponds to the QCop service message Ringtone::stopMessageRingtone().
Requests that the ringtone specified by fileName should stop playing.
This slot corresponds to the QCop service message Ringtone::stopRingtone(QString).
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |