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

/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp593 BObjectList<BPose>* selectionList = fPoseView->SelectionList(); local
601 if (selectionList->CountItems() == 1) {
602 Model* model = selectionList->FirstItem()->TargetModel();
615 int32 count = selectionList->CountItems();
621 Model* model = selectionList->ItemAt(index)->TargetModel();
H A DPoseView.cpp4140 PoseList* selectionList = srcWindow->PoseView()->SelectionList();
4141 int32 selectCount = selectionList->CountItems();
4144 BPose* pose = selectionList->ItemAt(index);
4291 PoseList* selectionList = srcWindow->PoseView()->SelectionList(); local
4292 if (!selectionList->IsEmpty()) {
4294 int32 selectCount = selectionList->CountItems();
4298 BEntry entry(selectionList->ItemAt(
5141 PoseList* selectionList = srcWindow->PoseView()->SelectionList(); local
5143 loc, selectionList, srcWindow->PoseView()->ViewMode() == kListMode,
5145 int32 selectionSize = selectionList
[all...]
H A DContainerWindow.cpp3140 BObjectList<BPose>* selectionList = PoseView()->SelectionList(); local
3144 while ((pose = selectionList->ItemAt(index++)) != NULL)

Completed in 101 milliseconds