Symbol: BShelf
headers/os/interface/Dragger.h
113
BShelf* fShelf;
headers/os/interface/Dragger.h
16
class BShelf;
headers/os/interface/Dragger.h
84
friend class BShelf;
headers/os/interface/Dragger.h
99
void _SetShelf(BShelf* shelf);
headers/os/interface/Shelf.h
104
BShelf(const BShelf& other);
headers/os/interface/Shelf.h
105
BShelf& operator=(const BShelf& other);
headers/os/interface/Shelf.h
28
class BShelf : public BHandler {
headers/os/interface/Shelf.h
30
BShelf(BView* view, bool allowDrags = true,
headers/os/interface/Shelf.h
32
BShelf(const entry_ref* ref, BView* view,
headers/os/interface/Shelf.h
35
BShelf(BDataIO* stream, BView* view,
headers/os/interface/Shelf.h
38
BShelf(BMessage* archive);
headers/os/interface/Shelf.h
39
virtual ~BShelf();
headers/os/interface/View.h
138
class BShelf;
headers/os/interface/View.h
730
friend class BShelf;
headers/os/interface/View.h
754
BShelf* _Shelf() const;
headers/os/interface/View.h
755
void _SetShelf(BShelf* shelf);
headers/os/interface/View.h
823
BShelf* fShelf;
src/add-ons/screen_savers/shelf/Shelf.cpp
144
fShelf = new BShelf(&fShelfData, shelfView);
src/add-ons/screen_savers/shelf/Shelf.cpp
179
fShelf = new BShelf(&fShelfData, view);
src/add-ons/screen_savers/shelf/Shelf.cpp
52
BShelf *fShelf;
src/apps/deskbar/BarView.h
67
class BShelf;
src/apps/deskbar/StatusView.h
155
BShelf* Shelf() const;
src/apps/deskbar/StatusViewShelf.cpp
104
BShelf::MessageReceived(message);
src/apps/deskbar/StatusViewShelf.cpp
49
: BShelf(parent, false, "DeskbarShelf")
src/apps/deskbar/StatusViewShelf.h
47
class TReplicantShelf : public BShelf {
src/apps/login/DesktopWindow.cpp
58
fDesktopShelf = new BShelf(&ref, desktop, fEditShelfMode, "DesktopShelf");
src/apps/login/DesktopWindow.h
23
BShelf* fDesktopShelf;
src/kits/interface/Dragger.cpp
710
BDragger::_SetShelf(BShelf* shelf)
src/kits/interface/Shelf.cpp
1003
BShelf::ReplicantAt(int32 index, BView **_view, uint32 *_uniqueID,
src/kits/interface/Shelf.cpp
1031
BShelf::IndexOf(const BView* replicantView) const
src/kits/interface/Shelf.cpp
1038
BShelf::IndexOf(const BMessage *archive) const
src/kits/interface/Shelf.cpp
1045
BShelf::IndexOf(uint32 id) const
src/kits/interface/Shelf.cpp
1052
BShelf::CanAcceptReplicantMessage(BMessage*) const
src/kits/interface/Shelf.cpp
1059
BShelf::CanAcceptReplicantView(BRect, BView*, BMessage*) const
src/kits/interface/Shelf.cpp
1066
BShelf::AdjustReplicantBy(BRect, BMessage*) const
src/kits/interface/Shelf.cpp
1073
BShelf::ReplicantDeleted(int32 index, const BMessage *archive,
src/kits/interface/Shelf.cpp
1080
_ReservedShelf1__6BShelfFv(BShelf *const, int32, const BMessage*, const BView*)
src/kits/interface/Shelf.cpp
1086
void BShelf::_ReservedShelf2() {}
src/kits/interface/Shelf.cpp
1087
void BShelf::_ReservedShelf3() {}
src/kits/interface/Shelf.cpp
1088
void BShelf::_ReservedShelf4() {}
src/kits/interface/Shelf.cpp
1089
void BShelf::_ReservedShelf5() {}
src/kits/interface/Shelf.cpp
1090
void BShelf::_ReservedShelf6() {}
src/kits/interface/Shelf.cpp
1091
void BShelf::_ReservedShelf7() {}
src/kits/interface/Shelf.cpp
1092
void BShelf::_ReservedShelf8() {}
src/kits/interface/Shelf.cpp
1095
BShelf::BShelf(const BShelf&)
src/kits/interface/Shelf.cpp
1100
BShelf &
src/kits/interface/Shelf.cpp
1101
BShelf::operator=(const BShelf &)
src/kits/interface/Shelf.cpp
1108
BShelf::_Archive(BMessage *data) const
src/kits/interface/Shelf.cpp
1140
BShelf::_InitData(BEntry *entry, BDataIO *stream, BView *view,
src/kits/interface/Shelf.cpp
1204
BShelf::_DeleteReplicant(replicant_data* item)
src/kits/interface/Shelf.cpp
1259
BShelf::_AddReplicant(BMessage *data, BPoint *location, uint32 uniqueID)
src/kits/interface/Shelf.cpp
1365
BShelf::_GetReplicant(BMessage *data, BView *view, const BPoint &point,
src/kits/interface/Shelf.cpp
1413
BShelf::_GetReplicantData(BMessage *data, BView *view, BView *&replicant,
src/kits/interface/Shelf.cpp
1442
BShelf::_CreateZombie(BMessage *data, BDragger *&dragger)
src/kits/interface/Shelf.cpp
1476
BShelf::_GetProperty(BMessage *msg, BMessage *reply)
src/kits/interface/Shelf.cpp
1545
BShelf::_InstantiateObject(BMessage *archive, image_id *image)
src/kits/interface/Shelf.cpp
190
ShelfContainerViewFilter(BShelf *shelf, BView *view);
src/kits/interface/Shelf.cpp
197
BShelf *fShelf;
src/kits/interface/Shelf.cpp
203
ReplicantViewFilter(BShelf *shelf, BView *view);
src/kits/interface/Shelf.cpp
208
BShelf *fShelf;
src/kits/interface/Shelf.cpp
419
ShelfContainerViewFilter::ShelfContainerViewFilter(BShelf *shelf, BView *view)
src/kits/interface/Shelf.cpp
498
ReplicantViewFilter::ReplicantViewFilter(BShelf *shelf, BView *view)
src/kits/interface/Shelf.cpp
521
BShelf::BShelf(BView *view, bool allowDrags, const char *shelfType)
src/kits/interface/Shelf.cpp
528
BShelf::BShelf(const entry_ref *ref, BView *view, bool allowDrags,
src/kits/interface/Shelf.cpp
536
BShelf::BShelf(BDataIO *stream, BView *view, bool allowDrags,
src/kits/interface/Shelf.cpp
544
BShelf::BShelf(BMessage *data)
src/kits/interface/Shelf.cpp
551
BShelf::~BShelf()
src/kits/interface/Shelf.cpp
572
BShelf::Archive(BMessage *data, bool deep) const
src/kits/interface/Shelf.cpp
579
BShelf::Instantiate(BMessage *data)
src/kits/interface/Shelf.cpp
586
BShelf::MessageReceived(BMessage *msg)
src/kits/interface/Shelf.cpp
703
BShelf::Save()
src/kits/interface/Shelf.cpp
729
BShelf::SetDirty(bool state)
src/kits/interface/Shelf.cpp
736
BShelf::IsDirty() const
src/kits/interface/Shelf.cpp
743
BShelf::ResolveSpecifier(BMessage *msg, int32 index, BMessage *specifier,
src/kits/interface/Shelf.cpp
828
BShelf::GetSupportedSuites(BMessage *message)
src/kits/interface/Shelf.cpp
843
BShelf::Perform(perform_code d, void *arg)
src/kits/interface/Shelf.cpp
850
BShelf::AllowsDragging() const
src/kits/interface/Shelf.cpp
857
BShelf::SetAllowsDragging(bool state)
src/kits/interface/Shelf.cpp
864
BShelf::AllowsZombies() const
src/kits/interface/Shelf.cpp
871
BShelf::SetAllowsZombies(bool state)
src/kits/interface/Shelf.cpp
878
BShelf::DisplaysZombies() const
src/kits/interface/Shelf.cpp
885
BShelf::SetDisplaysZombies(bool state)
src/kits/interface/Shelf.cpp
892
BShelf::IsTypeEnforced() const
src/kits/interface/Shelf.cpp
899
BShelf::SetTypeEnforced(bool state)
src/kits/interface/Shelf.cpp
906
BShelf::SetSaveLocation(BDataIO *data_io)
src/kits/interface/Shelf.cpp
922
BShelf::SetSaveLocation(const entry_ref *ref)
src/kits/interface/Shelf.cpp
938
BShelf::SaveLocation(entry_ref *ref) const
src/kits/interface/Shelf.cpp
952
BShelf::AddReplicant(BMessage *data, BPoint location)
src/kits/interface/Shelf.cpp
959
BShelf::DeleteReplicant(BView *replicant)
src/kits/interface/Shelf.cpp
972
BShelf::DeleteReplicant(BMessage *data)
src/kits/interface/Shelf.cpp
985
BShelf::DeleteReplicant(int32 index)
src/kits/interface/Shelf.cpp
996
BShelf::CountReplicants() const
src/kits/interface/View.cpp
6821
BShelf*
src/kits/interface/View.cpp
6829
BView::_SetShelf(BShelf* shelf)
src/kits/tracker/DeskWindow.cpp
268
fDeskShelf = new BShelf(&ref, PoseView());
src/kits/tracker/DeskWindow.h
82
BShelf* fDeskShelf;
src/tests/apps/terminal_replicant/main.cpp
27
BShelf *fShelf;
src/tests/kits/interface/bshelf/Container/ContainerWindow.cpp
18
fShelf = new BShelf(fArchiveStream, fContainerView); // Attach fShelf to fContainerView
src/tests/kits/interface/bshelf/Container/ContainerWindow.h
35
BShelf *fShelf;
src/tests/kits/interface/bshelf/ShelfTest.cpp
147
fShelf = new BShelf(fArchiveStream, fMainView);
src/tests/kits/interface/bshelf/ShelfTest.cpp
46
BShelf *fShelf;