QCallForwarding Class Reference
|
Constant | Value | Description |
---|---|---|
QCallForwarding::Unconditional | 0 | Forward all calls unconditionally. |
QCallForwarding::MobileBusy | 1 | Forward calls when the mobile is busy on another call. |
QCallForwarding::NoReply | 2 | Forward calls when no reply within a certain time period. |
QCallForwarding::NotReachable | 3 | Forward calls when the mobile is not reachable. |
QCallForwarding::All | 4 | Special value to modify all forwarding rules. This is typically used to turn off all forwarding. |
QCallForwarding::AllConditional | 5 | Special value to modify all conditional forwarding rules. This is typically used to turn off all conditional forwarding. |
Construct a new call forwarding object for service and attach it to parent. The object will be created in client mode if mode is Client, or server mode otherwise.
If service is empty, this class will use the first available service that supports call forwarding. If there is more than one service that supports call forwarding, the caller should enumerate them with QCommServiceManager::supports() and create separate QCallForwarding objects for each.
See also QCommServiceManager::supports().
Destroy this call forwarding object.
Signal that is emitted in response to requestForwardingStatus() call for reason. The status parameter contains a list of forwarding rules for the reason code. The list only contains entries for rules where forwarding is enabled for a call class. If no forwarding is not enabled for any call class, the list will be empty.
See also requestForwardingStatus().
Request the status of the forwarding rules associated with reason. The service responds by emitting the forwardingStatus() signal.
See also forwardingStatus().
Sets the forwarding state associated with reason to enable, with the number information in status if forwarding is being enabled. The service responds by emitting the setForwardingResult() signal.
See also setForwardingResult().
Signal that is emitted to report the result of calling setForwarding() for reason.
See also setForwarding().
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