Searched refs:oneLevelOnly (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/os/interface/
H A DOutlineListView.h90 bool oneLevelOnly, int (*compareFunc)(
94 bool oneLevelOnly) const;
96 bool oneLevelOnly, BListItem* (*eachFunc)(
100 bool oneLevelOnly, int32 index) const;
127 void _SortTree(BList* tree, bool oneLevelOnly,
/haiku/src/kits/interface/
H A DOutlineListView.cpp656 BOutlineListView::SortItemsUnder(BListItem* superItem, bool oneLevelOnly, argument
667 _SortTree(tree, oneLevelOnly, compareFunc);
698 BOutlineListView::CountItemsUnder(BListItem* superItem, bool oneLevelOnly) const
714 if (!oneLevelOnly || item->fLevel == baseLevel)
723 BOutlineListView::EachItemUnder(BListItem* superItem, bool oneLevelOnly, argument
739 if (!oneLevelOnly || item->fLevel == baseLevel) {
753 BOutlineListView::ItemUnderAt(BListItem* superItem, bool oneLevelOnly, argument
769 if (!oneLevelOnly || item->fLevel == baseLevel) {
999 BOutlineListView::_SortTree(BList* tree, bool oneLevelOnly, argument
1006 if (oneLevelOnly)
[all...]
/haiku/src/tests/kits/interface/
H A DOutlineListViewTest.cpp60 CheckItemsUnder(BOutlineListView* view, BListItem* superitem, bool oneLevelOnly)
63 CPPUNIT_ASSERT_EQUAL(gExpected[i], view->ItemUnderAt(superitem, oneLevelOnly, i));
66 CPPUNIT_ASSERT_EQUAL((BListItem*)NULL, view->ItemUnderAt(superitem, oneLevelOnly, gCount));

Completed in 166 milliseconds