Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The DialerService class provides the Dialer service. More...
#include <DialerService>
Inherits QtopiaAbstractService.
Inherited by DialProxy.
The DialerService class provides the Dialer service.
The Dialer service enables applications to access the system dialer to place outgoing calls.
The DialProxy server task implements this service for Qtopia.
See also DialProxy.
Dials the specified number, tagged with the optional name.
This slot corresponds to the QCop service message Dialer::dial(QString,QString).
This is an overloaded member function, provided for convenience.
Dials the specified contact, using the given number.
This slot corresponds to the QCop service message Dialer::dial(QUniqueId,QString).
Dials the user's voice mail service.
This slot corresponds to the QCop service message Dialer::dialVoiceMail().
Turns on or off the headset.
Displays the dialer if the application's guesture hint is QtopiaApplication::ShowDialer otherwise plays dial tone.
Hangs up a call if any, otherwise closes dialer screen and stops playing dial tone.
Redials the last phone number.
Sets the dial tone only hint for app.
This hint is used by the phone server to determine whether the dialer should be shown or not when a dialing guesture has occurred depending on the active applications preference.
For example, if the application does not have the capability to initiate phone calls and a dialing guesture occurred by picking up the receiver or pressing the speaker phone button, that means the user wants to type in a phone number. Hence the dialer should be shown. However, applications such as contacts and call history can initiate phone calls by selecting the number or pressing the button within the application and the dialing guesture doesn't mean typing the number in.
Displays the dialer, preloaded with digits.
This slot corresponds to the QCop service message Dialer::showDialer(QString).
This is an overloaded member function, provided for convenience.
Displays the dialer and clears all digits.
This slot corresponds to the QCop service message Dialer::showDialer().
Turns on or off the speaker.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |