QPreferredNetworkOperators Class Reference
|
Constant | Value | Description |
---|---|---|
QPreferredNetworkOperators::Current | 0 | Retrieve the current preferred operator list. |
QPreferredNetworkOperators::UserControlled | 1 | User-controlled preferred operator list. |
QPreferredNetworkOperators::OperatorControlled | 2 | Operator-controlled preferred operator list. |
QPreferredNetworkOperators::HPLMN | 3 | HPLMN selector. |
Construct a new preferred network operators 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 preferred network operators. If there is more than one service that supports preferred network operators, the caller should enumerate them with QCommServiceManager::supports() and create separate QPreferredNetworkOperators objects for each.
See also QCommServiceManager::supports().
Destroy this preferred operator handling object.
Signal that is emitted in response to a requestOperatorNames() request. The names parameter will contain the list of all names and numeric identifiers.
See also requestOperatorNames().
Signal that is emitted in response to a requestPreferredOperators() request. The list parameter indicates the list that was requested, and opers will contain the list.
If the requested list was QPreferredNetworkOperators::Current in the call to requestPreferredOperators(), then the list parameter to this signal will indicate the actual current list.
It is normally necessary to call resolveNames() to convert opers into a list suitable for display to a user.
See also requestPreferredOperators().
Request the operator name list from the SIM. The service will respond by emitting the operatorNames() signal.
See also operatorNames().
Request a specific list of preferred operators from the SIM. The service will respond by emitting the preferredOperators() signal.
If list is QPreferredNetworkOperators::Current, then the current preferred operator list on the SIM will be returned.
See also preferredOperators().
Resolve numeric identifiers in opers according to names. Any item within opers that has a format of 2 (numeric) will be resolved and the correct name written to the corresponding item in the return list. If a numeric identifier cannot be resolved, then the name field will be set to the string form of the identifier.
See also requestOperatorNames() and requestPreferredOperators().
Write the preferred operator information in oper to list and make list the active preferred operator list. The writePreferredOperatorResult() signal will be emitted once the request completes.
See also writePreferredOperatorResult().
Signal that is emitted when a writePreferredOperator() request completes, indicating whether the request succeeded or failed according to result.
See also writePreferredOperator().
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