QFavoriteServicesModel Class Reference
|
Constant | Value | Description |
---|---|---|
QFavoriteServicesModel::SpeedDialInputRole | Qt::UserRole | A string containing the speed dial input associated with this favorite, if any. |
Constructs a QFavoriteServicesModel with the given parent.
Destroys the model.
Returns the data stored under the given role for the item referred to by the index. The display role contains the service description's label, and the decoration role contains the service desription's icon (as a QIcon). The other roles used are defined in QFavoriteServicesModelRole.
Reimplemented from QAbstractItemModel.
Returns the QtopiaServiceDescription of the item at index.
Returns the index of the entry with the QtopiaServiceDescription desc. Otherwise returns an invalid QModelIndex.
Adds the given QtopiaServiceDescription, desc, to the Favorite Services list. It will be placed above the item at index. If index is invalid it will place it at the end of the list, behaving the same as FavoritesService::add. If the service description desc already exists in the list, it will be moved from its current position to the position above the item at index. Returns true if it successfully inserts or moves the specified service description, false otherwise.
See also FavoritesService::add().
Changes the order of the Favorite Service entries by moving the entry at index from to index to. This will also change the row of entries between these rows, but not their relative position. Returns true if the move is successful, false otherwise.
Removes the action currently at the given index. Returns true if successful, false otherwise.
See also FavoritesService::remove().
Returns the number of rows in the model, which is independent of the parent.
Reimplemented from QAbstractItemModel.
Returns the speed dial input for the item at index if it has one. Otherwise returns a null string.
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