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

/haiku/src/kits/tracker/
H A DPoseView.cpp242 fSelectionList(new PoseList()),
308 delete fSelectionList;
2301 FSClipboardAddPoses(targetModel->NodeRef(), fSelectionList,
2311 FSClipboardAddPoses(targetModel->NodeRef(), fSelectionList,
2321 FSClipboardAddPoses(targetModel->NodeRef(), fSelectionList,
2331 FSClipboardAddPoses(targetModel->NodeRef(), fSelectionList,
2357 fSelectionList != NULL && CountSelected() > 0
2358 ? fSelectionList : fPoseList);
2465 BPose* pose = fSelectionList->FirstItem();
2592 fSelectionList
[all...]
H A DPoseViewScripting.cpp481 reply->AddInt32("result", fSelectionList->CountItems());
509 int32 count = fSelectionList->CountItems();
514 reply->AddRef("result", fSelectionList->ItemAt(index)->
H A DPoseView.h742 PoseList* fSelectionList; member in class:BPrivate::BPoseView
926 return fSelectionList;
932 return fSelectionList->CountItems();

Completed in 75 milliseconds