QHelpContentModel Class Reference |
~QHelpContentModel () | |
QHelpContentItem * | contentItemAt ( const QModelIndex & index ) const |
void | createContents ( const QString & customFilterName ) |
bool | isCreatingContents () const |
virtual int | columnCount ( const QModelIndex & parent = QModelIndex() ) const |
virtual QVariant | data ( const QModelIndex & index, int role ) const |
virtual QModelIndex | index ( int row, int column, const QModelIndex & parent = QModelIndex() ) const |
virtual QModelIndex | parent ( const QModelIndex & index ) const |
virtual int | rowCount ( const QModelIndex & parent = QModelIndex() ) const |
void | contentsCreated () |
void | contentsCreationStarted () |
The QHelpContentModel class provides a model that supplies content to views.
Destroys the help content model.
Reimplemented from QAbstractItemModel::columnCount().
Returns the number of columns under the given parent. Currently returns always 1.
Returns the help content item at the model index position index.
This signal is emitted when the contents have been created.
This signal is emitted when the creation of the contents has started. The current contents are invalid from this point on until the signal contentsCreated() is emitted.
See also isCreatingContents().
Creates new contents by querying the help system for contents specified for the customFilterName.
Reimplemented from QAbstractItemModel::data().
Returns the data stored under the given role for the item referred to by the index.
Reimplemented from QAbstractItemModel::index().
Returns the index of the item in the model specified by the given row, column and parent index.
Returns true if the contents are currently rebuilt, otherwise false.
Reimplemented from QAbstractItemModel::parent().
Returns the parent of the model item with the given index, or QModelIndex() if it has no parent.
Reimplemented from QAbstractItemModel::rowCount().
Returns the number of rows under the given parent.
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-snapshot | |
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