Searched refs:BShelf (Results 1 - 19 of 19) sorted by relevance

/haiku/src/apps/login/
H A DDesktopWindow.h23 BShelf* fDesktopShelf;
H A DDesktopWindow.cpp58 fDesktopShelf = new BShelf(&ref, desktop, fEditShelfMode, "DesktopShelf");
/haiku/headers/os/interface/
H A DShelf.h28 class BShelf : public BHandler { class in inherits:BHandler
30 BShelf(BView* view, bool allowDrags = true,
32 BShelf(const entry_ref* ref, BView* view,
35 BShelf(BDataIO* stream, BView* view,
38 BShelf(BMessage* archive);
39 virtual ~BShelf();
104 BShelf(const BShelf& other);
105 BShelf& operator=(const BShelf
[all...]
H A DDragger.h16 class BShelf;
84 friend class BShelf;
99 void _SetShelf(BShelf* shelf);
113 BShelf* fShelf;
H A DView.h138 class BShelf;
690 friend class BShelf;
714 BShelf* _Shelf() const;
715 void _SetShelf(BShelf* shelf);
783 BShelf* fShelf;
/haiku/src/kits/interface/
H A DShelf.cpp13 /*! BShelf stores replicant views that are dropped onto it */
55 fLock("BShelf loaded image map")
190 ShelfContainerViewFilter(BShelf *shelf, BView *view);
197 BShelf *fShelf;
203 ReplicantViewFilter(BShelf *shelf, BView *view);
208 BShelf *fShelf;
223 /*! \brief Helper function for BShelf::_AddReplicant()
419 ShelfContainerViewFilter::ShelfContainerViewFilter(BShelf *shelf, BView *view)
498 ReplicantViewFilter::ReplicantViewFilter(BShelf *shelf, BView *view)
521 BShelf function in class:BShelf
528 BShelf::BShelf(const entry_ref *ref, BView *view, bool allowDrags, function in class:BShelf
536 BShelf::BShelf(BDataIO *stream, BView *view, bool allowDrags, function in class:BShelf
544 BShelf::BShelf(BMessage *data) function in class:BShelf
1095 BShelf(const BShelf&) argument
[all...]
H A DDragger.cpp710 BDragger::_SetShelf(BShelf* shelf)
H A DView.cpp6508 BShelf*
6516 BView::_SetShelf(BShelf* shelf)
/haiku/src/apps/deskbar/
H A DStatusViewShelf.h39 // overrides BShelf; rejects draggers that won't fit into the shelf
47 class TReplicantShelf : public BShelf {
H A DStatusViewShelf.cpp49 : BShelf(parent, false, "DeskbarShelf")
104 BShelf::MessageReceived(message);
134 // the virtual BShelf::ReplicantDeleted is called before the
135 // replicant is actually removed from BShelf's internal list
H A DBarView.h67 class BShelf;
H A DStatusView.h155 BShelf* Shelf() const;
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerWindow.h35 BShelf *fShelf;
H A DContainerWindow.cpp18 fShelf = new BShelf(fArchiveStream, fContainerView); // Attach fShelf to fContainerView
/haiku/src/tests/apps/terminal_replicant/
H A Dmain.cpp27 BShelf *fShelf;
/haiku/src/kits/tracker/
H A DDeskWindow.h84 BShelf* fDeskShelf;
H A DDeskWindow.cpp254 fDeskShelf = new BShelf(&ref, PoseView());
/haiku/src/tests/kits/interface/bshelf/
H A DShelfTest.cpp46 BShelf *fShelf;
147 fShelf = new BShelf(fArchiveStream, fMainView);
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp52 BShelf *fShelf;
144 fShelf = new BShelf(&fShelfData, shelfView);
179 fShelf = new BShelf(&fShelfData, view);

Completed in 129 milliseconds