Searched refs:where (Results 76 - 100 of 465) sorted by relevance

1234567891011>>

/haiku/src/preferences/appearance/
H A DColorPreview.cpp130 BPoint where; local
132 GetMouse(&where, &buttons);
134 _DragColor(where);
142 ColorPreview::MouseDown(BPoint where) argument
157 if (rect.Contains(where)) {
162 BControl::MouseDown(where);
167 ColorPreview::MouseMoved(BPoint where, uint32 transit, const BMessage* message) argument
170 _DragColor(where);
172 BControl::MouseMoved(where, transit, message);
177 ColorPreview::MouseUp(BPoint where) argument
231 _DragColor(BPoint where) argument
[all...]
/haiku/src/apps/terminal/
H A DColorPreview.cpp130 BPoint where; local
132 GetMouse(&where, &buttons);
134 _DragColor(where);
142 ColorPreview::MouseDown(BPoint where) argument
157 if (rect.Contains(where)) {
162 BControl::MouseDown(where);
167 ColorPreview::MouseMoved(BPoint where, uint32 transit, const BMessage* message) argument
170 _DragColor(where);
172 BControl::MouseMoved(where, transit, message);
177 ColorPreview::MouseUp(BPoint where) argument
231 _DragColor(BPoint where) argument
[all...]
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp131 OptionValueView::MouseDown(BPoint where) argument
134 parent->MouseDown(ConvertToParent(where));
153 where = ConvertToScreen(where);
154 BRect mouseRect(where, where);
156 where += BPoint(5.0, 5.0);
157 menu->Go(where, true, false, mouseRect, true);
/haiku/src/apps/mediaplayer/interface/
H A DSeekSlider.h25 virtual void MouseDown(BPoint where);
26 virtual void MouseUp(BPoint where);
/haiku/src/apps/haikudepot/ui_generic/
H A DLinkedBitmapView.cpp30 LinkedBitmapView::MouseMoved(BPoint where, uint32 transit, argument
46 LinkedBitmapView::MouseDown(BPoint where) argument
/haiku/src/libs/glut/
H A Dglut_ext.c24 GLubyte *where, *terminator; local
27 where = (GLubyte *) strchr(extension, ' ');
28 if (where || *extension == '\0')
44 where = (GLubyte *) strstr((const char *) start, extension);
45 if (!where)
47 terminator = where + strlen(extension);
48 if (where == start || *(where - 1) == ' ') {
/haiku/src/apps/aboutsystem/
H A DHyperTextActions.cpp29 URLAction::Clicked(HyperTextView* view, BPoint where, BMessage* message) argument
57 OpenFileAction::Clicked(HyperTextView* view, BPoint where, BMessage* message) argument
/haiku/src/preferences/input/
H A DMouseView.h33 virtual void MouseUp(BPoint where);
34 virtual void MouseDown(BPoint where);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DInputTextView.h23 virtual void MouseDown(BPoint where);
24 virtual void MouseUp(BPoint where);
H A DSwatchView.h25 virtual void MouseDown(BPoint where);
26 virtual void MouseUp(BPoint where);
27 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku/src/preferences/filetypes/
H A DDropTargetListView.h20 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.h47 virtual void MouseDown(BPoint where);
48 virtual void MouseUp(BPoint where);
49 virtual void MouseMoved(BPoint where, uint32 code,
60 void PositionMarkerAt(BPoint where);
H A DColorSlider.h45 virtual void MouseDown(BPoint where);
46 virtual void MouseUp(BPoint where);
47 virtual void MouseMoved(BPoint where, uint32 code,
84 void _TrackMouse(BPoint where);
/haiku/src/apps/remotedesktop/
H A DRemoteView.h36 virtual void MouseMoved(BPoint where, uint32 code,
38 virtual void MouseDown(BPoint where);
39 virtual void MouseUp(BPoint where);
48 BPoint where);
/haiku/src/apps/deskbar/
H A DTeamMenu.h56 virtual void MouseDown(BPoint where);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.h36 virtual void MouseDown(BPoint where);
37 virtual void MouseUp(BPoint where);
38 virtual void MouseMoved(BPoint where, uint32 transit,
68 void SetCaret(BPoint where, bool extendSelection);
/haiku/src/kits/tracker/
H A DTitleView.cpp86 _DrawOutline(BView* view, BRect where) argument
88 where.right++;
89 where.bottom--;
93 view->StrokeRect(where);
284 BTitleView::MouseDown(BPoint where) argument
299 BColumnTitle* title = FindColumnTitle(where);
300 BColumnTitle* resizedTitle = InColumnResizeArea(where);
303 GetMouse(&where, &buttons);
315 menu->Go(ConvertToScreen(where), true, false);
346 fTrackingState = new ColumnResizeState(this, resizedTitle, where,
356 MouseUp(BPoint where) argument
369 MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
566 ColumnTrackState(BTitleView* view, BColumnTitle* title, BPoint where, bigtime_t pastClickTime) argument
579 MouseUp(BPoint where) argument
591 MouseMoved(BPoint where, uint32 buttons) argument
609 ColumnResizeState(BTitleView* view, BColumnTitle* title, BPoint where, bigtime_t pastClickTime) argument
622 ValueChanged(BPoint where) argument
634 Moved(BPoint where, uint32) argument
705 ColumnDragState(BTitleView* view, BColumnTitle* columnTitle, BPoint where, bigtime_t pastClickTime) argument
724 Moved(BPoint where, uint32) argument
[all...]
H A DDialogPane.h59 virtual void MouseDown(BPoint where);
60 virtual void MouseMoved(BPoint where, uint32 code, const BMessage*);
61 virtual void MouseUp(BPoint where);
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DMultipleManipulatorState.h31 virtual void MouseDown(BPoint where,
35 virtual void MouseMoved(BPoint where,
60 void _ShowContextMenu(BPoint where);
/haiku/src/apps/switcher/
H A DLaunchButton.h34 virtual void MouseDown(BPoint where);
35 virtual void MouseUp(BPoint where);
36 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku/src/bin/desklink/
H A DVolumeControl.h34 virtual void MouseDown(BPoint where);
35 virtual void MouseUp(BPoint where);
36 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku/src/kits/shared/
H A DDragTrackingFilter.cpp45 message->FindPoint("where", &fClickPoint);
59 BPoint where; local
60 message->FindPoint("be:view_where", &where);
66 BPoint delta(fClickPoint - where);
/haiku/src/tests/servers/app/playground/
H A DObjectView.h28 virtual void MouseDown(BPoint where);
29 virtual void MouseUp(BPoint where);
30 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku/src/apps/launchbox/
H A DLaunchButton.h35 virtual void MouseDown(BPoint where);
36 virtual void MouseUp(BPoint where);
37 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.h67 virtual void MouseDown(BPoint where);
68 virtual void MouseMoved(BPoint where, uint32, const BMessage* dragMessage);
69 virtual void MouseUp(BPoint where);

Completed in 112 milliseconds

1234567891011>>