Home
last modified time | relevance | path

Searched refs:IndexOfItem (Results 1 – 5 of 5) sorted by relevance

/haiku/src/kits/interface/
H A DCardLayout.cpp58 return IndexOfItem(fVisibleItem); in VisibleIndex()
75 if (item != NULL && IndexOfItem(item) < 0) { in SetVisibleItem()
216 err = into->AddInt32(kVisibleItemField, IndexOfItem(fVisibleItem)); in Archive()
H A DLayout.cpp226 int32 index = IndexOfItem(item); in RemoveItem()
268 BLayout::IndexOfItem(const BLayoutItem* item) const in IndexOfItem() function in BLayout
287 return IndexOfItem(item); in IndexOfView()
/haiku/headers/os/interface/
H A DLayout.h44 int32 IndexOfItem(const BLayoutItem* item) const;
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.cpp279 return GroupLayout()->IndexOfItem(tab->LayoutItem()); in IndexOf()
314 index = GroupLayout()->IndexOfItem(tab->LayoutItem()); in SelectTab()
/haiku/docs/user/interface/
H A DLayout.dox277 \fn int32 BLayout::IndexOfItem(const BLayoutItem* item) const