Lines Matching defs:where

963 BPoseView::ScrollTo(BPoint where)
965 _inherited::ScrollTo(where);
1823 // The new pose may need to be placed where another pose already
1824 // is. This code creates some rects where we either need to
1826 // rect where the new pose is.
2467 BPoint where(0,
2469 pose->EditFirstWidget(where, this);
4379 const BObjectList<BString>* specificItems, BPoint where)
4433 BMenuItem* resultingItem = menu->Go(where, false, true);
7018 // handle case where there is no current selection
7110 BPoseView::ShowContextMenu(BPoint where)
7118 BPose* pose = FindPose(where, &index);
7131 window->ShowContextMenu(where, pose == NULL ? NULL
7280 BPoseView::MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage)
7283 _UpdateSelectionRect(where);
7298 UpdateDropTarget(where, dragMessage, window->ContextMenu());
7331 BPoint where;
7333 if (message->FindPoint("be:view_where", &where) != B_OK
7342 BPose* pose = FindPose(where, &index);
7344 DragSelectedPoses(pose, where);
7346 _BeginSelectionRect(where, extendSelection);
7356 BPoint where;
7357 if (message->FindPoint("where", &where) != B_OK)
7360 ShowContextMenu(where);
7367 BPoint where;
7369 GetMouse(&where, &buttons);
7370 // We could retrieve 'where' from the incoming
7380 ShowContextMenu(where);
7387 BPoseView::MouseDown(BPoint where)
7416 BPose* pose = FindPose(where, &index);
7419 AddRemoveSelectionRange(where, extendSelection, pose);
7426 if (!extendSelection && WasDoubleClick(pose, where, buttons)
7433 if (!WasClickInPath(pose, index, where))
7451 ShowContextMenu(where);
7468 BPoseView::MouseUp(BPoint where)
7474 BPose* pose = FindPose(where, &index);
7482 pose->MouseUp(BPoint(0, index * fListElemHeight), this, where, index);
7495 ShowContextMenu(where);
7929 BPoseView::AddRemoveSelectionRange(BPoint where, bool extendSelection,
7972 BRect selection(where, fSelectionPivotPose->Location(this));