Searched refs:where (Results 101 - 125 of 465) sorted by relevance

1234567891011>>

/haiku/src/apps/terminal/
H A DTermViewStates.cpp115 TermView::State::MouseDown(BPoint where, int32 buttons, int32 modifiers) argument
121 TermView::State::MouseMoved(BPoint where, uint32 transit, argument
128 TermView::State::MouseUp(BPoint where, int32 buttons) argument
156 TermView::StandardBaseState::_StandardMouseMoved(BPoint where, int32 modifiers) argument
161 TermPos clickPos = fView->_ConvertToTerminal(where);
421 TermView::DefaultState::MouseDown(BPoint where, int32 buttons, int32 modifiers) argument
425 TermPos clickPos = fView->_ConvertToTerminal(where);
439 fView->fSelectState->Prepare(where, modifiers);
446 TermView::DefaultState::MouseMoved(BPoint where, uint32 transit, argument
452 _StandardMouseMoved(where, modifier
457 MouseUp(BPoint where, int32 buttons) argument
502 Prepare(BPoint where, int32 modifiers) argument
588 MouseMoved(BPoint where, uint32 transit, const BMessage* message, int32 modifiers) argument
656 MouseUp(BPoint where, int32 buttons) argument
749 MouseDown(BPoint where, int32 buttons, int32 modifiers) argument
770 MouseMoved(BPoint where, uint32 transit, const BMessage* message, int32 modifiers) argument
814 _GetHyperLinkAt(BPoint where, bool pathPrefixOnly, HyperLink& _link, TermPos& _start, TermPos& _end) argument
1011 BPoint where; local
1019 _UpdateHighlight(BPoint where, int32 modifiers) argument
[all...]
/haiku/src/apps/launchbox/
H A DPadView.cpp167 PadView::MouseDown(BPoint where) argument
175 if (!region.Contains(where))
180 if (child->Frame().Contains(where)) {
198 if (r.Contains(where)) {
199 DisplayMenu(where);
210 fDragOffset = ConvertToScreen(where) - window->Frame().LeftTop();
220 PadView::MouseUp(BPoint where) argument
235 PadView::MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) argument
242 window->MoveTo(ConvertToScreen(where) - fDragOffset);
244 where
312 DisplayMenu(BPoint where, LaunchButton* button) const argument
[all...]
/haiku/src/apps/diskusage/
H A DPieView.h42 virtual void MouseDown(BPoint where);
43 virtual void MouseUp(BPoint where);
44 virtual void MouseMoved(BPoint where, uint32 transit,
56 FileInfo* _FileAt(const BPoint& where);
60 void _ShowContextMenu(FileInfo* info, BPoint where);
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h52 InitiateDrag(BPoint where, int32 index, bool wasSelected) argument
54 int32 itemIndex = IndexOf(where);
86 dragMessage.AddPoint("click_location", where);
91 BPoint pt(where.x + itemFrame.left, where.y - itemFrame.top);
/haiku/src/tests/servers/app/view_transit/
H A DViewTransit.cpp22 virtual void MouseDown(BPoint where);
23 virtual void MouseMoved(BPoint where, uint32 transit,
57 View::MouseDown(BPoint where) argument
61 GetMouse(&where, &buttons);
67 View::MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) argument
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.h34 virtual void MouseDown(BPoint where);
35 virtual void MouseMoved(BPoint where, uint32 transit,
37 virtual void MouseUp(BPoint where);
53 virtual bool MouseWheelChanged(BPoint where,
62 virtual void FilterMouse(BPoint* where) const;
H A DMultipleManipulatorState.cpp81 MultipleManipulatorState::MouseDown(BPoint where, uint32 buttons, uint32 clicks) argument
84 _ShowContextMenu(where);
92 if (fPreviousManipulator->TrackingBounds(fView).Contains(where)
93 && fPreviousManipulator->DoubleClicked(where)) {
104 if (manipulator->MouseDown(where)) {
115 MultipleManipulatorState::MouseMoved(BPoint where, uint32 transit, argument
120 fCurrentManipulator->MouseMoved(where);
132 if (manipulator->TrackingBounds(fView).Contains(where)
133 && manipulator->MouseOver(where)) {
303 MultipleManipulatorState::_ShowContextMenu(BPoint where) argument
[all...]
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp78 CalendarMenuWindow::CalendarMenuWindow(BPoint where) argument
126 MoveTo(where);
148 BPoint where = Frame().LeftTop(); local
151 if (rightTop.Contains(where)) {
152 where.x -= size.width;
153 } else if (leftBottom.Contains(where)) {
154 where.y -= (size.height + 4.0);
155 } else if (rightBottom.Contains(where)) {
156 where.x -= size.width;
157 where
[all...]
H A DExpandoMenuBar.h79 virtual void MouseDown(BPoint where);
80 virtual void MouseMoved(BPoint where, uint32 code,
82 virtual void MouseUp(BPoint where);
H A DCalendarMenuWindow.h24 CalendarMenuWindow(BPoint where);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h42 virtual bool MouseDown(BPoint where);
43 virtual void MouseMoved(BPoint where);
45 virtual bool MouseOver(BPoint where);
46 virtual bool DoubleClicked(BPoint where);
48 virtual bool ShowContextMenu(BPoint where);
102 void _AddPoint(BPoint where);
103 void _InsertPoint(BPoint where, int32 index);
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp92 Layer* MyView::FindLayer(Layer *lay, BPoint &where) const
94 if (lay->Visible()->Contains(where))
99 Layer *found = FindLayer(child, where);
106 void MyView::MouseDown(BPoint where) argument
111 fLastPos = where;
115 fMovingLayer = FindLayer(topLayer, where);
123 if (resizeRect.Contains(where))
139 void MyView::MouseUp(BPoint where) argument
146 void MyView::MouseMoved(BPoint where, uint32 code, const BMessage *a_message) argument
151 dx = where
[all...]
/haiku/src/bin/desklink/
H A DVolumeControl.cpp164 VolumeControl::MouseDown(BPoint where) argument
168 if (Bounds().Contains(where) && Looper()->CurrentMessage() != NULL
178 if (!dragger->IsHidden() && dragger->Frame().Contains(where))
183 if (!IsEnabled() || !Bounds().Contains(where)) {
188 BSlider::MouseDown(where);
193 VolumeControl::MouseUp(BPoint where) argument
196 BSlider::MouseUp(where);
204 VolumeControl::MouseMoved(BPoint where, uint32 transit, argument
208 BSlider::MouseMoved(where, transit, dragMessage);
212 float cursorPosition = Orientation() == B_HORIZONTAL ? where
[all...]
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp142 TransformBox::MouseDown(BPoint where) argument
144 fView->FilterMouse(&where);
145 TransformToCanvas(where);
149 fCurrentState->SetOrigin(where);
161 TransformBox::MouseMoved(BPoint where) argument
163 fView->FilterMouse(&where);
164 TransformToCanvas(where);
166 if (fMousePos != where) {
167 fMousePos = where;
187 TransformBox::MouseOver(BPoint where) argument
201 DoubleClicked(BPoint where) argument
514 _DragStateFor(BPoint where, float canvasZoom) argument
[all...]
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.cpp99 TabContainerView::MouseDown(BPoint where) argument
120 fLastMouseEventTab->MouseDown(where, buttons);
134 TabContainerView::MouseUp(BPoint where) argument
138 fLastMouseEventTab->MouseUp(where);
155 TabContainerView::MouseMoved(BPoint where, uint32 transit, argument
158 _MouseMoved(where, transit, dragMessage);
413 TabContainerView::_TabAt(const BPoint& where) const
425 if (frame.Contains(where))
433 TabContainerView::_MouseMoved(BPoint where, uint32 _transit, argument
436 TabView* tab = _TabAt(where);
520 BPoint where; local
[all...]
H A DTabView.h35 virtual void MouseDown(BPoint where, uint32 buttons);
36 virtual void MouseUp(BPoint where);
37 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku/src/servers/app/
H A DDesktopListener.h45 const BPoint& where) = 0;
47 const BPoint& where) = 0;
49 const BPoint& where) = 0;
103 BMessage* message, const BPoint& where);
105 const BPoint& where);
107 BMessage* message, const BPoint& where);
/haiku/src/kits/tracker/
H A DOverrideAlert.cpp58 BPoint where = OverPosition(Frame().Width(), Frame().Height()); local
59 MoveTo(where.x, where.y);
77 BPoint where = OverPosition(Frame().Width(), Frame().Height()); local
78 MoveTo(where.x, where.y);
/haiku/src/kits/shared/
H A DLongAndDragTrackingFilter.cpp89 message->FindPoint("where", &fClickPoint);
91 message.AddPoint("where", fClickPoint);
110 BPoint where; local
111 message->FindPoint("be:view_where", &where);
113 BPoint delta(fClickPoint - where);
/haiku/src/servers/app/decorator/
H A DDefaultWindowBehaviour.h36 virtual bool MouseDown(BMessage* message, BPoint where,
39 virtual void MouseUp(BMessage* message, BPoint where);
40 virtual void MouseMoved(BMessage *message, BPoint where,
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.h76 virtual void MouseDown(BPoint where);
77 virtual void MouseMoved(BPoint where, uint32, const BMessage* dragMessage);
78 virtual void MouseUp(BPoint where);
/haiku/headers/private/interface/
H A DToolTipManager.h21 void ShowTip(BToolTip* tip, BPoint where,
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.h60 virtual void MouseDown(BPoint where);
61 virtual void MouseUp(BPoint where);
62 virtual void MouseMoved(BPoint where, uint32 code,
66 virtual void ScrollTo(BPoint where);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DInputSlider.h33 virtual void MouseDown(BPoint where);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.h26 virtual void MouseDown(BPoint where);

Completed in 144 milliseconds

1234567891011>>