Lines Matching defs:poseView

1458 					// OK to call when poseView is not locked
4129 bool (*func)(BPose*, BPoseView*, void*), BPoseView* poseView,
4145 if (func(pose, poseView, passThru))
4350 BPoseView::CreateClippingFile(BPoseView* poseView, BFile &result,
4369 if (setLocation && poseView != NULL)
4370 poseView->TrySettingPoseLocation(&result, dropPoint);
4501 BPoseView* poseView = dynamic_cast<BPoseView*>(view);
4502 if (poseView != NULL)
4503 window = poseView->ContainerWindow();
4511 if (targetModel == NULL && poseView != NULL)
4512 targetModel = poseView->TargetModel();
4600 if (CreateClippingFile(poseView, file, name, &targetDirectory,
4723 if (poseView != NULL && targetPose != NULL) {
4731 dropPoint + BPoint(j * poseView->fGrid.x,
4732 index * poseView->fGrid.y));
4734 new BPoint(poseView->PinToGrid(point,
4735 poseView->fGrid, poseView->fOffset)));
4768 if (CreateClippingFile(poseView, file, name, &targetDirectory,
4832 if (CreateClippingFile(poseView, file, name, &targetDirectory,
4879 poseView->ResetPosePlacementHint();
4902 if (poseView != NULL && !wasHandled) {
4906 poseView->MoveSelectionTo(dropPoint, clickPoint, srcWindow);
4909 if (poseView != NULL && poseView->fEnsurePosesVisible)
4910 poseView->CheckPoseVisibility();
5207 BPoseView* poseView, BObjectList<Model>* fBrokenLinks)
5212 BPoint loc(0, index * poseView->ListElemHeight());
5213 pose->UpdateWasBrokenSymlink(loc, poseView);
5243 BPoseView* poseView, dev_t device)
5246 poseView->DeletePose(model->NodeRef());
5249 poseView->DeleteSymLinkPoseTarget(model->LinkTo()->NodeRef(),
5257 BPoseView* poseView, const char* type)
5267 BPoint poseLoc(0, index * poseView->ListElemHeight());
5268 pose->UpdateIcon(poseLoc, poseView);
9576 PoseComparator(BPoseView* poseView): fPoseView(poseView) { }