Searched refs:where (Results 76 - 100 of 465) sorted by last modified time

1234567891011>>

/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.h45 virtual bool MouseDown(BPoint where);
46 virtual void MouseMoved(BPoint where);
48 virtual bool MouseOver(BPoint where);
49 virtual bool DoubleClicked(BPoint where);
H A DPerspectiveBox.cpp110 PerspectiveBox::MouseDown(BPoint where) argument
112 fCanvasView->FilterMouse(&where);
113 fCanvasView->ConvertToCanvas(&where);
117 fCurrentState->SetOrigin(where);
130 PerspectiveBox::MouseMoved(BPoint where) argument
132 fCanvasView->FilterMouse(&where);
133 fCanvasView->ConvertToCanvas(&where);
135 if (fMousePos != where) {
136 fMousePos = where;
154 PerspectiveBox::MouseOver(BPoint where) argument
340 _DragStateFor(BPoint where, float canvasZoom) argument
[all...]
H A DPerspectiveBox.h49 virtual bool MouseDown(BPoint where);
50 virtual void MouseMoved(BPoint where);
52 virtual bool MouseOver(BPoint where);
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp360 ValControl::MouseDown(BPoint where) argument
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
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...]
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;
/haiku/src/apps/serialconnect/
H A DTermView.cpp240 TermView::MouseDown(BPoint where) argument
H A DTermView.h27 void MouseDown(BPoint where);
/haiku/src/apps/magnify/
H A DMagnify.cpp1429 TMagnify::MouseDown(BPoint where) argument
1446 BMenuItem *selected = menu->Go(ConvertToScreen(where));
1456 float x = where.x / pixelSize;
1457 float y = where.y / pixelSize;
/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/cortex/TransportView/
H A DTransportView.cpp348 BPoint where) {
347 MouseDown( BPoint where) argument
/haiku/src/apps/terminal/
H A DTermView.cpp2031 TermView::ScrollTo(BPoint where) argument
2033 //debug_printf("TermView::ScrollTo(): %f -> %f\n", fScrollOffset, where.y);
2034 float diff = where.y - fScrollOffset;
2044 fScrollOffset = where.y;
2522 TermView::_MouseDistanceSinceLastClick(BPoint where) argument
2524 return (fLastClickPoint.x - where.x) * (fLastClickPoint.x - where.x)
2525 + (fLastClickPoint.y - where.y) * (fLastClickPoint.y - where.y);
2593 TermView::MouseDown(BPoint where) argument
2611 MouseMoved(BPoint where, uint32 transit, const BMessage *message) argument
2620 MouseUp(BPoint where) argument
2743 _SelectWord(BPoint where, bool extend, bool useInitialSelection) argument
2769 _SelectLine(BPoint where, bool extend, bool useInitialSelection) argument
3163 BPoint where = _ConvertFromTerminal(fCursor); local
[all...]
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp168 PropertyListView::MouseDown(BPoint where) argument
H A DPropertyListView.h42 virtual void MouseDown(BPoint where);
/haiku/src/kits/media/
H A DMediaRoster.cpp2010 BMediaRoster::StartWatching(const BMessenger& where) argument
2013 if (!where.IsValid()) {
2017 return BPrivate::media::notifications::Register(where, media_node::null,
2023 BMediaRoster::StartWatching(const BMessenger & where, int32 notificationType) argument
2026 if (!where.IsValid()) {
2039 return BPrivate::media::notifications::Register(where, media_node::null,
2045 BMediaRoster::StartWatching(const BMessenger& where, const media_node& node, argument
2049 if (!where.IsValid()) {
2062 return BPrivate::media::notifications::Register(where, node,
2068 BMediaRoster::StopWatching(const BMessenger& where) argument
2078 StopWatching(const BMessenger& where, int32 notificationType) argument
2093 StopWatching(const BMessenger& where, const media_node& node, int32 notificationType) argument
[all...]
H A DSoundPlayNode.cpp302 const media_destination& where, media_format* format,
381 fOutput.destination = where;
451 const media_destination& where)
462 if (where == fOutput.destination && what == fOutput.source) {
471 ")\n", what.id, where.id, fOutput.source.id,
301 PrepareToConnect(const media_source& what, const media_destination& where, media_format* format, media_source* _source, char* _name) argument
450 Disconnect(const media_source& what, const media_destination& where) argument
/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp264 BPoint where; local
265 GetMouse(&where, &mouseButtons, true);
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp840 const media_destination& where, const media_format& with_format,
850 NodeInput* channel = _FindInput(where);
885 const media_destination& where)
889 NodeInput* channel = _FindInput(where);
1120 const media_destination& where, media_format* format,
1177 channel->fOutput.destination = where;
1259 const media_destination& where)
1279 if (where == channel->fOutput.destination
1290 ")\n", what.id, where.id, channel->fOutput.source.id,
839 Connected(const media_source& producer, const media_destination& where, const media_format& with_format, media_input* out_input) argument
884 Disconnected(const media_source& producer, const media_destination& where) argument
1119 PrepareToConnect(const media_source& what, const media_destination& where, media_format* format, media_source* out_source, char* out_name) argument
1258 Disconnect(const media_source& what, const media_destination& where) argument
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp399 const media_destination &where, const media_format &with_format,
420 if (where.id != 0 || where.port != ControlPort())
458 const media_destination &where)
463 if (where.port != ControlPort()) {
470 if (!fCore->RemoveInput(where.id)) {
774 const media_destination &where, media_format *format,
789 if (where.port == ControlPort())
871 output.destination = where;
973 AudioMixer::Disconnect(const media_source& what, const media_destination& where) argument
398 Connected(const media_source &producer, const media_destination &where, const media_format &with_format, media_input *out_input) argument
457 Disconnected(const media_source &producer, const media_destination &where) argument
773 PrepareToConnect(const media_source &what, const media_destination &where, media_format *format, media_source *out_source, char *out_name) argument
[all...]
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp427 const media_destination & where,
434 if(fInput.destination != where) {
471 const media_destination & where)
475 if(fInput.destination != where) {
658 ESDSinkNode::PrepareToConnect(const media_source& what, const media_destination& where, media_format* format, media_source* out_source, char* out_name)
704 channel->fOutput.destination = where;
771 ESDSinkNode::Disconnect(const media_source& what, const media_destination& where)
785 if ((where == channel->fOutput.destination) && (what == channel->fOutput.source))
795 what.id, where.id, channel->fOutput.source.id, channel->fOutput.destination.id);
425 Connected( const media_source & producer, const media_destination & where, const media_format & with_format, media_input * out_input) argument
469 Disconnected( const media_source & producer, const media_destination & where) argument
/haiku/src/apps/mail/
H A DContent.cpp1415 TTextView::MouseDown(BPoint where)
1424 offset = OffsetAt(where);
1490 point = ConvertToScreen(where);
1523 int32 clickOffset = OffsetAt(where);
1553 BPoint point = where;
1558 while (buttons && abs((int)(point.x - where.x)) < 4
1559 && abs((int)(point.y - where.y)) < 4
1570 if (!(abs((int)(point.x - where.x)) < 4
1571 && abs((int)(point.y - where.y)) < 4) && buttons)
1590 BPoint point = where;
[all...]
/haiku/headers/os/interface/
H A DView.h185 virtual void MouseDown(BPoint where);
186 virtual void MouseUp(BPoint where);
187 virtual void MouseMoved(BPoint where, uint32 code,
237 BPoint where = B_ORIGIN, bool sync = true);
239 BPoint where = B_ORIGIN, bool sync = true);
323 void SetOrigin(BPoint where);
477 BPoint where);
488 BPoint where);
547 BPoint where);
549 BPoint where);
[all...]
H A DPictureButton.h53 virtual void MouseDown(BPoint where);
54 virtual void MouseUp(BPoint where);
55 virtual void MouseMoved(BPoint where, uint32 code,
/haiku/src/apps/powerstatus/
H A DPowerStatusView.h87 virtual void MouseDown(BPoint where);
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp322 HeaderView::MouseDown(BPoint where) argument
327 if (fTitleRect.Contains(where) && fTitleEditView == NULL)
331 else if (fIconRect.Contains(where)) {
341 contextMenu->Go(ConvertToScreen(where), true, true,
349 offsetPoint.x = where.x - fIconRect.left;
350 offsetPoint.y = where.y - fIconRect.top;
358 if (abs((int32)(fClickPoint.x - where.x)) < kDragSlop
359 && abs((int32)(fClickPoint.y - where.y)) < kDragSlop) {
377 fClickPoint = where;
384 HeaderView::MouseMoved(BPoint where, uint3 argument
491 MouseUp(BPoint where) argument
[all...]

Completed in 155 milliseconds

1234567891011>>