src/declarative/util/qlistmodelinterface.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    69 /*! \fn int QListModelInterface::count() const
    69 /*! \fn int QListModelInterface::count() const
    70   Returns the number of data entries in the model.
    70   Returns the number of data entries in the model.
    71 */
    71 */
    72 
    72 
    73 /*! \fn QHash<int,QVariant> QListModelInterface::data(int index, const QList<int>& roles) const
    73 /*! \fn QHash<int,QVariant> QListModelInterface::data(int index, const QList<int>& roles) const
    74   Returns the data at the given \a index for the specifed \a roles.
    74   Returns the data at the given \a index for the specified \a roles.
    75 */
    75 */
    76 
    76 
    77 /*! \fn bool QListModelInterface::setData(int index, const QHash<int,QVariant>& values)
    77 /*! \fn bool QListModelInterface::setData(int index, const QHash<int,QVariant>& values)
    78   Sets the data at the given \a index. \a values is a mapping of
    78   Sets the data at the given \a index. \a values is a mapping of
    79   QVariant values to roles. Returns false.
    79   QVariant values to roles. Returns false.