DialerService Class Reference
Provides the Qtopia Dialer service. More...
#include <DialerService>
Inherits QtopiaAbstractService.
Public Slots
- virtual void dial ( const QString & name, const QString & number ) = 0
- virtual void dial ( const QString & number, const QUniqueId & contact ) = 0
- virtual void dialVoiceMail () = 0
- virtual void showDialer ( const QString & digits ) = 0
- 1 public slot inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 37 public functions inherited from QObject
- 1 signal inherited from QObject
- 1 public type inherited from QObject
- 4 static public members inherited from QObject
- 1 protected function inherited from QtopiaAbstractService
- 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 ) [pure virtual 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 ) [pure virtual 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 () [pure virtual slot]
Dial the user's voice mail service.
This slot corresponds to the QCop service message Dialer::dialVoiceMail().
void DialerService::showDialer ( const QString & digits ) [pure virtual slot]
Displays the dialer, preloaded with digits.
This slot corresponds to the QCop service message Dialer::showDialer(QString).