Searched refs:MouseUp (Results 51 - 75 of 274) sorted by path

1234567891011

/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DSliderView.h37 virtual void MouseUp(BPoint where);
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp41 virtual void MouseUp(BPoint where);
79 // MouseUp
81 InternalScrollBar::MouseUp(BPoint where) function in class:InternalScrollBar
83 BScrollBar::MouseUp(where);
98 virtual void MouseUp(BPoint point);
195 // MouseUp
197 ScrollCorner::MouseUp(BPoint point) function in class:ScrollCorner
199 BView::MouseUp(point);
215 // MouseUp(), but fortunately it seems, that within the last
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DManipulator.cpp50 // MouseUp
52 Manipulator::MouseUp() function in class:Manipulator
H A DManipulator.h32 virtual Command* MouseUp();
H A DMultipleManipulatorState.cpp94 // TODO: eat the click here or wait for MouseUp?
143 // MouseUp
145 MultipleManipulatorState::MouseUp() function in class:MultipleManipulatorState
149 command = fCurrentManipulator->MouseUp();
H A DMultipleManipulatorState.h38 virtual Command* MouseUp();
H A DViewState.cpp83 // MouseUp
85 ViewState::MouseUp() function in class:ViewState
H A DViewState.h49 virtual Command* MouseUp();
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorView.cpp49 // MouseUp
51 PropertyEditorView::MouseUp(BPoint where) function in class:PropertyEditorView
55 fParent->MouseUp(ConvertToParent(where));
H A DPropertyEditorView.h26 virtual void MouseUp(BPoint where);
H A DPropertyItemView.cpp139 // MouseUp
141 PropertyItemView::MouseUp(BPoint where) function in class:PropertyItemView
H A DPropertyItemView.h29 virtual void MouseUp(BPoint where);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h44 virtual Command* MouseUp();
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp185 LaunchButton::MouseUp(BPoint where) function in class:LaunchButton
191 BIconButton::MouseUp(where);
H A DLaunchButton.h36 virtual void MouseUp(BPoint where);
H A DPadView.h24 virtual void MouseUp(BPoint where);
/haiku/src/apps/mediaplayer/interface/
H A DSeekSlider.h26 virtual void MouseUp(BPoint where);
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp488 // MouseUp
490 DragSortableListView::MouseUp( BPoint where ) function in class:DragSortableListView
497 BListView::MouseUp( where );
H A DListViews.h67 virtual void MouseUp(BPoint where);
/haiku/src/apps/packageinstaller/
H A DPackageImageViewer.cpp86 ImageView::MouseUp(BPoint point) function in class:ImageView
H A DPackageImageViewer.h25 virtual void MouseUp(BPoint point);
/haiku/src/apps/pulse/
H A DCPUButton.h25 virtual void MouseUp(BPoint point);
/haiku/src/apps/remotedesktop/
H A DRemoteView.h39 virtual void MouseUp(BPoint where);
/haiku/src/apps/showimage/
H A DSelectionBox.cpp102 SelectionBox::MouseUp(ShowImageView* view, BPoint where) function in class:SelectionBox
H A DSelectionBox.h34 void MouseUp(ShowImageView* view, BPoint where);

Completed in 114 milliseconds

1234567891011