Searched refs:fullListIndex (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DOutlineListView.cpp287 BOutlineListView::AddItem(BListItem* item, int32 fullListIndex) argument
289 if (fullListIndex < 0)
290 fullListIndex = 0;
291 else if (fullListIndex > FullListCountItems())
292 fullListIndex = FullListCountItems();
294 if (!fFullList.AddItem(item, fullListIndex))
301 BListItem* super = _SuperitemForIndex(fullListIndex, item->fLevel);
319 int32 listIndex = _FindPreviousVisibleIndex(fullListIndex);
323 fFullList.RemoveItem(fullListIndex);
339 BOutlineListView::AddList(BList* newItems, int32 fullListIndex) argument
359 RemoveItem(int32 fullListIndex) argument
366 RemoveItems(int32 fullListIndex, int32 count) argument
504 IsExpanded(int32 fullListIndex) argument
818 int32 fullListIndex = FullListIndexOf(item); local
859 const int32 fullListIndex = FullListIndexOf(item); local
1033 _BuildTree(BListItem* superItem, int32& fullListIndex) argument
1131 _RemoveItem(BListItem* item, int32 fullListIndex) argument
1176 _SuperitemForIndex(int32 fullListIndex, int32 level, int32* _superIndex) argument
1198 _FindPreviousVisibleIndex(int32 fullListIndex) argument
[all...]
/haiku/headers/os/interface/
H A DOutlineListView.h41 virtual bool AddItem(BListItem* item, int32 fullListIndex);
43 virtual bool AddList(BList* newItems, int32 fullListIndex);
46 virtual BListItem* RemoveItem(int32 fullListIndex);
47 virtual bool RemoveItems(int32 fullListIndex, int32 count);
49 BListItem* FullListItemAt(int32 fullListIndex) const;
70 bool IsExpanded(int32 fullListIndex);
136 int32 fullListIndex);
138 BListItem* _SuperitemForIndex(int32 fullListIndex,
140 int32 _FindPreviousVisibleIndex(int32 fullListIndex);

Completed in 81 milliseconds