Searched refs:DragMessage (Results 1 - 25 of 42) sorted by relevance

12

/haiku/src/apps/musiccollection/
H A DMusicFileListView.h92 DragMessage(&dragMessage, bitmap, B_OP_ALPHA, pt, this);
/haiku/src/apps/deskbar/
H A DBarView.h128 const BMessage* DragMessage() const;
247 TBarView::DragMessage() const function in class:TBarView
H A DBarView.cpp1137 AddRefsToDeskbarMenu(DragMessage(), &ref);
1143 AddRefsToDeskbarMenu(DragMessage(), NULL);
/haiku/src/apps/cortex/DiagramView/
H A DDiagramEndPoint.cpp138 view()->DragMessage(&dragMsg, BRect(0.0, 0.0, -1.0, -1.0), view());
161 // of BViews DragMessage() routine !!
H A DDiagramBox.cpp191 view()->DragMessage(&dragMsg, BRect(0.0, 0.0, -1.0, -1.0), view());
H A DDiagramView.cpp718 DragMessage(&message, BRect(0.0, 0.0, -1.0, -1.0));
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPreview.cpp248 DragMessage(&message, bitmap, B_OP_ALPHA, BPoint(9.0, 9.0));
/haiku/src/preferences/appearance/
H A DColorWhichListView.cpp106 DragMessage(&message, bitmap, B_OP_ALPHA, BPoint(14.0f, 14.0f));
H A DColorPreview.cpp281 DragMessage(&message, bitmap, B_OP_ALPHA, BPoint(14.0f, 14.0f));
/haiku/src/apps/terminal/
H A DColorListView.cpp106 DragMessage(&message, bitmap, B_OP_ALPHA, BPoint(14.0f, 14.0f));
H A DColorPreview.cpp281 DragMessage(&message, bitmap, B_OP_ALPHA, BPoint(14.0f, 14.0f));
/haiku/src/kits/tracker/
H A DContainerWindow.h203 BMessage* DragMessage() const;
456 BContainerWindow::DragMessage() const function in class:BPrivate::BContainerWindow
H A DDraggableContainerIcon.cpp192 DragMessage(&message, dragBitmap, B_OP_ALPHA,
/haiku/src/preferences/locale/
H A DLanguageListView.cpp416 DragMessage(&message, dragBitmap, B_OP_ALPHA, BPoint(0.0, 0.0));
418 DragMessage(&message, dragRect.OffsetToCopy(point), this);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp263 DragMessage(&message, bitmap, B_OP_ALPHA, BPoint(9.0, 9.0));
H A DListViews.cpp893 DragMessage(&msg, dragBitmap, B_OP_ALPHA, B_ORIGIN);
895 DragMessage(&msg, dragRect.OffsetToCopy(where), this);
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp324 DragMessage(&drag, bitmap, B_OP_ALPHA, BPoint(0,0));
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp238 DragMessage(&dragMsg, item->getDragBitmap(), B_OP_ALPHA, point);
/haiku/src/kits/interface/
H A DDragger.cpp349 DragMessage(&archive, bitmap, mode, offset, this);
351 DragMessage(&archive, ConvertFromScreen(
/haiku/src/tests/servers/app/playground/
H A DObjectView.cpp354 DragMessage(&newDragMessage, dragBitmap, B_OP_ALPHA, B_ORIGIN,
/haiku/headers/os/interface/
H A DView.h204 void DragMessage(BMessage* message, BRect dragRect,
206 void DragMessage(BMessage* message, BBitmap* bitmap,
208 void DragMessage(BMessage* message, BBitmap* bitmap,
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp79 DragMessage(&drag, bitmap, B_OP_ALPHA, point - frame.LeftTop(), this);
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp244 // DragMessage takes ownership of the bitmap.
245 DragMessage(&message, bitmap, B_OP_ALPHA, fDragStart);
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp303 DragMessage( &msg, dragBitmap, B_OP_ALPHA, BPoint( 0.0, 0.0 ) );
305 DragMessage( &msg, dragRect.OffsetToCopy( point ), this );
/haiku/src/apps/diskusage/
H A DPieView.cpp296 DragMessage(&msg, icon, B_OP_BLEND, BPoint(15.0, 15.0));

Completed in 161 milliseconds

12