Searched refs:MouseOver (Results 1 - 25 of 27) sorted by relevance

12

/haiku/src/apps/cortex/DiagramView/
H A DDiagramBox.cpp202 DiagramBox::MouseOver(BPoint point, uint32 transit) function in class:DiagramBox
204 D_MOUSE(("DiagramBox::MouseOver()\n"));
207 last->MouseOver(point, B_EXITED_VIEW);
214 last->MouseOver(point, B_EXITED_VIEW);
215 item->MouseOver(point, B_ENTERED_VIEW);
217 item->MouseOver(point, B_INSIDE_VIEW);
220 last->MouseOver(point, B_EXITED_VIEW);
H A DDiagramBox.h76 virtual void MouseOver(BPoint point, uint32 transit);
H A DDiagramEndPoint.h114 // is called from the parent DiagramBox's MouseOver()
116 virtual void MouseOver( function in class:DiagramEndPoint
H A DDiagramWire.h134 virtual void MouseOver( function in class:DiagramWire
H A DDiagramView.cpp482 else // no message at all -> redirect to MouseOver()
489 last->MouseOver(point, B_EXITED_VIEW);
491 MouseOver(point, B_EXITED_VIEW);
502 last->MouseOver(point, B_EXITED_VIEW);
503 item->MouseOver(point, B_ENTERED_VIEW);
507 item->MouseOver(point, B_INSIDE_VIEW);
512 last->MouseOver(point, B_EXITED_VIEW);
513 MouseOver(point, B_ENTERED_VIEW);
H A DDiagramItem.h160 virtual void MouseOver( function in class:DiagramItem
H A DDiagramView.h111 virtual void MouseOver( function in class:DiagramView
166 // dragged, and MouseOver() if not
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.h88 void MouseOver(
H A DDormantNodeView.cpp208 last->MouseOver(this, point, B_EXITED_VIEW);
209 item->MouseOver(this, point, B_ENTERED_VIEW);
213 item->MouseOver(this, point, B_INSIDE_VIEW);
218 last->MouseOver(this, point, B_EXITED_VIEW);
H A DDormantNodeListItem.cpp165 void DormantNodeListItem::MouseOver( function in class:DormantNodeListItem
169 D_OPERATION(("DormantNodeListItem::MouseOver()\n"));
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.h110 virtual void MouseOver(
H A DMediaJack.h143 virtual void MouseOver(
H A DMediaNodePanel.h102 virtual void MouseOver(
H A DMediaWire.cpp207 void MediaWire::MouseOver( function in class:MediaWire
211 D_MOUSE(("MediaWire::MouseOver()\n"));
H A DMediaNodePanel.cpp207 void MediaNodePanel::MouseOver( function in class:MediaNodePanel
211 D_METHOD(("MediaNodePanel::MouseOver()\n"));
212 _inherited::MouseOver(point, transit);
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DManipulator.cpp57 // MouseOver
59 Manipulator::MouseOver(BPoint where) function in class:Manipulator
H A DManipulator.h33 virtual bool MouseOver(BPoint where);
54 // Manipulator wants to receive MouseOver()
H A DMultipleManipulatorState.cpp125 // call MouseOver on all manipulators
133 && manipulator->MouseOver(where)) {
/haiku/src/apps/aboutsystem/
H A DHyperTextView.h23 virtual void MouseOver(HyperTextView* view, BPoint where,
H A DHyperTextView.cpp30 HyperTextAction::MouseOver(HyperTextView* view, BPoint where, int32 startOffset, function in class:HyperTextAction
179 action->MouseOver(this, where, actionInfo->startOffset,
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.h52 virtual bool MouseOver(BPoint where);
H A DTransformBox.h48 virtual bool MouseOver(BPoint where);
H A DPerspectiveBox.cpp154 PerspectiveBox::MouseOver(BPoint where) function in class:PerspectiveBox
H A DTransformBox.cpp185 // MouseOver
187 TransformBox::MouseOver(BPoint where) function in class:TransformBox
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h45 virtual bool MouseOver(BPoint where);

Completed in 147 milliseconds

12