Home
last modified time | relevance | path

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

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquicktableview.cpp713 const qreal estimatedRemainingHeight = remainingRowHeights + remainingSpacing; in updateContentHeight() local
714 const qreal estimatedHeight = loadedTableOuterRect.bottom() + estimatedRemainingHeight; in updateContentHeight()
835 const qreal estimatedRemainingHeight = remainingRowHeights + remainingSpacing; in updateExtents() local
836 origin.ry() = loadedTableOuterRect.top() - estimatedRemainingHeight; in updateExtents()
863 const qreal estimatedRemainingHeight = remainingRowHeigts + remainingSpacing; in updateExtents() local
865 endExtent.rheight() = pixelsOutsideContentHeight + estimatedRemainingHeight; in updateExtents()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquicktableview.cpp713 const qreal estimatedRemainingHeight = remainingRowHeights + remainingSpacing; in updateContentHeight() local
714 const qreal estimatedHeight = loadedTableOuterRect.bottom() + estimatedRemainingHeight; in updateContentHeight()
835 const qreal estimatedRemainingHeight = remainingRowHeights + remainingSpacing; in updateExtents() local
836 origin.ry() = loadedTableOuterRect.top() - estimatedRemainingHeight; in updateExtents()
863 const qreal estimatedRemainingHeight = remainingRowHeigts + remainingSpacing; in updateExtents() local
865 endExtent.rheight() = pixelsOutsideContentHeight + estimatedRemainingHeight; in updateExtents()