Searched refs:shelf (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/deskbar/
H A DBarWindow.cpp508 DeskbarShelf shelf; local
510 if (fBarView->ItemInfo(id, &name, &shelf) == B_OK) {
513 replyMsg.AddInt32("shelf", (int32)shelf);
517 if (fBarView->ItemInfo(name, &id, &shelf) == B_OK) {
520 replyMsg.AddInt32("shelf", (int32)shelf);
535 DeskbarShelf shelf; local
538 if (message->FindInt32("shelf", (int32*)&shelf) !
556 DeskbarShelf shelf; local
572 DeskbarShelf shelf; local
590 DeskbarShelf shelf = B_DESKBAR_TRAY; local
[all...]
H A DBarView.h138 DeskbarShelf* shelf);
140 DeskbarShelf* shelf);
142 bool ItemExists(int32 id, DeskbarShelf shelf);
143 bool ItemExists(const char* name, DeskbarShelf shelf);
145 int32 CountItems(DeskbarShelf shelf);
147 BSize MaxItemSize(DeskbarShelf shelf);
149 status_t AddItem(BMessage* archive, DeskbarShelf shelf,
151 status_t AddItem(BEntry* entry, DeskbarShelf shelf,
155 void RemoveItem(const char* name, DeskbarShelf shelf);
H A DBarView.cpp1154 // shelf is ignored for now,
1159 TBarView::ItemInfo(int32 id, const char** name, DeskbarShelf* shelf) argument
1161 *shelf = B_DESKBAR_TRAY;
1167 TBarView::ItemInfo(const char* name, int32* id, DeskbarShelf* shelf) argument
1169 *shelf = B_DESKBAR_TRAY;
1196 TBarView::MaxItemSize(DeskbarShelf shelf) argument
/haiku/headers/os/interface/
H A DDragger.h99 void _SetShelf(BShelf* shelf);
H A DView.h715 void _SetShelf(BShelf* shelf);
/haiku/src/kits/interface/
H A DShelf.cpp190 ShelfContainerViewFilter(BShelf *shelf, BView *view);
203 ReplicantViewFilter(BShelf *shelf, BView *view);
419 ShelfContainerViewFilter::ShelfContainerViewFilter(BShelf *shelf, BView *view) argument
421 fShelf(shelf),
498 ReplicantViewFilter::ReplicantViewFilter(BShelf *shelf, BView *view) argument
500 fShelf(shelf),
831 err = message->AddString("suites", "suite/vnd.Be-shelf");
1261 // Check shelf types if needed
1270 printf("Replicant was rejected by BShelf: Replicant indicated a <type> (%s), but the shelf does not.", shelfType);
H A DDragger.cpp710 BDragger::_SetShelf(BShelf* shelf) argument
712 fShelf = shelf;
H A DView.cpp91 "shelf.", 0
4936 replyMsg.AddString("message", "This window doesn't have a shelf");
6516 BView::_SetShelf(BShelf* shelf) argument
6521 fShelf = shelf;

Completed in 46 milliseconds