Home
last modified time | relevance | path

Searched refs:rowCount (Results 1 – 25 of 53) sorted by relevance

123

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp448 int HistoryModel::rowCount(const QModelIndex &parent) const in rowCount() function in HistoryModel
486 return qMin(m_treeModel->rowCount(first), MOVEDROWS); in bumpedRows()
494 int HistoryMenuModel::rowCount(const QModelIndex &parent) const in rowCount() function in HistoryMenuModel
500 int folders = sourceModel()->rowCount(); in rowCount()
503 && bumpedItems == sourceModel()->rowCount(sourceModel()->index(0, 0))) in rowCount()
514 int defaultCount = sourceModel()->rowCount(idx); in rowCount()
537 … if (bumpedItems <= MOVEDROWS && bumpedItems == sourceModel()->rowCount(m_treeModel->index(0, 0))) in mapToSource()
581 …if (bumpedItems <= MOVEDROWS && bumpedItems == sourceModel()->rowCount(sourceModel()->index(0, 0))) in parent()
737 return sourceModel()->rowCount() - m_historyHash.value(url); in historyLocation()
788 int HistoryFilterModel::rowCount(const QModelIndex &parent) const in rowCount() function in HistoryFilterModel
[all …]
H A Dhistory.h151 int rowCount(const QModelIndex &parent = QModelIndex()) const;
178 int rowCount(const QModelIndex &parent = QModelIndex()) const;
214 int rowCount(const QModelIndex &parent = QModelIndex()) const;
261 int rowCount(const QModelIndex &parent = QModelIndex()) const;
285 int rowCount(const QModelIndex &parent = QModelIndex()) const;
H A Dcookiejar.h130 int rowCount(const QModelIndex &parent = QModelIndex()) const;
164 int rowCount(const QModelIndex &parent = QModelIndex()) const;
H A Dedittreeview.cpp67 model()->removeRows(0, model()->rowCount(rootIndex()), rootIndex()); in removeAll()
H A Dedittableview.cpp68 model()->removeRows(0, model()->rowCount(rootIndex()), rootIndex()); in removeAll()
H A Dbookmarks.cpp402 if (row < 0 || count <= 0 || row + count > rowCount(parent)) in removeRows()
481 int BookmarksModel::rowCount(const QModelIndex &parent) const in rowCount() function in BookmarksModel
495 if (row < 0 || column < 0 || row >= rowCount(parent) || column >= columnCount(parent)) in index()
807 for (int i = 0; i < m_proxyModel->rowCount(parent); ++i) { in saveExpandedNodes()
904 for (int i = 0; i < m_bookmarksModel->rowCount(m_root); ++i) { in dropEvent()
943 for (int i = 0; i < m_bookmarksModel->rowCount(m_root); ++i) { in build()
H A Ddownloadmanager.h145 int rowCount(const QModelIndex &parent = QModelIndex()) const;
H A Dcookiejar.cpp452 int CookieModel::rowCount(const QModelIndex &parent) const in rowCount() function in CookieModel
558 if (index.row() < 0 || index.row() >= rowCount()) in data()
606 int CookieExceptionsModel::rowCount(const QModelIndex &parent) const in rowCount() function in CookieExceptionsModel
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchsuggestionmodel.cpp277 int QDeclarativeSearchSuggestionModel::rowCount(const QModelIndex &parent) const in rowCount() function in QDeclarativeSearchSuggestionModel
292 if (index.row() >= rowCount(index.parent()) || index.row() < 0) in data()
H A Dqdeclarativesearchresultmodel_p.h71 Q_PROPERTY(int count READ rowCount NOTIFY rowCountChanged)
120 int rowCount(const QModelIndex &parent = QModelIndex()) const override;
H A Dqdeclarativeplaceeditorialmodel.cpp143 if (index.row() >= rowCount(index.parent()) || index.row() < 0) in data()
H A Dqdeclarativeplaceimagemodel.cpp144 if (index.row() >= rowCount(index.parent()) || index.row() < 0) in data()
H A Dqdeclarativesearchsuggestionmodel_p.h80 int rowCount(const QModelIndex &parent) const;
H A Dqdeclarativeplacecontentmodel.cpp179 int QDeclarativePlaceContentModel::rowCount(const QModelIndex &parent) const in rowCount() function in QDeclarativePlaceContentModel
195 if (index.row() >= rowCount(index.parent()) || index.row() < 0) in data()
H A Dqdeclarativereviewmodel.cpp148 if (index.row() >= rowCount(index.parent()) || index.row() < 0) in data()
H A Dqdeclarativeplacecontentmodel_p.h92 int rowCount(const QModelIndex &parent) const;
H A Dqdeclarativesupportedcategoriesmodel_p.h101 int rowCount(const QModelIndex &parent) const;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dwifiview.h31 int rowCount(const QModelIndex &parent = QModelIndex()) const Q_DECL_OVERRIDE;
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dpinyinbar.cpp46 return m_model->rowCount(); in count()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/
H A Dselectionlistmodel.h65 int rowCount(const QModelIndex &parent = QModelIndex()) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/satelliteinfo/
H A Dsatellitemodel.h83 int rowCount(const QModelIndex &parent) const; in QT_FORWARD_DECLARE_CLASS()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativelocationtestmodel_p.h77 virtual int rowCount(const QModelIndex &parent) const;
H A Dqdeclarativelocationtestmodel.cpp219 int QDeclarativeLocationTestModel::rowCount(const QModelIndex& parent) const in rowCount() function in QDeclarativeLocationTestModel
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/player/
H A Dplaylist.cpp123 qDebug()<<ui->tableWidget->rowCount(); in onScanComplete()
302 int count = ui->tableWidget_2->rowCount(); in on_notifyMusicListAddFile()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/
H A Dplaylist.cpp123 qDebug()<<ui->tableWidget->rowCount(); in onScanComplete()
302 int count = ui->tableWidget_2->rowCount(); in on_notifyMusicListAddFile()

123