Home
last modified time | relevance | path

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

/dports/net-im/qTox/qTox-1.17.4/src/widget/
H A Dgenericchatitemlayout.cpp44 int closest = indexOfClosestSortedWidget(widget); in addSortedWidget()
53 int index = indexOfClosestSortedWidget(widget); in indexOfSortedWidget()
78 int index = indexOfClosestSortedWidget(widget); in removeSortedWidget()
107 int GenericChatItemLayout::indexOfClosestSortedWidget(GenericChatItemWidget* widget) const in indexOfClosestSortedWidget() function in GenericChatItemLayout
H A Dgenericchatitemlayout.h49 int indexOfClosestSortedWidget(GenericChatItemWidget* widget) const;