Searched refs:superItem (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/os/interface/
H A DOutlineListView.h38 virtual bool AddUnder(BListItem* item, BListItem* superItem);
89 void SortItemsUnder(BListItem* superItem,
93 int32 CountItemsUnder(BListItem* superItem,
95 BListItem* EachItemUnder(BListItem* superItem,
99 BListItem* ItemUnderAt(BListItem* superItem,
113 virtual void ExpandOrCollapse(BListItem* superItem,
131 BList* _BuildTree(BListItem* superItem, int32& index);
142 status_t _ItemsUnderSetup(BListItem* superItem, int32& startIndex,
/haiku/src/kits/interface/
H A DOutlineListView.cpp255 BOutlineListView::AddUnder(BListItem* item, BListItem* superItem) argument
257 if (superItem == NULL)
260 fFullList.AddItem(item, FullListIndexOf(superItem) + 1);
262 item->fLevel = superItem->OutlineLevel() + 1;
263 superItem->fHasSubitems = true;
265 if (superItem->IsItemVisible() && superItem->IsExpanded()) {
268 int32 index = BListView::IndexOf(superItem);
271 Invalidate(LatchRect(ItemFrame(index), superItem->OutlineLevel()));
656 BOutlineListView::SortItemsUnder(BListItem* superItem, boo argument
698 CountItemsUnder(BListItem* superItem, bool oneLevelOnly) const argument
723 EachItemUnder(BListItem* superItem, bool oneLevelOnly, BListItem* (*eachFunc)(BListItem* item, void* arg), void* arg) argument
753 ItemUnderAt(BListItem* superItem, bool oneLevelOnly, int32 index) const argument
1033 _BuildTree(BListItem* superItem, int32& fullListIndex) argument
1214 _ItemsUnderSetup(BListItem* superItem, int32& startIndex, uint32& baseLevel) const argument
[all...]
H A DPopUpMenu.cpp291 BMenuItem* superItem = Superitem();
293 BMenuItem* selectedItem = FindItem(superItem->Label());
294 BPoint point = superItem->Frame().LeftTop();
H A DMenu.cpp2766 BMenuItem* superItem = Superitem(); local
2768 if (superMenu == NULL || superItem == NULL) {
2775 point = superItem->Frame().RightTop() + BPoint(1.0f, 1.0f);
2777 point = superItem->Frame().LeftBottom() + BPoint(1.0f, 1.0f);
2796 BMenuItem* superItem = Superitem(); local
2812 if (superMenu == NULL || superItem == NULL || inMenuField) {
2828 frame.OffsetBy(-superItem->Frame().Width() - frame.Width() - 2, 0);
2841 - superItem->Frame().Height();
2843 frame.OffsetBy(0, -superItem->Frame().Height()
3378 BMenuItem* superItem local
[all...]
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.cpp414 MimeTypeItem* superItem = NULL; local
416 superItem = FindItem(superType.Type());
424 if (superItem != NULL) {
425 AddUnder(item, superItem);
426 InvalidateItem(IndexOf(superItem));
586 BListItem* superItem = item; local
587 while ((superItem = Superitem(superItem)) != NULL) {
588 Expand(superItem);
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp182 ListItem* superItem = (ListItem*)fListView->Superitem(item); local
183 if (parent != NULL && parent != superItem)
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h115 void ExpandOrCollapse(BListItem *superItem,
H A DSoftwareUpdaterWindow.cpp1118 PackageListView::ExpandOrCollapse(BListItem *superItem, bool expand) argument
1120 BOutlineListView::ExpandOrCollapse(superItem, expand);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1922 BMenuItem* superItem; local
1923 superItem = fFontMenu->FindItem(fontFamily);
1924 if (superItem != NULL) {
1925 superItem->SetMarked(true);
1926 fCurrentFontItem = superItem;
/haiku/src/kits/tracker/
H A DFindPanel.cpp1803 BMenuItem* superItem = menu->FindItem(super.Type());
1804 if (superItem != NULL) {
1809 BMenu* menu = superItem->Submenu();

Completed in 132 milliseconds