Lines Matching refs:list

429 				// Clear old column list if neccessary
431 // Put items in the list in order so they can be checked
488 BPoseView::AddColumnList(BObjectList<BColumn>* list)
490 list->SortItems(&CompareColumns);
493 for (int32 columIndex = 0; columIndex < list->CountItems(); columIndex++) {
494 BColumn* column = list->ItemAt(columIndex);
910 // and clearing the list makes them all "invalid."
1493 // list
1494 PRINT(("1 adding model %s to zombie list, error %s\n",
1680 // make sure that the last item in the list is not placed
1796 BPoseView::AddPoseToList(PoseList* list, bool visibleList, bool insertionSort,
1800 int32 poseIndex = list->CountItems();
1808 int32 orientation = BSearchList(list, pose, &poseIndex, poseIndex);
1814 // we only care about the positions if this is a visible list
1866 list->AddItem(pose, poseIndex);
1890 list->AddItem(pose, poseIndex);
1994 // add item to list and draw if necessary
2125 // copy the good bits in the list
2737 // column exists so remove it from list
3167 // update origin in case of a list <-> icon mode transition
3523 // relocate all poses in list (reset vs list)
3840 // This method performs a binary search on the vertically sorted pose list
3842 // the proper index to insert a new pose into the list.
3874 // the current bounds of the list
3954 // clear selection list
4038 // In list mode, only scroll vertically
4074 // TODO: need to check if pose is member of selection list
4277 // TODO: check for a drag message full of refs, feed a list of their
4555 // build the list of types the drag originator offers
4713 // copy all enclosed refs into a list
4747 // nothing to copy, list doesn't get consumed
5042 // can't move in list view
5150 // resolve symlink and add the resulting entry_ref to the list
5612 // a zombie list in a half-alive state until we can properly awaken it
5613 PRINT(("2 adding model %s to zombie list, error %s\n", model->Name(),
5983 // need to find the index of the pose in the pose list
6055 // If there is a volume or trash folder, remove them from the list
6077 // create entry_ref list from selection
6107 BPoseView::MoveListToTrash(BObjectList<entry_ref>* list, bool selectNext,
6110 if (!list->CountItems())
6115 // new owning list of tasks
6119 taskList->AddItem(NewFunctionObject(FSDeleteRefList, list,
6122 taskList->AddItem(NewFunctionObject(FSMoveToTrash, list,
6127 // next, if in list view mode try selecting the next item after
6139 // add a function object to the list of tasks to run
6266 // create entry_ref list from selection
6335 BPoseView::Delete(BObjectList<entry_ref>* list, bool selectNext, bool confirm)
6337 if (list->CountItems() == 0) {
6338 delete list;
6346 taskList->AddItem(NewFunctionObject(FSDeleteRefList, list, false, confirm));
6349 // next, if in list view mode try selecting the next item after
6361 // add a function object to the list of tasks to run
6378 BPoseView::RestoreItemsFromTrash(BObjectList<entry_ref>* list, bool selectNext)
6380 if (list->CountItems() == 0) {
6381 delete list;
6389 taskList->AddItem(NewFunctionObject(FSRestoreRefList, list, false));
6392 // next, if in list view mode try selecting the next item after
6404 // add a function object to the list of tasks to run
6460 // clear selection list
7049 // we're not in list mode so scan visually for pose to select
7165 AddIfPoseSelected(BPose* pose, PoseList* list)
7168 list->AddItem(pose);
7264 // we now need to update the pose view's selection list by clearing it
7265 // and then polling each pose for selection state and rebuilding list
7837 // TODO: This is a mess due to pose rect calculation and list management
7838 // being different for list vs. icon modes. Refactoring needed.
7994 // TODO: works only in non-list mode?
8014 // If the list is empty, there cannot be a pivot pose,
8015 // however if the list is not empty there must be a pivot
8072 // remove it from list no matter what since it might be in list
8130 // we might be getting a delete for an item in the zombie list
8161 // return pose at location h,v (search list starting from bottom so
9366 // take pose out of list for BSearch
9390 // need to invalidate for the last item in the list
9482 // check to see if insertion should be at beginning of list
9604 // PRINT(("pose list count %d\n", fPoseList->CountItems()));
9749 // ensure columns are in proper order in list
9966 // selection list