DialProxy Class Reference
|
Constant | Value | Description |
---|---|---|
DialProxy::CallDialing | 0x01 | Display the call screen when a dialing call is seen. |
DialProxy::CallIncoming | 0x02 | Display the call screen when an incoming call is seen. |
DialProxy::CallAccepted | 0x04 | Display the call screen when an incoming call is accepted. |
DialProxy::CallDropped | 0x08 | Display the call screen when a call is dropped. |
The CallScreenTriggers type is a typedef for QFlags<CallScreenTrigger>. It stores an OR combination of CallScreenTrigger values.
Creates a new DialProxy instance with the given parent.
Destroys the Dialproxy instance.
The incoming call is accepted. If more than two calls are active a message box opens that asks the user how to proceed.
Returns the call screen trigger conditions.
See also setCallScreenTriggers().
Emitted when the dialer should be shown. This usually happens as a result of DialerService::showDialer() service request or if a speaker, handset or headset action was performed. The dialer should be prepopulated with the given number.
Hangs the active call up and returns true. If no call was hangup as a result of this function call this function returns false.
Emitted when the off hook period starts. During an off hook period the dialer immediately starts the dial process if no further digit has been entered for a given time period.
See also onHookGesture().
Emitted when the off hook period stops. During an off hook period the dialer immediately starts the dial process if no further digit has been entered for a given time period.
See also offHookGesture().
Dials the given number which is associated to contact. If contact is default constrcuted the dialing process searches for contact details and displays the result if there is a known contact with the given number.
number can be any type of number as long as it can be interpreted by QAbstractCallPolicyManager::handling().
This function does nothing if the number is empty.
See also QAbstractCallPolicyManager.
Emitted when the last call was stopped. User interfaces connecting to this signal would usually change to the idle/home screen.
Sets the call screen trigger conditions to triggers.
See also callScreenTriggers().
Emitted when the dial screen should be shown to inform the user about an ongoing dial process.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtextended4.4 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com