DialerService Class Reference
Provides the Qtopia Dialer service. More...
#include <DialerService>
Inherits QCopObjectService.
Public Slots
- void dial ( const QString & name, const QString & number )
- void dial ( const QString & number, const QUniqueId & contact )
- void dialVoiceMail ()
- void showDialer ( const QString & digits )
- 1 public slot inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 6 public functions inherited from QCopObject
- 36 public functions inherited from QObject
- 1 signal inherited from QObject
- 1 static public member inherited from QCopObject
- 4 static public members inherited from QObject
- 3 protected functions inherited from QCopObjectService
- 5 protected functions inherited from QCopObject
- 8 protected functions inherited from QObject
- 2 protected variables inherited from QObject
- 1 static protected member inherited from QObject
Detailed Description
Provides the Qtopia Dialer service.
The Dialer service enables applications to access the system dialer to place outgoing calls.
Member Function Documentation
void DialerService::dial ( const QString & name, const QString & number ) [slot]
Dial the specified number, tagged with the optional name.
This slot corresponds to the QCop service message Dialer::dial(QString,QString).
void DialerService::dial ( const QString & number, const QUniqueId & contact ) [slot]
This is an overloaded member function, provided for convenience.
Dial the specified contact, using the given number.
This slot corresponds to the QCop service message Dialer::dial(QUniqueId,QString).
void DialerService::dialVoiceMail () [slot]
Dial the user's voice mail service.
This slot corresponds to the QCop service message Dialer::dialVoiceMail().
void DialerService::showDialer ( const QString & digits ) [slot]
Displays the dialer, preloaded with digits.
This slot corresponds to the QCop service message Dialer::showDialer(QString).