Searched refs:BDragger (Results 1 - 23 of 23) sorted by relevance

/haiku/headers/private/interface/
H A DDraggerPrivate.h12 class BDragger::Private {
14 Private(BDragger* dragger) : fDragger(dragger) {}
17 { BDragger::_UpdateShowAllDraggers(visible); }
20 BDragger* fDragger;
/haiku/src/kits/interface/
H A DDragger.cpp12 //! BDragger represents a replicant "handle".
75 fLock("BDragger static")
116 BDragger::BDragger(BRect frame, BView* target, uint32 resizingMode, function in class:BDragger
133 BDragger::BDragger(BView* target, uint32 flags) function in class:BDragger
149 BDragger::BDragger(BMessage* data) function in class:BDragger
177 BDragger::~BDragger()
601 operator =(const BDragger&) argument
[all...]
H A DShelf.cpp164 replicant_data(BMessage *message, BView *view, BDragger *dragger,
165 BDragger::relation relation, unsigned long id);
181 BDragger* dragger;
182 BDragger::relation relation;
261 replicant_data::replicant_data(BMessage *_message, BView *_view, BDragger *_dragger,
262 BDragger::relation _relation, unsigned long _id)
280 relation(BDragger::TARGET_UNKNOWN),
464 BDragger *dragger = NULL;
466 dragger = dynamic_cast<BDragger*>(handler);
471 if (dragger->fRelation == BDragger
[all...]
/haiku/src/bin/
H A Ddraggers.cpp30 printf("%s\n", BDragger::AreDraggersDrawn()?"shown":"hidden");
41 BDragger::ShowAllDraggers();
46 BDragger::HideAllDraggers();
/haiku/headers/os/interface/
H A DDragger.h24 class BDragger : public BView { class in inherits:BView
26 BDragger(BRect frame, BView* target,
29 BDragger(BView* target,
31 BDragger(BMessage* data);
32 virtual ~BDragger();
92 BDragger& operator=(const BDragger& other);
H A DShelf.h118 const BPoint& point, BDragger*& dragger,
119 BDragger::relation& relation);
121 BDragger *&dragger);
127 BDragger*& dragger,
128 BDragger::relation& relation);
/haiku/src/apps/processcontroller/
H A DPCWindow.cpp60 fDraggersAreDrawn = BDragger::AreDraggersDrawn();
61 BDragger::ShowAllDraggers();
68 BDragger::HideAllDraggers();
H A DProcessController.cpp173 BDragger* dragger = new BDragger(frame, this, B_FOLLOW_BOTTOM);
/haiku/src/apps/deskcalc/
H A DCalcWindow.cpp54 BDragger* dragger = new BDragger(replicantFrame, fCalcView,
/haiku/src/tests/servers/app/archived_view/
H A Dmain.cpp49 BDragger *dw = new BDragger(r, this, 0);
/haiku/src/apps/overlayimage/
H A DOverlayView.cpp39 BDragger* dragger = new BDragger(frame, this, B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
/haiku/src/apps/pulse/
H A DCPUButton.cpp80 BDragger* dragger = new BDragger(rect, this,
/haiku/src/bin/desklink/
H A DVolumeControl.cpp55 BDragger* dragger = new BDragger(rect, this,
/haiku/src/apps/clock/
H A Dcl_view.cpp174 BDragger *dw = new BDragger(rect, this);
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp340 BDragger* dragger = new BDragger(frame, this,
679 BDragger *dragger = dynamic_cast<BDragger*>(ChildAt(0));
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp651 BDragger* dragger = new BDragger(frame, this,
845 BDragger *dragger = dynamic_cast<BDragger*>(ChildAt(0));
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp93 BDragger* dragger = new BDragger(frame, this,
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp564 BDragger* dragger = new BDragger(rect, this,
586 BDragger* dragger = new BDragger(rect, this,
/haiku/src/apps/deskbar/
H A DBarApp.cpp523 if (BDragger::AreDraggersDrawn())
524 BDragger::HideAllDraggers();
526 BDragger::ShowAllDraggers();
H A DDeskbarMenu.cpp276 item->SetMarked(BDragger::AreDraggersDrawn());
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp221 class SysInfoDragger : public BDragger {
293 BDragger* fDragger;
561 BDragger(BRect(0, 0, 7, 7), target, B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM),
575 BDragger::MessageReceived(message);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp58 BDragger* dragger = new BDragger(rect, this);
/haiku/src/kits/app/
H A DApplication.cpp1123 BDragger::Private::UpdateShowAllDraggers(show);

Completed in 278 milliseconds