Searched refs:where (Results 126 - 150 of 465) sorted by relevance

1234567891011>>

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.h29 virtual void MouseDown(BPoint where);
/haiku/src/apps/mediaplayer/interface/
H A DVolumeSlider.h24 virtual void MouseMoved(BPoint where, uint32 transit,
H A DVolumeSlider.cpp43 VolumeSlider::MouseMoved(BPoint where, uint32 transit, argument
47 BSlider::MouseMoved(where, transit, dragMessage);
51 float cursorPosition = Orientation() == B_HORIZONTAL ? where.x : where.y;
63 int32 newValue = ValueForPoint(where);
65 BSlider::MouseMoved(where, transit, dragMessage);
92 BSlider::MouseMoved(where, transit, dragMessage);
/haiku/src/tests/kits/game/chart/
H A DChartView.h26 virtual void MouseDown(BPoint where);
/haiku/src/tests/servers/app/avoid_focus/
H A DAvoidFocus.cpp33 virtual void MouseDown(BPoint where);
34 virtual void MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage);
88 View::MouseDown(BPoint where) argument
97 View::MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) argument
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.h42 void MouseDown(BPoint where, uint32 buttons,
44 void MouseUp(BPoint where);
45 void MouseMoved(BPoint where, uint32 code,
61 WindowLayer* WindowAt(const BPoint& where) const;
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.h32 virtual void MouseDown(BPoint where);
/haiku/headers/os/interface/
H A DDragger.h42 virtual void MouseDown(BPoint where);
43 virtual void MouseUp(BPoint where);
44 virtual void MouseMoved(BPoint where, uint32 transit,
102 void _ShowPopUp(BView* target, BPoint where);
H A DChannelSlider.h45 virtual void MouseDown(BPoint where);
46 virtual void MouseUp(BPoint where);
47 virtual void MouseMoved(BPoint where, uint32 transit,
80 BPoint where, bool pressed);
107 void _DrawGrooveFrame(BView* where,
/haiku/src/kits/interface/
H A DPopUpMenu.cpp27 BPoint where; member in struct:popup_menu_data
93 BPopUpMenu::Go(BPoint where, bool deliversMessage, bool openAnyway, bool async) argument
95 return _Go(where, deliversMessage, openAnyway, NULL, async);
100 BPopUpMenu::Go(BPoint where, bool deliversMessage, bool openAnyway, argument
103 return _Go(where, deliversMessage, openAnyway, &clickToOpen, async);
326 BPopUpMenu::_Go(BPoint where, bool autoInvoke, bool startOpened, argument
363 data->where = where;
400 data->selected = menu->_StartTrack(data->where, data->autoInvoke,
423 BPopUpMenu::_StartTrack(BPoint where, boo argument
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DSliderView.h35 virtual void MouseMoved(BPoint where, uint32 transit,
37 virtual void MouseUp(BPoint where);
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DViewState.cpp73 ViewState::MouseDown(BPoint where, uint32 buttons, uint32 clicks) argument
79 ViewState::MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) argument
H A DViewState.h42 virtual void MouseDown(BPoint where,
46 virtual void MouseMoved(BPoint where,
H A DStateView.cpp196 StateView::MouseDown(BPoint where) argument
211 fCurrentState->MouseDown(where, buttons, clicks);
215 fMouseInfo.position = where;
223 StateView::MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) argument
242 fDropAnticipatingState->MouseMoved(where, transit, dragMessage);
245 fCurrentState->MouseMoved(where, transit, dragMessage);
252 fMouseInfo.position = where;
261 StateView::MouseUp(BPoint where) argument
397 StateView::MouseWheelChanged(BPoint where, float x, float y) argument
456 StateView::FilterMouse(BPoint* where) cons
[all...]
/haiku/src/tests/kits/media/nodetest/
H A DConsumerNode.h29 const media_destination& where,
33 const media_destination& where);
/haiku/src/servers/app/
H A DEventStream.h33 virtual status_t GetNextCursorPosition(BPoint& where,
59 virtual status_t GetNextCursorPosition(BPoint& where,
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.h58 virtual void ScrollTo(BPoint where);
64 virtual void MouseDown(BPoint where);
65 virtual void MouseMoved(BPoint where, uint32 transit,
67 virtual void MouseUp(BPoint where);
81 BPoint where);
/haiku/src/tests/kits/interface/
H A DToolTipTest.cpp127 virtual void MouseMoved(BPoint where, uint32 transit, argument
130 ConvertToScreen(&where);
133 snprintf(text, sizeof(text), "%g:%g", where.x, where.y);
172 virtual void MouseMoved(BPoint where, uint32 transit, argument
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNodeConsumer.cpp153 const media_destination &where,
159 if (fInitialInput.destination != where) {
176 input->destination = where;
192 const media_destination &where)
196 media_input *input = GetInput(where);
151 Connected( const media_source &producer, const media_destination &where, const media_format &with_format, media_input *out_input) argument
190 Disconnected( const media_source &producer, const media_destination &where) argument
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp148 SwatchView::MouseDown(BPoint where) argument
150 if (Bounds().Contains(where))
151 fTrackingStart = where;
156 SwatchView::MouseUp(BPoint where) argument
158 if (Bounds().Contains(where) && Bounds().Contains(fTrackingStart))
167 SwatchView::MouseMoved(BPoint where, uint32 transit, argument
176 if (point_point_distance(where, fTrackingStart) > DRAG_INIT_DIST
H A DIconButton.h41 virtual void MouseDown(BPoint where);
42 virtual void MouseUp(BPoint where);
43 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku/src/apps/stylededit/
H A DStatusView.cpp160 StatusView::MouseDown(BPoint where) argument
162 if (where.x < fCellWidth[kPositionCell]) {
171 if (where.x < left)
183 where.x = left;
184 where.y = Bounds().bottom;
186 ConvertToScreen(&where);
188 menu->Go(where, true, true, true);
/haiku/src/tests/servers/app/playground/
H A DObjectView.cpp231 ObjectView::MouseDown(BPoint where) argument
246 // GetMouse(&where, &buttons);
255 // GetMouse(&where, &buttons);
276 fLastMousePos = where;
283 fState->MouseDown(where);
290 ObjectView::MouseUp(BPoint where) argument
305 ObjectView::MouseMoved(BPoint where, uint32 transit, argument
308 // BRect dirty(where, where);
313 //printf("ObjectView::MouseMoved(BPoint(%.1f, %.1f)) - DRAG MESSAGE\n", where
[all...]
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp404 PathManipulator::MouseDown(BPoint where) argument
410 fTransformBox->MouseDown(where);
426 fCanvasView->FilterMouse(&where);
428 BPoint canvasWhere = where;
526 fCanvasView->BeginRectTracking(BRect(where, where),
536 fLastCanvasPos = where;
553 PathManipulator::MouseMoved(BPoint where) argument
555 fCanvasView->FilterMouse(&where);
558 BPoint canvasWhere = where;
712 MouseOver(BPoint where) argument
743 DoubleClicked(BPoint where) argument
750 ShowContextMenu(BPoint where) argument
1226 _AddPoint(BPoint where) argument
1250 _InsertPoint(BPoint where, int32 index) argument
1578 _SetModeForMousePos(BPoint where) argument
[all...]
/haiku/src/apps/deskbar/
H A DStatusView.cpp393 TReplicantTray::MouseDown(BPoint where) argument
404 ShowReplicantMenu(where);
406 BPoint save = where;
414 if (fabs(where.x - save.x) > 4 || fabs(where.y - save.y) > 4)
419 ShowReplicantMenu(where);
424 GetMouse(&where, &buttons);
427 BView::MouseDown(where);
445 BPoint where = ConvertToScreen(point); local
446 menu->Go(where, tru
1472 BPoint where; local
1517 MouseDown(BPoint where) argument
1549 MouseUp(BPoint where) argument
1560 SwitchModeForRegion(BPoint where, BRegion region, bool newVertical, bool newLeft, bool newTop, int32 newState) argument
1696 MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) argument
1830 BPoint where; local
1845 MouseDown(BPoint where) argument
1869 MouseUp(BPoint where) argument
1880 MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
[all...]

Completed in 213 milliseconds

1234567891011>>