QHelpIndexModel Class Reference |
void | createIndex ( const QString & customFilterName ) |
QModelIndex | filter ( const QString & filter, const QString & wildcard = QString() ) |
bool | isCreatingIndex () const |
QMap<QString, QUrl> | linksForKeyword ( const QString & keyword ) const |
void | indexCreated () |
void | indexCreationStarted () |
The QHelpIndexModel class provides a model that supplies index keywords to views.
Creates a new index by querying the help system for keywords for the specified customFilterName.
Filters the indices and returns the model index of the best matching keyword. In a first step, only the keywords containing filter are kept in the model's index list. Analogously, if wildcard is not empty, only the keywords matched are left in the index list. In a second step, the best match is determined and its index model returned. When specifying a wildcard expression, the filter string is used to search for the best match.
This signal is emitted when the index has been created.
This signal is emitted when the creation of a new index has started. The current index is invalid from this point on until the signal indexCreated() is emitted.
See also isCreatingIndex().
Returns true if the index is currently built up, otherwise false.
Returns all hits found for the keyword. A hit consists of the URL and the document title.
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 4.6 | |
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