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

TelephonyService Class Reference

The TelephonyService class provides the Telephony service. More...

    #include <TelephonyService>

Inherits QtopiaAbstractService.

Public Slots

Additional Inherited Members


Detailed Description

The TelephonyService class provides the Telephony service.

The Telephony service enables applications to provide third-party telephony services. When the phone server starts up, all applications that implement the Telephony service are started automatically.

Telephony services should inherit from QTelephonyService and provide the desired functionality.

See also QTelephonyService.


Member Function Documentation

void TelephonyService::start ()   [slot]

Start the telephony service when the phone server starts up.

It is recommended that the telephony service application call QtopiaApplication::registerRunningTask() from within start() to ensure that the application stays running while telephony facilities are being provided.

void TelephonyService::stop ()   [slot]

Stop the telephony service when the phone server shuts down.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3