Searched refs:fPoseList (Results 1 - 7 of 7) sorted by relevance

/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.cpp254 BPose* pose = fPoseList->FindPoseByFileName(entryRef.name);
307 for (int32 i = 0; BPose* pose = fPoseList->ItemAt(i); i++) {
340 BPose* pose = fPoseList->FindPoseByFileName(actualEntryRef->name);
H A DPoseViewScripting.cpp484 reply->AddInt32("result", fPoseList->CountItems());
557 int32 count = fPoseList->CountItems();
641 if (selStart < 0 || selStart >= fPoseList->CountItems()
642 || selEnd < 0 || selEnd >= fPoseList->CountItems()) {
H A DPoseView.cpp234 fPoseList(new PoseList(40, true)),
304 delete fPoseList;
774 int32 poseCount = fPoseList->CountItems();
776 BPose* pose = fPoseList->ItemAt(index);
1164 int32 index = fPoseList->IndexOf(ActivePose());
1620 int32 poseCount = fPoseList->CountItems();
1622 BPose* pose = fPoseList->ItemAt(index);
1964 AddPoseToList(fPoseList, !fFiltering, insertionSort, pose,
1995 fPoseList->AddItem(pose);
2358 ? fSelectionList : fPoseList);
[all...]
H A DUtilities.cpp181 fPoseList(20, true)
190 fPoseList.MakeEmpty();
204 fPoseList.AddItem(periodic);
211 int32 count = fPoseList.CountItems();
213 if (fPoseList.ItemAt(index)->pose == pose) {
217 periodic_pose* periodic = fPoseList.RemoveItemAt(index);
236 int32 count = fPoseList.CountItems();
238 periodic_pose* periodic = fPoseList.ItemAt(index);
H A DQueryPoseView.cpp235 oldPoseList->AddList(fPoseList);
H A DUtilities.h117 BObjectList<periodic_pose> fPoseList; member in class:BPrivate::PeriodicUpdatePoses
H A DPoseView.h729 PoseList* fPoseList; member in class:BPrivate::BPoseView
1334 return fFiltering ? fFilteredPoseList : fPoseList;

Completed in 178 milliseconds