Home
last modified time | relevance | path

Searched refs:syncView_d (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquicktableview.cpp744 const auto syncView_d = syncView->d_func(); in updateExtents() local
745 origin.rx() = syncView_d->origin.x(); in updateExtents()
807 const auto syncView_d = syncView->d_func(); in updateExtents() local
808 origin.ry() = syncView_d->origin.y(); in updateExtents()
1760 const auto syncView_d = syncView->d_func(); in calculateTopLeft() local
1762 if (syncView_d->loadedItems.isEmpty()) { in calculateTopLeft()
1769 const QPoint syncViewTopLeftCell(syncView_d->leftColumn(), syncView_d->topRow()); in calculateTopLeft()
2395 const auto syncView_d = syncView->d_func(); in syncSyncView() local
2396 if (!syncView_d->loadedItems.isEmpty()) { in syncSyncView()
2614 auto syncView_d = syncView->d_func(); in syncViewportPosRecursive() local
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquicktableview.cpp744 const auto syncView_d = syncView->d_func(); in updateExtents() local
745 origin.rx() = syncView_d->origin.x(); in updateExtents()
807 const auto syncView_d = syncView->d_func(); in updateExtents() local
808 origin.ry() = syncView_d->origin.y(); in updateExtents()
1760 const auto syncView_d = syncView->d_func(); in calculateTopLeft() local
1762 if (syncView_d->loadedItems.isEmpty()) { in calculateTopLeft()
1769 const QPoint syncViewTopLeftCell(syncView_d->leftColumn(), syncView_d->topRow()); in calculateTopLeft()
2395 const auto syncView_d = syncView->d_func(); in syncSyncView() local
2396 if (!syncView_d->loadedItems.isEmpty()) { in syncSyncView()
2614 auto syncView_d = syncView->d_func(); in syncViewportPosRecursive() local
[all …]