Searched refs:SwapItems (Results 1 – 13 of 13) sorted by relevance
/haiku/src/add-ons/network_settings/dnsclient/ |
H A D | DNSSettingsView.cpp | 178 fServerListView->SwapItems(index, index - 1); in MessageReceived() 185 fServerListView->SwapItems(index, index + 1); in MessageReceived()
|
/haiku/headers/os/support/ |
H A D | List.h | 38 bool SwapItems(int32 indexA, int32 indexB);
|
/haiku/headers/os/interface/ |
H A D | ListView.h | 137 bool SwapItems(int32 a, int32 b);
|
H A D | Menu.h | 176 bool SwapItems(int32 indexA, int32 indexB);
|
/haiku/src/kits/support/ |
H A D | List.cpp | 260 BList::SwapItems(int32 indexA, int32 indexB) in SwapItems() function in BList
|
H A D | StringList.cpp | 218 return fStrings.SwapItems(indexA, indexB); in Swap()
|
/haiku/src/tests/servers/app/playground/ |
H A D | ObjectWindow.cpp | 98 SwapItems(itemIndex, itemIndex + 1); in InitiateDrag()
|
/haiku/src/kits/interface/ |
H A D | ListView.cpp | 1413 BListView::SwapItems(int32 a, int32 b) in SwapItems() function in BListView 1937 if (!fList.SwapItems(a, b)) in _SwapItems()
|
H A D | OutlineListView.cpp | 67 list.SwapItems(firstIndex, secondIndex); in _DoSwap()
|
H A D | Menu.cpp | 1488 BMenu::SwapItems(int32 indexA, int32 indexB) in SwapItems() function in BMenu 1490 bool swapped = fItems.SwapItems(indexA, indexB); in SwapItems()
|
/haiku/docs/user/support/ |
H A D | List.dox | 334 \fn bool BList::SwapItems(int32 indexA, int32 indexB)
|
/haiku/docs/user/interface/ |
H A D | ListView.dox | 998 \fn bool BListView::SwapItems(int32 a, int32 b)
|
H A D | Menu.dox | 1027 \fn bool BMenu::SwapItems(int32 indexA, int32 indexB)
|