Searched refs:where (Results 1 - 25 of 465) sorted by relevance

1234567891011>>

/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawView.h14 virtual void MouseDown(BPoint where);
15 virtual void MouseUp(BPoint where);
16 virtual void MouseMoved(BPoint where, uint32 code,
H A DDrawView.cpp25 DrawView::MouseDown(BPoint where) argument
34 DrawView::MouseUp(BPoint where) argument
41 DrawView::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
/haiku/src/system/libroot/os/
H A Dfs_volume.c14 fs_mount_volume(const char *where, const char *device, argument
17 return _kern_mount(where, device, fileSystem, flags, (void *)parameters,
/haiku/src/apps/aboutsystem/
H A DHyperTextView.h23 virtual void MouseOver(HyperTextView* view, BPoint where,
26 virtual void MouseAway(HyperTextView* view, BPoint where,
29 virtual void Clicked(HyperTextView* view, BPoint where,
45 virtual void MouseDown(BPoint where);
46 virtual void MouseUp(BPoint where);
47 virtual void MouseMoved(BPoint where, uint32 transit,
63 HyperTextAction* _ActionAt(const BPoint& where) const;
64 const ActionInfo* _ActionInfoAt(const BPoint& where) const;
/haiku/src/kits/interface/
H A DToolTipManager.cpp43 virtual void MouseMoved(BPoint where, uint32 transit,
51 void ResetWindowFrame(BPoint where);
116 ToolTipView::MouseMoved(BPoint where, uint32 transit, argument
120 ResetWindowFrame(ConvertToScreen(where));
162 BPoint where; local
163 GetMouse(&where, NULL, false);
165 ResetWindowFrame(ConvertToScreen(where));
175 ToolTipView::ResetWindowFrame(BPoint where) argument
191 if (size.width > where.x - screenFrame.left
192 && size.width > screenFrame.right - where
307 ToolTipWindow(BToolTip* tip, BPoint where, void* owner) argument
388 ShowTip(BToolTip* tip, BPoint where, void* owner) argument
[all...]
/haiku/src/apps/showimage/
H A DSelectionBox.h32 void MouseDown(ShowImageView* view, BPoint where);
33 void MouseMoved(ShowImageView* view, BPoint where);
34 void MouseUp(ShowImageView* view, BPoint where);
H A DSelectionBox.cpp71 SelectionBox::MouseDown(ShowImageView* view, BPoint where) argument
74 where = view->ViewToImage(where);
75 SetBounds(view, BRect(where, where));
80 SelectionBox::MouseMoved(ShowImageView* view, BPoint where) argument
83 where = view->ViewToImage(where);
87 if (where.x >= bounds.left)
88 bounds.right = where
102 MouseUp(ShowImageView* view, BPoint where) argument
[all...]
/haiku/src/tests/servers/app/painter/
H A DBitmapView.h19 virtual void MouseDown(BPoint where);
20 virtual void MouseUp(BPoint where);
21 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku/src/kits/tracker/
H A DTitleView.h67 virtual void MouseDown(BPoint where);
68 virtual void MouseUp(BPoint where);
137 BPoint where, bigtime_t pastClickTime);
140 void MouseMoved(BPoint where, uint32 buttons);
141 void MouseUp(BPoint where);
144 virtual void Moved(BPoint where, uint32 buttons) = 0;
145 virtual void Clicked(BPoint where) = 0;
146 virtual void Done(BPoint where) = 0;
147 virtual bool ValueChanged(BPoint where) = 0;
160 BPoint where, bigtime_
[all...]
H A DDraggableContainerIcon.h47 virtual void MouseDown(BPoint where);
49 virtual void MouseMoved(BPoint where, uint32, const BMessage*);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_volume.h24 extern fssh_dev_t fssh_fs_mount_volume(const char *where,
/haiku/src/add-ons/kernel/debugger/disasm/
H A Ddisasm_arch.h15 extern status_t disasm_arch_dump_insns(addr_t where, int count,
/haiku/src/add-ons/kernel/debugger/disasm/m68k/
H A Ddisasm_arch.cpp11 disasm_arch_dump_insns(addr_t where, int count, addr_t baseAddress, argument
/haiku/src/add-ons/kernel/debugger/disasm/ppc/
H A Ddisasm_arch.cpp11 disasm_arch_dump_insns(addr_t where, int count, addr_t baseAddress, argument
/haiku/src/apps/cortex/support/
H A DScrollHelpers.h58 virtual void ScrollTo(BPoint where) { argument
59 float xDelta = where.x - Bounds().left;
60 float yDelta = where.y - Bounds().top;
61 _inherited::ScrollTo(where);
/haiku/src/tests/servers/app/following/
H A Dmain.cpp40 virtual void MouseDown(BPoint where);
41 virtual void MouseUp(BPoint where);
42 virtual void MouseMoved(BPoint where, uint32 transit,
69 TestView::MouseDown(BPoint where) argument
74 if (r.Contains(where))
76 else if (r.bottom < where.y && r.right < where.x)
78 else if (r.bottom < where.y)
80 else if (r.right < where.x)
83 fLastMousePos = where;
89 MouseUp(BPoint where) argument
96 MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) argument
[all...]
/haiku/src/tests/servers/app/newClipping/
H A DMyView.h14 virtual void MouseDown(BPoint where);
15 virtual void MouseUp(BPoint where);
16 virtual void MouseMoved(BPoint where, uint32 code, const BMessage *a_message);
22 Layer* FindLayer(Layer *lay, BPoint &where) const;
/haiku/src/add-ons/kernel/debugger/disasm/arm/
H A Ddisasm_arch.cpp11 disasm_arch_dump_insns(addr_t where, int count, addr_t baseAddress, argument
/haiku/src/system/libroot/posix/unistd/
H A Dmount.c15 int mount(const char *filesystem, const char *where, const char *device, ulong flags, void *parms, int len);
19 mount(const char *filesystem, const char *where, const char *device, ulong flags, void *parms, int len)
/haiku/src/preferences/appearance/
H A DColorPreview.h29 virtual void MouseDown(BPoint where);
30 virtual void MouseMoved(BPoint where, uint32 transit,
32 virtual void MouseUp(BPoint where);
41 void _DragColor(BPoint where);
/haiku/src/apps/terminal/
H A DColorPreview.h29 virtual void MouseDown(BPoint where);
30 virtual void MouseMoved(BPoint where, uint32 transit,
32 virtual void MouseUp(BPoint where);
41 void _DragColor(BPoint where);
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPBand.cpp10 GPBand::GPBand(BBitmap* bitmap, BRect validRect, BPoint where) argument
14 fWhere(where)
/haiku/src/apps/haikudepot/ui_generic/
H A DLinkedBitmapView.h21 virtual void MouseMoved(BPoint where, uint32 transit,
23 virtual void MouseDown(BPoint where);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorView.cpp41 PropertyEditorView::MouseDown(BPoint where) argument
45 fParent->MouseDown(ConvertToParent(where));
51 PropertyEditorView::MouseUp(BPoint where) argument
55 fParent->MouseUp(ConvertToParent(where));
61 PropertyEditorView::MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) argument
65 fParent->MouseMoved(ConvertToParent(where), transit, dragMessage);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DViewContainer.h26 virtual void MouseDown(BPoint where);
27 virtual void MouseUp(BPoint where);
28 virtual void MouseMoved(BPoint where, uint32 code,
39 virtual void MouseDown(BPoint where, uint32 buttons,
41 virtual void MouseUp(BPoint where, uint32 buttons,
43 virtual void MouseMoved(BPoint where, uint32 buttons,

Completed in 210 milliseconds

1234567891011>>