Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

RingtoneService Class Reference
[QtTelephonyModule]

The RingtoneService class provides the Ringtone service. More...

    #include <RingtoneService>

Inherits QtopiaAbstractService.

Public Slots

Additional Inherited Members


Detailed Description

The RingtoneService class provides the Ringtone service.

The Ringtone service enables applications to request ringtones playback to be started or stopped.


Member Function Documentation

void RingtoneService::muteRing ()   [pure virtual slot]

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.

void RingtoneService::startMessageRingtone ()   [pure virtual slot]

Requests that the ringtone associated with message arrival should start playing.

This slot corresponds to the QCop service message Ringtone::startMessageRingtone().

void RingtoneService::startRingtone ( const QString & fileName )   [pure virtual slot]

Requests that the ringtone specified by fileName should start playing.

This slot corresponds to the QCop service message Ringtone::startRingtone(QString).

void RingtoneService::stopMessageRingtone ()   [pure virtual slot]

Requests that the ringtone associated with message arrival should stop playing.

This slot corresponds to the QCop service message Ringtone::stopMessageRingtone().

void RingtoneService::stopRingtone ( const QString & fileName )   [pure virtual slot]

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